Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2025-04-23 02:51:00,331 [main] Logical connection closed
updatedRows:1
DEBUG 2025-04-23 02:51:00,333 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,333 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-04-23 02:51:00,336 [main] Logical connection closed
DEBUG 2025-04-23 02:51:00,336 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-04-23 02:51:00,372 [main] Physical connection got
DEBUG 2025-04-23 02:51:00,372 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,372 [main] Logical connection closed
DEBUG 2025-04-23 02:51:00,372 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,384 [main] Logical connection closed
DEBUG 2025-04-23 02:51:00,385 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,385 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-04-23 02:51:00,387 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-23 02:51:00.176 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-23 02:51:00,387 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,387 [main] Logical connection closed
DEBUG 2025-04-23 02:51:00,388 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,391 [main] Logical connection closed
DEBUG 2025-04-23 02:51:00,393 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,393 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-23 02:51:00,394 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-23 02:51:00.176 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-23 02:51:00,394 [main] Logical connection got
DEBUG 2025-04-23 02:51:00,395 [main] UPDATE EMP SET tstamp = '2025-04-23 02.51.00', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-04-23 02.51.00'
DEBUG 2025-04-23 02:51:00,395 [main] Logical connection closed
DEBUG 2025-04-23 02:51:00,396 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-23 02:51:01,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:01,721 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:01,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:01,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:01,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:01,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:01,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:01,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:01,874 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-23 02:51:02,051 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,052 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,132 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,137 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-04-23 02:51:02,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,193 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,193 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,194 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,194 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,312 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-04-23 02:51:02,318 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,321 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,349 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,350 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,350 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,350 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,389 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,412 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,440 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,444 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,444 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,444 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,445 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,489 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,494 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,521 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,521 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,521 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,521 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,555 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,560 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,563 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,586 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,586 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,586 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,586 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,618 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,623 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,648 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,649 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,649 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,649 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,680 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-04-23 02:51:02,684 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,708 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,709 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,709 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,709 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,741 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,746 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,770 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,770 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,771 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,771 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,815 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,820 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,823 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,844 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,845 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,845 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,845 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:02,894 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:02,917 [main] Physical connection closed
DEBUG 2025-04-23 02:51:02,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:02,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:02,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:02,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:02,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:02,960 [main] Transaction began, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:02,962 [main] Physical connection got
DEBUG 2025-04-23 02:51:02,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:02,963 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:02,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:02,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:03,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:03,014 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-23 02.51.03', 99, 'hoge', 0)
DEBUG 2025-04-23 02:51:03,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:03,020 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1745344262960/0, BranchId=]
DEBUG 2025-04-23 02:51:03,021 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,044 [main] Transaction began, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,045 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,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 2025-04-23 02:51:03,121 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,130 [main] UPDATE EMP SET tstamp = '2025-04-23 02.51.03', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-23 02:51:03,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,131 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1745344262960/1, BranchId=]
DEBUG 2025-04-23 02:51:03,132 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,142 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,170 [main] Transaction began, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,171 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-23 02:51:03,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,259 [main] UPDATE EMP SET tstamp = '2025-04-23 02.51.03', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-04-23 02:51:03,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,259 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1745344262960/2, BranchId=]
DEBUG 2025-04-23 02:51:03,260 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,302 [main] Transaction began, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,303 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,303 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,303 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,304 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,341 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,342 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-23 02:51:03,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,344 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-23 02:51:03,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,345 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1745344262960/3, BranchId=]
DEBUG 2025-04-23 02:51:03,345 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,368 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,368 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,368 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,368 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,396 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-04-23 02:51:03,397 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,429 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,430 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,430 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,430 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,452 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-04-23 02:51:03,461 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,482 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,482 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,482 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,482 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,519 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,528 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,548 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,548 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,549 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,549 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,570 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,578 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,600 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,600 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,600 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,600 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,621 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,630 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,658 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,658 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,658 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,658 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,682 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,692 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,692 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-23 02:51:03,708 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-23 02:51:03,709 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,712 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,733 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,736 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,736 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,736 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,737 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,770 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,781 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,781 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-23 02:51:03,786 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-23 02:51:03,787 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,809 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,809 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,810 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,810 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,876 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,900 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,900 [main] select * from emp
DEBUG 2025-04-23 02:51:03,903 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-23 02:51:03,904 [main] Physical connection closed
DEBUG 2025-04-23 02:51:03,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:03,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:03,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:03,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:03,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:03,923 [main] Physical connection got
DEBUG 2025-04-23 02:51:03,924 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,924 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,924 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:03,982 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:03,996 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,003 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-23 02:51:04,007 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-23 02:51:04,008 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,018 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,018 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,037 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,037 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,038 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,038 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,059 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-04-23 02:51:04,066 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,068 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,087 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,087 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,087 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,087 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,107 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,115 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,115 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-23 02:51:04,118 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-23 02:51:04,119 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,146 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,146 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,147 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,147 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,174 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,182 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,182 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-23 02:51:04,188 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-23 02:51:04,189 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,191 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,193 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,209 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,209 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,209 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,209 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,261 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,276 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,276 [main] select * from emp
DEBUG 2025-04-23 02:51:04,277 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-23 02:51:04,282 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,301 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,301 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,302 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,302 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,321 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,329 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,329 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-23 02:51:04,331 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-23 02:51:04,332 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,351 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,352 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,352 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,352 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,371 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,379 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,379 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-23 02:51:04,381 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-23 02:51:04,381 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,411 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,411 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,411 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,411 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,433 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,441 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,441 [main] select count(*) from emp
DEBUG 2025-04-23 02:51:04,442 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,442 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,461 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,461 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,461 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,461 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,493 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,501 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,501 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-23 02:51:04,501 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-04-23 02:51:04,502 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,520 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,520 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,520 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,520 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,538 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,545 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,545 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-23 02:51:04,546 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-04-23 02:51:04,546 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,564 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,564 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,564 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,564 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,581 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,588 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,588 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-23 02:51:04,589 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-04-23 02:51:04,589 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,607 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,607 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,607 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,607 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,624 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,632 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,632 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-23 02:51:04,633 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b76086d
DEBUG 2025-04-23 02:51:04,633 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,634 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,644 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,653 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,653 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,653 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,653 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,671 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,677 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,677 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-04-23 02:51:04,680 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-04-23 02:51:04,680 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,697 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,699 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,699 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,700 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,700 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,717 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-04-23 02:51:04,724 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,724 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-04-23 02:51:04,726 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-23 02:51:04,727 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,743 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,743 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,744 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,744 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,762 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,765 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,765 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-23 02:51:04,766 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,766 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,783 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,783 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,783 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,783 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,800 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,803 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,803 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-23 02:51:04,804 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,804 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,825 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,825 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,826 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,826 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,843 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,844 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,844 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-04-23 02:51:04,845 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-23 02:51:04,845 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,862 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,862 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,862 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,862 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,873 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,874 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,874 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-23 02:51:04,874 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-23 02:51:04,875 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,893 [main] Transaction began, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,895 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,919 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-23 02.51.04', 9999, 'test', 50)
DEBUG 2025-04-23 02:51:04,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,920 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-23 02:51:04,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-23 02:51:04,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,922 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2025-04-23 02:51:04,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-04-23 02:51:04.919 {50, null, null, 0}
DEBUG 2025-04-23 02:51:04,923 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1745344262960/4, BranchId=]
DEBUG 2025-04-23 02:51:04,923 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,942 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,942 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,942 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,943 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,963 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,971 [main] Physical connection closed
DEBUG 2025-04-23 02:51:04,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:04,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:04,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:04,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:04,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:04,990 [main] Physical connection got
DEBUG 2025-04-23 02:51:04,990 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:04,990 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:04,991 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,011 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,021 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,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 WHERE  department.dname = 'RESEARCH'
DEBUG 2025-04-23 02:51:05,024 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,024 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,026 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,046 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,046 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,046 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,046 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,067 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,112 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,112 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-04-23 02:51:05,112 [main] Logical connection closed, tx=null
[]
DEBUG 2025-04-23 02:51:05,113 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,133 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,133 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,133 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,133 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,155 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,162 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,162 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-04-23 02:51:05,164 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-23 02:51:05,164 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,183 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,183 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,183 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,183 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,202 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-04-23 02:51:05,210 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,230 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,230 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,231 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,231 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,251 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-23 02:51:05,259 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,259 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-23 02:51:05,262 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,262 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,281 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,281 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,281 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,281 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,301 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-23 02:51:05,311 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,311 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-04-23 02:51:05,312 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,312 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,334 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,334 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,334 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,334 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,371 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,372 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,372 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2025-04-23 02:51:05,373 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-04-23 02:51:05,374 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,389 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,390 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,390 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,390 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,406 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,406 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,408 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,427 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,427 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,427 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,427 [main] Logical connection got, tx=null
WARN  2025-04-23 02:51:05,430 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-23 02:51:05,435 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-23 02:51:05,435 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,435 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-23 02:51:05,438 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-23 02:51:05,438 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,453 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,453 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,453 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,453 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,470 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,476 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,493 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,494 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,494 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,494 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,511 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-04-23 02:51:05,515 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,515 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2025-04-23 02:51:05,515 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,516 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,516 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2025-04-23 02:51:05,516 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,516 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,534 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,534 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,537 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,537 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,554 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-04-23 02:51:05,557 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,557 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2025-04-23 02:51:05,560 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,560 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,560 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2025-04-23 02:51:05,561 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,561 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,561 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2025-04-23 02:51:05,563 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,563 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,563 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2025-04-23 02:51:05,563 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,564 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,564 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2025-04-23 02:51:05,564 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,564 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,582 [main] Transaction began, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,582 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-23 02:51:05,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,606 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-23 02:51:05,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,606 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-23 02:51:05,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,607 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-23 02:51:05,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,607 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1745344262960/5, BranchId=]
DEBUG 2025-04-23 02:51:05,607 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,622 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,623 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,623 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,623 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,639 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,642 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,658 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,658 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,658 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,658 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,675 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,680 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,692 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,695 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,695 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,695 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,695 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,701 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-04-23 02:51:05,703 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,720 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,720 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,721 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,721 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,728 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-23 02:51:05,729 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,745 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,745 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,745 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,746 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,751 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,752 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,767 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,767 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,767 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,767 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,773 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-04-23 02:51:05,774 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,789 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,789 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,789 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,789 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,806 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,807 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,807 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-23 02:51:05,810 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,810 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,825 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,825 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,825 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,826 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,841 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,842 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,856 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,856 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,856 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,856 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,872 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-23 02:51:05,873 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,886 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-23 02:51:05,888 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,888 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,888 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,888 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,904 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-23 02:51:05,905 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.766 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-04-23 02:51:05,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,956 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:05,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,959 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,969 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-23 02:51:05,972 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,972 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,975 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,978 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,979 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:05,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:05,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:05,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:05,991 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-23 02:51:05,994 [main] Physical connection got
DEBUG 2025-04-23 02:51:05,994 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:05,997 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:05,997 [main] Physical connection closed
DEBUG 2025-04-23 02:51:05,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:05,999 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,011 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,014 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,014 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,017 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,018 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-04-23 02:51:06,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,031 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,031 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,031 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,032 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-04-23 02:51:06,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,045 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,045 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,059 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,060 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-04-23 02:51:06,063 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,063 [main] Physical connection closed
DEBUG 2025-04-23 02:51:06,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,074 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,074 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,089 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,089 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,090 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,090 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,111 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,115 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,116 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2025-04-23 02:51:06,118 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,118 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 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 2025-04-23 02:51:06,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,134 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,147 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,158 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,159 [main] Logical connection got, tx=null
WARN  2025-04-23 02:51:06,161 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-04-23 02:51:06,161 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-23 02:51:06,161 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,162 [main] Physical connection closed
DEBUG 2025-04-23 02:51:06,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,163 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,176 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,179 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,179 [main] Logical connection got, tx=null
WARN  2025-04-23 02:51:06,181 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-04-23 02:51:06,181 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-23 02:51:06,181 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,182 [main] Physical connection closed
DEBUG 2025-04-23 02:51:06,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,183 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,195 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,199 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-23 02:51:06,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,212 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-04-23 02:51:06,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,228 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,229 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,230 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,230 [main] Physical connection closed
DEBUG 2025-04-23 02:51:06,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,241 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,241 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,242 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,242 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-04-23 02:51:06,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-23 02:51:06,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-23 02:51:06,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-23 02:51:06,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-23 02:51:06,255 [main] Physical connection got
DEBUG 2025-04-23 02:51:06,255 [main] Logical connection got, tx=null
DEBUG 2025-04-23 02:51:06,256 [main] Logical connection closed, tx=null
DEBUG 2025-04-23 02:51:06,256 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.356s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.231s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.692s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.883s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Wed Apr 23 02:51:06 JST 2025
[INFO] Final Memory: 30M/405M
[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