Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-10-16 02:50:55,511 [main] Logical connection closed
updatedRows:1
DEBUG 2024-10-16 02:50:55,512 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,512 [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-10-16 02:50:55,515 [main] Logical connection closed
DEBUG 2024-10-16 02:50:55,515 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-16 02:50:55,550 [main] Physical connection got
DEBUG 2024-10-16 02:50:55,550 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,550 [main] Logical connection closed
DEBUG 2024-10-16 02:50:55,550 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,562 [main] Logical connection closed
DEBUG 2024-10-16 02:50:55,562 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,563 [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-10-16 02:50:55,564 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-16 02:50:55.357 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-16 02:50:55,565 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,565 [main] Logical connection closed
DEBUG 2024-10-16 02:50:55,565 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,569 [main] Logical connection closed
DEBUG 2024-10-16 02:50:55,570 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,570 [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-10-16 02:50:55,571 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-16 02:50:55.357 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-16 02:50:55,571 [main] Logical connection got
DEBUG 2024-10-16 02:50:55,572 [main] UPDATE EMP SET tstamp = '2024-10-16 02.50.55', 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-10-16 02.50.55'
DEBUG 2024-10-16 02:50:55,572 [main] Logical connection closed
DEBUG 2024-10-16 02:50:55,573 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 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.119 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-16 02:50:56,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:56,766 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:50:56,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:56,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:56,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:56,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:56,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:56,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:56,913 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-16 02:50:57,071 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,071 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,146 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,151 [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-10-16 02:50:57,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,204 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,204 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,204 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,205 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,314 [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-10-16 02:50:57,319 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,349 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,349 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,349 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,349 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,386 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,408 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,438 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,438 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,438 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,439 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,478 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,484 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,512 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,512 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,512 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,512 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,550 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,556 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,584 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,584 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,585 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,585 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,621 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,626 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,633 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,653 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,653 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,653 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,654 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,687 [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-10-16 02:50:57,691 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,716 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,716 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,717 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,717 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,748 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,753 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,774 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,777 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,777 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,777 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,777 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,813 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,818 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,842 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,842 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,842 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,842 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:57,873 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:57,877 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,879 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,902 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,904 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,933 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,955 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-16 02.50.57', 99, 'hoge', 0)
DEBUG 2024-10-16 02:50:57,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,961 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729014657902/0, BranchId=]
DEBUG 2024-10-16 02:50:57,962 [main] Physical connection closed
DEBUG 2024-10-16 02:50:57,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:57,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:57,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:57,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:57,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:57,985 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:57,985 [main] Physical connection got
DEBUG 2024-10-16 02:50:57,986 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:57,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:57,986 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:58,015 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:58,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:58,025 [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-10-16 02:50:58,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:58,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:58,033 [main] UPDATE EMP SET tstamp = '2024-10-16 02.50.58', 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-10-16 02:50:58,034 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:58,034 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729014657902/1, BranchId=]
DEBUG 2024-10-16 02:50:58,035 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,057 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,057 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,058 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,094 [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-10-16 02:50:58,096 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,096 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,097 [main] UPDATE EMP SET tstamp = '2024-10-16 02.50.58', 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-10-16 02:50:58,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,097 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729014657902/2, BranchId=]
DEBUG 2024-10-16 02:50:58,098 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,124 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,124 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,160 [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-10-16 02:50:58,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,163 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-16 02:50:58,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,163 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729014657902/3, BranchId=]
DEBUG 2024-10-16 02:50:58,163 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,186 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,186 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,186 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,186 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,214 [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-10-16 02:50:58,215 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,244 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,244 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,244 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,244 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,268 [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-10-16 02:50:58,277 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,298 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,298 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,298 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,298 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,321 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,328 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,347 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,347 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,347 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,347 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,377 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,384 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,403 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,403 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,404 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,404 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,426 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,434 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,452 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,452 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,452 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,452 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,474 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,482 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,482 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-16 02:50:58,489 [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-10-16 02:50:58,490 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,508 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,509 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,509 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,509 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,531 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,538 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,538 [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-10-16 02:50:58,542 [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-10-16 02:50:58,543 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,561 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,562 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,562 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,562 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,584 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,597 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,597 [main] select * from emp
DEBUG 2024-10-16 02:50:58,600 [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-10-16 02:50:58,601 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,620 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,620 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,620 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,620 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,642 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,649 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,649 [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-10-16 02:50:58,653 [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-10-16 02:50:58,654 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,673 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,673 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,673 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,673 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,696 [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-10-16 02:50:58,703 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,721 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,722 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,722 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,722 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,744 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,752 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,752 [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-10-16 02:50:58,754 [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-10-16 02:50:58,756 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,774 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,774 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,774 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,774 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,796 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,803 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,803 [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-10-16 02:50:58,808 [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-10-16 02:50:58,809 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,827 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,827 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,827 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,827 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,848 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,855 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,856 [main] select * from emp
DEBUG 2024-10-16 02:50:58,857 [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-10-16 02:50:58,858 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,876 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,876 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,876 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,876 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,897 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,905 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,905 [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-10-16 02:50:58,906 [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-10-16 02:50:58,907 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,925 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,925 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,926 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,926 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,946 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,953 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,953 [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-10-16 02:50:58,955 [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-10-16 02:50:58,955 [main] Physical connection closed
DEBUG 2024-10-16 02:50:58,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:58,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:58,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:58,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:58,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:58,973 [main] Physical connection got
DEBUG 2024-10-16 02:50:58,973 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,974 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:58,974 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:58,994 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,001 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,001 [main] select count(*) from emp
DEBUG 2024-10-16 02:50:59,003 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,003 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,028 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,028 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,028 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,028 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,049 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,057 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,057 [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-10-16 02:50:59,058 [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-10-16 02:50:59,058 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,080 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,080 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,080 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,080 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,100 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,108 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,108 [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-10-16 02:50:59,108 [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-10-16 02:50:59,109 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,126 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,126 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,126 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,126 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,146 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,153 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,153 [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-10-16 02:50:59,154 [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-10-16 02:50:59,154 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,162 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,171 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,172 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,172 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,172 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,191 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,199 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,199 [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-10-16 02:50:59,199 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5c2bfdff
DEBUG 2024-10-16 02:50:59,199 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,215 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,217 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,217 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,217 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,217 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,237 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,244 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,244 [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-10-16 02:50:59,246 [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-10-16 02:50:59,246 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,264 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,264 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,264 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,264 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,283 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-10-16 02:50:59,291 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,291 [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-10-16 02:50:59,295 [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-10-16 02:50:59,295 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,312 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,313 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,313 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,313 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,332 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,336 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,336 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-16 02:50:59,336 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,336 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,354 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,354 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,354 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,354 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,374 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,377 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,377 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-16 02:50:59,377 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,377 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,395 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,395 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,396 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,396 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,409 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,410 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,410 [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-10-16 02:50:59,411 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-16 02:50:59,411 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,413 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,428 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,428 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,428 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,428 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,440 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,440 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,440 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-16 02:50:59,441 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-16 02:50:59,441 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,447 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,449 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,462 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,462 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,463 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,463 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,481 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,487 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,488 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-16 02.50.59', 9999, 'test', 50)
DEBUG 2024-10-16 02:50:59,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,488 [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-10-16 02:50:59,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/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-10-16 02:50:59,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,491 [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-10-16 02:50:59,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-16 02:50:59.487 {50, null, null, 0}
DEBUG 2024-10-16 02:50:59,492 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729014657902/4, BranchId=]
DEBUG 2024-10-16 02:50:59,492 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,509 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,509 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,510 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,510 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,527 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,534 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,551 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,551 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,552 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,569 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-10-16 02:50:59,578 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,578 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-10-16 02:50:59,580 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,581 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,598 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,599 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,599 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,599 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,616 [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-10-16 02:50:59,625 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,625 [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-10-16 02:50:59,626 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-16 02:50:59,626 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,645 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,645 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,645 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,645 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,662 [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-10-16 02:50:59,667 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,668 [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-10-16 02:50:59,669 [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-10-16 02:50:59,670 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,671 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,686 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,687 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,687 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,687 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,703 [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-10-16 02:50:59,707 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,723 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,723 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,724 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,724 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,741 [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-10-16 02:50:59,748 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,748 [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-10-16 02:50:59,750 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,750 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,767 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,767 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,767 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,767 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,785 [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-10-16 02:50:59,791 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,791 [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-10-16 02:50:59,792 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,792 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,800 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,810 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,810 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,810 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,810 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,829 [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-10-16 02:50:59,830 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,831 [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-10-16 02:50:59,832 [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-10-16 02:50:59,833 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,850 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,850 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,850 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,850 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,867 [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-10-16 02:50:59,868 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,870 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,883 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,885 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,885 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,886 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,886 [main] Logical connection got, tx=null
WARN  2024-10-16 02:50:59,889 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-16 02:50:59,895 [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-10-16 02:50:59,895 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,896 [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-10-16 02:50:59,898 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-16 02:50:59,898 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,916 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,916 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,917 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,917 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,935 [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-10-16 02:50:59,942 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,944 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,956 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,957 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,959 [main] Physical connection got
DEBUG 2024-10-16 02:50:59,959 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,960 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,960 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,977 [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-10-16 02:50:59,982 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,982 [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-10-16 02:50:59,982 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,983 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:50:59,983 [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-10-16 02:50:59,984 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:50:59,984 [main] Physical connection closed
DEBUG 2024-10-16 02:50:59,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:50:59,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:50:59,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:50:59,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:50:59,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:50:59,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,000 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,000 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,000 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,001 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,019 [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-10-16 02:51:00,022 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,022 [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-10-16 02:51:00,025 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,025 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,025 [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-10-16 02:51:00,026 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,026 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,026 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-10-16 02:51:00,028 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,028 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,028 [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-10-16 02:51:00,029 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,029 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,029 [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-10-16 02:51:00,030 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,030 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,043 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,044 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,046 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,046 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,064 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-16 02:51:00,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,065 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-16 02:51:00,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,066 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-16 02:51:00,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,066 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-16 02:51:00,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,067 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729014657902/5, BranchId=]
DEBUG 2024-10-16 02:51:00,067 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,084 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,084 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,084 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,084 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,101 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,105 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,121 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,122 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,122 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,122 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,139 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,144 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,152 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,161 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,161 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,161 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,161 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,167 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-16 02:51:00,169 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,183 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,185 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,185 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,186 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,186 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,192 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-16 02:51:00,193 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,209 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,209 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,209 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,209 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,216 [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-10-16 02:51:00,217 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,236 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,236 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,236 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,236 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,242 [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-10-16 02:51:00,244 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,257 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,259 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,259 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,260 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,260 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,276 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,277 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,277 [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-10-16 02:51:00,280 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,281 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,296 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,297 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,297 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,297 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,313 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,314 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,327 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,330 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,330 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,330 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,330 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,346 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-16 02:51:00,347 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-16 02:51:00,372 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,372 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,372 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,372 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,402 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-16 02:51:00,403 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.251 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.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-16 02:51:00,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,450 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,463 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,466 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,466 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,470 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,472 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,474 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,488 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,491 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,491 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,494 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,495 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,496 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,509 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,512 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,512 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,515 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,516 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-16 02:51:00,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,530 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,530 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,531 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,531 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-16 02:51:00,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,545 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,546 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,562 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,562 [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-10-16 02:51:00,565 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,565 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,577 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,577 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,593 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,593 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,593 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,593 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,604 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,608 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,608 [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-10-16 02:51:00,610 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,610 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 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-10-16 02:51:00,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,629 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,643 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,654 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,654 [main] Logical connection got, tx=null
WARN  2024-10-16 02:51:00,656 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-10-16 02:51:00,656 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-16 02:51:00,657 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,657 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,658 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,664 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,672 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,675 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,675 [main] Logical connection got, tx=null
WARN  2024-10-16 02:51:00,677 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-10-16 02:51:00,677 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-16 02:51:00,678 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,678 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,679 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,693 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,697 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-16 02:51:00,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,710 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-16 02:51:00,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,728 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,728 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,729 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,730 [main] Physical connection closed
DEBUG 2024-10-16 02:51:00,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,741 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,741 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,742 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,743 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-16 02:51:00,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-16 02:51:00,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-16 02:51:00,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-16 02:51:00,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-16 02:51:00,757 [main] Physical connection got
DEBUG 2024-10-16 02:51:00,757 [main] Logical connection got, tx=null
DEBUG 2024-10-16 02:51:00,758 [main] Logical connection closed, tx=null
DEBUG 2024-10-16 02:51:00,758 [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.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.300s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.663s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.578s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.170s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Oct 16 02:51:00 JST 2024
[INFO] Final Memory: 29M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS