Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-11-10 02:50:58,415 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-10 02:50:58,416 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,416 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-10 02:50:58,419 [main] Logical connection closed
DEBUG 2024-11-10 02:50:58,419 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-10 02:50:58,453 [main] Physical connection got
DEBUG 2024-11-10 02:50:58,453 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,453 [main] Logical connection closed
DEBUG 2024-11-10 02:50:58,453 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,464 [main] Logical connection closed
DEBUG 2024-11-10 02:50:58,465 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,465 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-10 02:50:58,466 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-10 02:50:58.268 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-10 02:50:58,467 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,467 [main] Logical connection closed
DEBUG 2024-11-10 02:50:58,467 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,471 [main] Logical connection closed
DEBUG 2024-11-10 02:50:58,472 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,472 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-10 02:50:58,473 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-10 02:50:58.268 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-10 02:50:58,474 [main] Logical connection got
DEBUG 2024-11-10 02:50:58,474 [main] UPDATE EMP SET tstamp = '2024-11-10 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-10 02.50.58'
DEBUG 2024-11-10 02:50:58,475 [main] Logical connection closed
DEBUG 2024-11-10 02:50:58,475 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-10 02:50:59,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:50:59,645 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:50:59,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:50:59,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:50:59,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:50:59,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:50:59,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:50:59,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:50:59,783 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:50:59,942 [main] Physical connection got
DEBUG 2024-11-10 02:50:59,943 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,018 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,025 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-10 02:51:00,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,075 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,075 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,076 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,076 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,185 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-10 02:51:00,191 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,221 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,221 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,221 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,221 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,263 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,285 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,316 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,316 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,317 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,317 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,358 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,363 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,391 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,391 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,391 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,391 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,427 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,432 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,454 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,457 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,457 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,458 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,490 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,496 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,519 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,520 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,520 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,520 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,553 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-10 02:51:00,557 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,581 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,581 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,581 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,581 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,614 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,619 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,643 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,643 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,644 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,644 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,682 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,687 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,710 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,710 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,711 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,711 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:00,743 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:00,748 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,773 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,775 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,776 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,833 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-10 02.51.00', 99, 'hoge', 0)
DEBUG 2024-11-10 02:51:00,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,838 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174660773/0, BranchId=]
DEBUG 2024-11-10 02:51:00,839 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,862 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,862 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,862 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,863 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,903 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-10 02:51:00,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,911 [main] UPDATE EMP SET tstamp = '2024-11-10 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-10 02:51:00,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,912 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174660773/1, BranchId=]
DEBUG 2024-11-10 02:51:00,912 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,935 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,935 [main] Physical connection got
DEBUG 2024-11-10 02:51:00,936 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,936 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,936 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,962 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,973 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,973 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-10 02:51:00,975 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,975 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,976 [main] UPDATE EMP SET tstamp = '2024-11-10 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-10 02:51:00,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,976 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174660773/2, BranchId=]
DEBUG 2024-11-10 02:51:00,977 [main] Physical connection closed
DEBUG 2024-11-10 02:51:00,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:00,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:00,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:00,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:00,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:00,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,003 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,004 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,030 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,040 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,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 WHERE  EMP.empno = 7788
DEBUG 2024-11-10 02:51:01,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,043 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-10 02:51:01,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,043 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174660773/3, BranchId=]
DEBUG 2024-11-10 02:51:01,044 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,067 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,067 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,067 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,067 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,093 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-10 02:51:01,095 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,125 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,125 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,125 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,125 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,153 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-10 02:51:01,162 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,184 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,185 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,185 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,185 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,209 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,217 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,237 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,239 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,239 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,239 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,239 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,266 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,274 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,292 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,295 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,295 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,295 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,295 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,318 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,327 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,346 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,346 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,347 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,347 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,370 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,377 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,377 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-10 02:51:01,384 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-10 02:51:01,386 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,405 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,405 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,405 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,405 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,426 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,434 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,434 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-10 02:51:01,438 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-10 02:51:01,439 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,458 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,478 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,490 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,491 [main] select * from emp
DEBUG 2024-11-10 02:51:01,493 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-10 02:51:01,494 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,514 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,514 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,515 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,515 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,536 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,543 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,543 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-10 02:51:01,547 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-10 02:51:01,548 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,568 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,568 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,568 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,568 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,590 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-10 02:51:01,598 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,618 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,618 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,619 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,619 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,640 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,648 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,648 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-10 02:51:01,650 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-10 02:51:01,652 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,671 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,671 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,671 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,671 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,692 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,700 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,701 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-10 02:51:01,710 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-10 02:51:01,711 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,730 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,730 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,730 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,731 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,750 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,758 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,758 [main] select * from emp
DEBUG 2024-11-10 02:51:01,760 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-10 02:51:01,761 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,779 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,779 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,779 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,779 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,800 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,807 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,807 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-10 02:51:01,809 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-10 02:51:01,810 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,826 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,828 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,828 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,828 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,828 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,848 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,855 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,855 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-10 02:51:01,857 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-10 02:51:01,857 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,875 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,875 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,875 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,875 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,895 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,902 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,902 [main] select count(*) from emp
DEBUG 2024-11-10 02:51:01,903 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,903 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,924 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,924 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,924 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,924 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,944 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,952 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-10 02:51:01,952 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-10 02:51:01,953 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:01,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:01,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:01,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:01,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:01,970 [main] Physical connection got
DEBUG 2024-11-10 02:51:01,970 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,970 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,970 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,990 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:01,997 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-10 02:51:01,998 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-10 02:51:01,998 [main] Physical connection closed
DEBUG 2024-11-10 02:51:01,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,016 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,016 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,016 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,016 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,035 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,042 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,042 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-10 02:51:02,043 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-10 02:51:02,043 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,060 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,060 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,060 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,061 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,079 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,086 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,086 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-10 02:51:02,086 [main] Logical connection closed, tx=null
[Ljava.util.Map;@6ec5122f
DEBUG 2024-11-10 02:51:02,087 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,104 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,104 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,104 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,104 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,128 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,128 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-10 02:51:02,130 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-10 02:51:02,131 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,132 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,148 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,148 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,148 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,148 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,166 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-10 02:51:02,173 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-10 02:51:02,177 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-10 02:51:02,178 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,196 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,196 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,196 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,196 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,215 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,219 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,219 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:51:02,219 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,219 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,236 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,236 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,236 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,236 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,255 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,258 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,258 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:51:02,258 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,258 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,271 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,275 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,275 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,275 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,275 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,287 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,288 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,288 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-10 02:51:02,289 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-10 02:51:02,289 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,308 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,308 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,308 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,308 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,320 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,320 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,320 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-10 02:51:02,321 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-10 02:51:02,321 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,323 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,337 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,337 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,362 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-10 02.51.02', 9999, 'test', 50)
DEBUG 2024-11-10 02:51:02,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,362 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-10 02:51:02,364 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-10 02:51:02,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,365 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-11-10 02:51:02,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-10 02:51:02.362 {50, null, null, 0}
DEBUG 2024-11-10 02:51:02,365 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174660773/4, BranchId=]
DEBUG 2024-11-10 02:51:02,366 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,381 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,382 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,382 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,382 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,399 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,405 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,421 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,421 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,421 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,421 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,438 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:02,445 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,446 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-11-10 02:51:02,448 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,448 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,462 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,464 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,464 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,464 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,464 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,481 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,489 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-10 02:51:02,489 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-10 02:51:02,489 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,506 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,506 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,506 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,506 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,522 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:02,527 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,527 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-10 02:51:02,529 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-10 02:51:02,529 [main] Physical connection closed
DEBUG 2024-11-10 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 2024-11-10 02:51:02,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,544 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,544 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,560 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-10 02:51:02,563 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,579 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,579 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,579 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,579 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,595 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-10 02:51:02,602 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,602 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-10 02:51:02,604 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,604 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,619 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,619 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,620 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,620 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,635 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-10 02:51:02,644 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,644 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-10 02:51:02,644 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,645 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,661 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,661 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,661 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,661 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,679 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:02,680 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,680 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-11-10 02:51:02,682 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-10 02:51:02,682 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,697 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,698 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,698 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,698 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,714 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:02,714 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,716 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,730 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,730 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,730 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,730 [main] Logical connection got, tx=null
WARN  2024-11-10 02:51:02,733 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-10 02:51:02,738 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-10 02:51:02,739 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,739 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-10 02:51:02,741 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-10 02:51:02,741 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,756 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,756 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,756 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,756 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,774 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:02,779 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,795 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,795 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,795 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,795 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,812 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-10 02:51:02,816 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,816 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-11-10 02:51:02,816 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,817 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-11-10 02:51:02,817 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,817 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,833 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,833 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,833 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,833 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,850 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-10 02:51:02,853 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,853 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-11-10 02:51:02,856 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,856 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,856 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-11-10 02:51:02,857 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,857 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,857 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-11-10 02:51:02,859 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,859 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,859 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-11-10 02:51:02,860 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,860 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,860 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-11-10 02:51:02,861 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,861 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,875 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,876 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,876 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,876 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-10 02:51:02,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,893 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:51:02,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,894 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-10 02:51:02,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,894 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:51:02,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,895 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174660773/5, BranchId=]
DEBUG 2024-11-10 02:51:02,895 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,908 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,908 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,911 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,911 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,911 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,911 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,927 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,930 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,932 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,945 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,945 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,945 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,946 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,963 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,967 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:02,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:02,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:02,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,982 [main] Physical connection got
DEBUG 2024-11-10 02:51:02,982 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,982 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:02,982 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:02,994 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-10 02:51:02,996 [main] Physical connection closed
DEBUG 2024-11-10 02:51:02,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:02,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:02,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,011 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,011 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,011 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,017 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-10 02:51:03,019 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,020 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,033 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,033 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,033 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,033 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,039 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:03,041 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,055 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,055 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,055 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,056 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,062 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-10 02:51:03,063 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,077 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,077 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,078 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,078 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,094 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,095 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,095 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-10 02:51:03,098 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,099 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,114 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,114 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,114 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,114 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,130 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,131 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,146 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,146 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,146 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,147 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,163 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-10 02:51:03,164 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:51:03,184 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,184 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,184 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,184 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,201 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-10 02:51:03,202 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.177 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-10 02:51:03,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,248 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,262 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,265 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,265 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,269 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,271 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,272 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,285 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,287 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,287 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,291 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,291 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,293 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,312 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,314 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,315 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,318 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,319 [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 2024-11-10 02:51:03,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,332 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,333 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,334 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,335 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,335 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,336 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-10 02:51:03,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,351 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,352 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,368 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,368 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-10 02:51:03,372 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,373 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,385 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,385 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,402 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,402 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,402 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,402 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,413 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,417 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,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  department.dname = 'RESEARCH'
DEBUG 2024-11-10 02:51:03,420 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,420 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-10 02:51:03,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,439 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,453 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,464 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,464 [main] Logical connection got, tx=null
WARN  2024-11-10 02:51:03,466 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-10 02:51:03,467 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-10 02:51:03,467 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,468 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,469 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,483 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,486 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,486 [main] Logical connection got, tx=null
WARN  2024-11-10 02:51:03,488 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-10 02:51:03,489 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-10 02:51:03,489 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,490 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,491 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,505 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,509 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:51:03,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,524 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-10 02:51:03,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,555 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,555 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,557 [main] Physical connection closed
DEBUG 2024-11-10 02:51:03,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,573 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,574 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,575 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-10 02:51:03,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-10 02:51:03,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:51:03,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:51:03,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:51:03,589 [main] Physical connection got
DEBUG 2024-11-10 02:51:03,589 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:51:03,590 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:51:03,590 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.581s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.534s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.182s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Nov 10 02:51:03 JST 2024
[INFO] Final Memory: 29M/407M
[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