Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2025-01-03 02:51:00,092 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-03 02:51:00,093 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,093 [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-01-03 02:51:00,096 [main] Logical connection closed
DEBUG 2025-01-03 02:51:00,097 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-03 02:51:00,132 [main] Physical connection got
DEBUG 2025-01-03 02:51:00,132 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,132 [main] Logical connection closed
DEBUG 2025-01-03 02:51:00,132 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,143 [main] Logical connection closed
DEBUG 2025-01-03 02:51:00,144 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,144 [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-01-03 02:51:00,146 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-03 02:50:59.938 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-03 02:51:00,146 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,146 [main] Logical connection closed
DEBUG 2025-01-03 02:51:00,146 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,150 [main] Logical connection closed
DEBUG 2025-01-03 02:51:00,151 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,151 [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-01-03 02:51:00,152 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-03 02:50:59.938 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-03 02:51:00,153 [main] Logical connection got
DEBUG 2025-01-03 02:51:00,153 [main] UPDATE EMP SET tstamp = '2025-01-03 02.51.00', 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-01-03 02.50.59'
DEBUG 2025-01-03 02:51:00,154 [main] Logical connection closed
DEBUG 2025-01-03 02:51:00,154 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-03 02:51:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:01,437 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:01,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:01,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:01,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:01,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:01,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:01,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:01,592 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-03 02:51:01,773 [main] Physical connection got
DEBUG 2025-01-03 02:51:01,773 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:01,855 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:01,860 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-03 02:51:01,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:01,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:01,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:01,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:01,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:01,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:01,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:01,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:01,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:01,916 [main] Physical connection got
DEBUG 2025-01-03 02:51:01,916 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:01,916 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:01,917 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,036 [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-01-03 02:51:02,041 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,074 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,074 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,074 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,074 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,116 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,142 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,177 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,177 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,177 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,178 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,227 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,233 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,264 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,264 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,264 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,265 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,306 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,312 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,342 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,342 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,342 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,342 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,382 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,387 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,416 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,416 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,416 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,416 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,454 [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-01-03 02:51:02,458 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,485 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,486 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,486 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,486 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,523 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,529 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,531 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,556 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,557 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,557 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,557 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,599 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,605 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,632 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,633 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,633 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,633 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:02,668 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:02,674 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,701 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,702 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,761 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-03 02.51.02', 99, 'hoge', 0)
DEBUG 2025-01-03 02:51:02,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,768 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735840262700/0, BranchId=]
DEBUG 2025-01-03 02:51:02,768 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,792 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,792 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,792 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,793 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,793 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,838 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,838 [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-01-03 02:51:02,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,846 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,846 [main] UPDATE EMP SET tstamp = '2025-01-03 02.51.02', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-03 02:51:02,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,847 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735840262700/1, BranchId=]
DEBUG 2025-01-03 02:51:02,848 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,871 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,871 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,871 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,923 [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-01-03 02:51:02,925 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,925 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,926 [main] UPDATE EMP SET tstamp = '2025-01-03 02.51.02', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-03 02:51:02,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,927 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735840262700/2, BranchId=]
DEBUG 2025-01-03 02:51:02,927 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:02,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:02,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:02,947 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,950 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,950 [main] Physical connection got
DEBUG 2025-01-03 02:51:02,950 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,950 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,981 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,990 [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-01-03 02:51:02,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,992 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-03 02:51:02,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,993 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735840262700/3, BranchId=]
DEBUG 2025-01-03 02:51:02,993 [main] Physical connection closed
DEBUG 2025-01-03 02:51:02,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:02,996 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:02,998 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,018 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,018 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,018 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,018 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,048 [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-01-03 02:51:03,050 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,071 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,082 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,082 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,082 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,083 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,112 [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-01-03 02:51:03,121 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,144 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,145 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,145 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,145 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,169 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,177 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,199 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,200 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,200 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,200 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,223 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,231 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,253 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,253 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,254 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,254 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,286 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,311 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,311 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,312 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,312 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,338 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,348 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,348 [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-01-03 02:51:03,357 [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-01-03 02:51:03,358 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,382 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,383 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,383 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,383 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,409 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,420 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,420 [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-01-03 02:51:03,425 [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-01-03 02:51:03,426 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,450 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,450 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,451 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,451 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,477 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,492 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,492 [main] select * from emp
DEBUG 2025-01-03 02:51:03,495 [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-01-03 02:51:03,497 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,517 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,517 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,518 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,518 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,540 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,549 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,549 [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-01-03 02:51:03,553 [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-01-03 02:51:03,554 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,564 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,564 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,575 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,575 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,575 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,575 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,597 [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-01-03 02:51:03,605 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,627 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,627 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,627 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,627 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,648 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,656 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,657 [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-01-03 02:51:03,659 [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-01-03 02:51:03,661 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,681 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,682 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,682 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,682 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,702 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,710 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,710 [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-01-03 02:51:03,716 [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-01-03 02:51:03,718 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,719 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,737 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,737 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,737 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,738 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,758 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,766 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,766 [main] select * from emp
DEBUG 2025-01-03 02:51:03,768 [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-01-03 02:51:03,769 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,788 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,788 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,788 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,789 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,809 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,817 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,817 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-03 02:51:03,819 [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-01-03 02:51:03,820 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,840 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,840 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,840 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,840 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,860 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,868 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,868 [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-01-03 02:51:03,870 [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-01-03 02:51:03,871 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,872 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,890 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,890 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,890 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,891 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,910 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,918 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,918 [main] select count(*) from emp
DEBUG 2025-01-03 02:51:03,919 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,920 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,944 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,945 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,945 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,945 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,966 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,974 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,974 [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-01-03 02:51:03,975 [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-01-03 02:51:03,975 [main] Physical connection closed
DEBUG 2025-01-03 02:51:03,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:03,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:03,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:03,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:03,992 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:03,994 [main] Physical connection got
DEBUG 2025-01-03 02:51:03,994 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:03,995 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:03,995 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,015 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,022 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,023 [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-01-03 02:51:04,023 [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-01-03 02:51:04,024 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,026 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,043 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,043 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,043 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,043 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,063 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,070 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,070 [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-01-03 02:51:04,071 [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-01-03 02:51:04,071 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,089 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,091 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,091 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,091 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,092 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,110 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,118 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,118 [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-01-03 02:51:04,119 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2052d1a4
DEBUG 2025-01-03 02:51:04,119 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,138 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,138 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,139 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,139 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,157 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,164 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,165 [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-01-03 02:51:04,167 [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-01-03 02:51:04,168 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,187 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,187 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,187 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,187 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,206 [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-01-03 02:51:04,214 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,214 [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-01-03 02:51:04,217 [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-01-03 02:51:04,218 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,236 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,236 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,237 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,237 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,255 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,258 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,259 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-03 02:51:04,259 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,259 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,276 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,278 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,278 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,278 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,278 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,297 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,300 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,300 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-03 02:51:04,300 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,301 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,317 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,320 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,321 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,321 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,321 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,334 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,334 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,335 [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-01-03 02:51:04,336 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-03 02:51:04,336 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,354 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,355 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,355 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,355 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,367 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,368 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,368 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-03 02:51:04,369 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-03 02:51:04,369 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,388 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,388 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,388 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,408 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,415 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-03 02.51.04', 9999, 'test', 50)
DEBUG 2025-01-03 02:51:04,416 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,416 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,416 [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-01-03 02:51:04,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/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-01-03 02:51:04,418 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,418 [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-01-03 02:51:04,419 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-03 02:51:04.415 {50, null, null, 0}
DEBUG 2025-01-03 02:51:04,420 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735840262700/4, BranchId=]
DEBUG 2025-01-03 02:51:04,420 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,430 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,439 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,439 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,439 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,440 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,460 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,468 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,471 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,487 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,490 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,490 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,490 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,490 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,512 [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-01-03 02:51:04,523 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,523 [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-01-03 02:51:04,525 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,526 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,545 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,547 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,547 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,547 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,548 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,569 [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-01-03 02:51:04,580 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,580 [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-01-03 02:51:04,581 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-03 02:51:04,581 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,603 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,603 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,603 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,603 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,624 [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-01-03 02:51:04,631 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,631 [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-01-03 02:51:04,633 [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-01-03 02:51:04,634 [main] Physical connection closed
DEBUG 2025-01-03 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-01-03 02:51:04,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,660 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,660 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,661 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,661 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,681 [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-01-03 02:51:04,685 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,706 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,707 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,707 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,707 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,728 [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-01-03 02:51:04,738 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,738 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-03 02:51:04,740 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,741 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,762 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,762 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,762 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,762 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,783 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-03 02:51:04,792 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,792 [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-01-03 02:51:04,793 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,793 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,811 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,814 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,814 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,815 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,815 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,841 [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-01-03 02:51:04,842 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,842 [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-01-03 02:51:04,844 [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-01-03 02:51:04,845 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,862 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,862 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,863 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,863 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,878 [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-01-03 02:51:04,879 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,897 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,897 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,897 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,897 [main] Logical connection got, tx=null
WARN  2025-01-03 02:51:04,900 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-03 02:51:04,905 [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-01-03 02:51:04,906 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,906 [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-01-03 02:51:04,909 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-03 02:51:04,910 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,934 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,934 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,934 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,935 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,952 [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-01-03 02:51:04,959 [main] Physical connection closed
DEBUG 2025-01-03 02:51:04,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:04,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:04,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:04,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:04,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:04,977 [main] Physical connection got
DEBUG 2025-01-03 02:51:04,977 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,977 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:04,977 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:04,995 [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-01-03 02:51:05,000 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,000 [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-01-03 02:51:05,001 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,001 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,001 [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-01-03 02:51:05,002 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,002 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,019 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,019 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,020 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,020 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,037 [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-01-03 02:51:05,040 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,041 [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-01-03 02:51:05,044 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,044 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,044 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2025-01-03 02:51:05,045 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,045 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,046 [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-01-03 02:51:05,048 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,049 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,049 [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-01-03 02:51:05,050 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,050 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,050 [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-01-03 02:51:05,050 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,051 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,068 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,068 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,069 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-03 02:51:05,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,088 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-03 02:51:05,088 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,088 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,089 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-03 02:51:05,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,089 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-03 02:51:05,090 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,090 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735840262700/5, BranchId=]
DEBUG 2025-01-03 02:51:05,090 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,106 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,108 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,109 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,109 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,109 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,126 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,130 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,146 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,146 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,146 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,146 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,163 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,168 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,184 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,185 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,185 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,185 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,191 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-03 02:51:05,193 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,208 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,208 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,208 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,208 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,214 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-03 02:51:05,215 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,231 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,231 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,231 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,231 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,237 [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-01-03 02:51:05,238 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,253 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,253 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,253 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,253 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,259 [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-01-03 02:51:05,260 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,275 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,275 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,276 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,293 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,293 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,293 [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-01-03 02:51:05,297 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,297 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,312 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,313 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,313 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,313 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,329 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,329 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,344 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,345 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,345 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,345 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,360 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-03 02:51:05,361 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-03 02:51:05,377 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,377 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,377 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,377 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,392 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-03 02:51:05,393 [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.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-01-03 02:51:05,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,444 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,458 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,461 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,461 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,465 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,468 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,469 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,484 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,487 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,487 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,491 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,491 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,493 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,506 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,509 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,509 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,513 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,513 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-03 02:51:05,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,528 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,528 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,529 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,529 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-03 02:51:05,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,544 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,544 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,559 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,559 [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-01-03 02:51:05,563 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,563 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,575 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,575 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,597 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,597 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,598 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,598 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,609 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,614 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,614 [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-01-03 02:51:05,617 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,617 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-03 02:51:05,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,639 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,654 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,666 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,667 [main] Logical connection got, tx=null
WARN  2025-01-03 02:51:05,669 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-03 02:51:05,670 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-03 02:51:05,670 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,670 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,672 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,687 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,690 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,690 [main] Logical connection got, tx=null
WARN  2025-01-03 02:51:05,692 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-03 02:51:05,692 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-03 02:51:05,692 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,693 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,694 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,709 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,713 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-03 02:51:05,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,727 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-03 02:51:05,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,747 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,747 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,749 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,749 [main] Physical connection closed
DEBUG 2025-01-03 02:51:05,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,760 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,761 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,762 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,762 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-03 02:51:05,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-03 02:51:05,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-03 02:51:05,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-03 02:51:05,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-03 02:51:05,776 [main] Physical connection got
DEBUG 2025-01-03 02:51:05,776 [main] Logical connection got, tx=null
DEBUG 2025-01-03 02:51:05,777 [main] Logical connection closed, tx=null
DEBUG 2025-01-03 02:51:05,777 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.302s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.211s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.581s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.618s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Jan 03 02:51:05 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS