Skip to content
Success

Console Output

This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2025-11-29 02:50:57,482 [main] Logical connection closed
updatedRows:1
DEBUG 2025-11-29 02:50:57,483 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,483 [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-11-29 02:50:57,486 [main] Logical connection closed
DEBUG 2025-11-29 02:50:57,487 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-11-29 02:50:57,521 [main] Physical connection got
DEBUG 2025-11-29 02:50:57,522 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,522 [main] Logical connection closed
DEBUG 2025-11-29 02:50:57,522 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,532 [main] Logical connection closed
DEBUG 2025-11-29 02:50:57,533 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,533 [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-11-29 02:50:57,535 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-11-29 02:50:57.327 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-11-29 02:50:57,535 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,536 [main] Logical connection closed
DEBUG 2025-11-29 02:50:57,536 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,540 [main] Logical connection closed
DEBUG 2025-11-29 02:50:57,541 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,541 [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-11-29 02:50:57,542 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-11-29 02:50:57.327 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-11-29 02:50:57,542 [main] Logical connection got
DEBUG 2025-11-29 02:50:57,543 [main] UPDATE EMP SET tstamp = '2025-11-29 02.50.57', 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-11-29 02.50.57'
DEBUG 2025-11-29 02:50:57,544 [main] Logical connection closed
DEBUG 2025-11-29 02:50:57,544 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-11-29 02:50:58,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:58,874 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:50:58,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:58,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:58,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:58,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:58,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,032 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-11-29 02:50:59,210 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,211 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,293 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,299 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-11-29 02:50:59,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,341 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,354 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,355 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,355 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,355 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,472 [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-11-29 02:50:59,478 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,510 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,511 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,511 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,511 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,551 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,576 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,609 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,609 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,610 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,610 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,654 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,660 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,663 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,689 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,689 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,689 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,689 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,725 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,731 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,757 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,757 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,758 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,758 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,791 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,797 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,823 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,823 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,823 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,823 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,857 [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-11-29 02:50:59,862 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,887 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,887 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,887 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,888 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,921 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,926 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:50:59,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:50:59,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:50:59,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:50:59,951 [main] Physical connection got
DEBUG 2025-11-29 02:50:59,951 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,952 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,952 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:50:59,990 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:50:59,996 [main] Physical connection closed
DEBUG 2025-11-29 02:50:59,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:50:59,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,020 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,021 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,021 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,021 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,052 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,058 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,080 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,086 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,087 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,088 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,117 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,141 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,143 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-11-29 02.51.00', 99, 'hoge', 0)
DEBUG 2025-11-29 02:51:00,149 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,150 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764352260086/0, BranchId=]
DEBUG 2025-11-29 02:51:00,150 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,162 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,174 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,175 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,175 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,175 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,175 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,214 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-11-29 02:51:00,222 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,223 [main] UPDATE EMP SET tstamp = '2025-11-29 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-11-29 02:51:00,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,224 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764352260086/1, BranchId=]
DEBUG 2025-11-29 02:51:00,224 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,248 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,248 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,249 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,249 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,249 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,298 [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-11-29 02:51:00,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,300 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,301 [main] UPDATE EMP SET tstamp = '2025-11-29 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-11-29 02:51:00,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,302 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764352260086/2, BranchId=]
DEBUG 2025-11-29 02:51:00,302 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,323 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,326 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,326 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,354 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,364 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,364 [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-11-29 02:51:00,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,367 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,367 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-11-29 02:51:00,367 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,368 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764352260086/3, BranchId=]
DEBUG 2025-11-29 02:51:00,368 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,393 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,394 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,394 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,394 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,421 [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-11-29 02:51:00,423 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,457 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,457 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,457 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,457 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,485 [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-11-29 02:51:00,495 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,520 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,520 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,520 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,520 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,547 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,556 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,580 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,580 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,580 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,581 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,613 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,622 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,646 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,646 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,647 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,647 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,672 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,683 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,706 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,706 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,707 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,707 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,733 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,742 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,743 [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-11-29 02:51:00,750 [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-11-29 02:51:00,752 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,773 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,776 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,776 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,776 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,776 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,802 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,811 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,812 [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-11-29 02:51:00,816 [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-11-29 02:51:00,817 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,840 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,840 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,840 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,840 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,865 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,887 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,887 [main] select * from emp
DEBUG 2025-11-29 02:51:00,890 [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-11-29 02:51:00,892 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,894 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,913 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,914 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,914 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,914 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,939 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,948 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,948 [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-11-29 02:51:00,952 [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-11-29 02:51:00,954 [main] Physical connection closed
DEBUG 2025-11-29 02:51:00,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:00,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:00,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:00,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:00,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:00,976 [main] Physical connection got
DEBUG 2025-11-29 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:00,976 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,000 [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-11-29 02:51:01,009 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,011 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,031 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,031 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,031 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,031 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,054 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,064 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,064 [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-11-29 02:51:01,066 [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-11-29 02:51:01,068 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,089 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,089 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,089 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,090 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,112 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,121 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,122 [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-11-29 02:51:01,127 [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-11-29 02:51:01,128 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,130 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,149 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,149 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,149 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,149 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,172 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,182 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,182 [main] select * from emp
DEBUG 2025-11-29 02:51:01,184 [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-11-29 02:51:01,185 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,206 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,206 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,206 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,206 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,234 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,245 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,245 [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-11-29 02:51:01,247 [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-11-29 02:51:01,249 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,275 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,275 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,275 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,275 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,302 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,313 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,313 [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-11-29 02:51:01,316 [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-11-29 02:51:01,317 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,341 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,341 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,341 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,341 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,367 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,377 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,378 [main] select count(*) from emp
DEBUG 2025-11-29 02:51:01,379 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,379 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,408 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,408 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,408 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,409 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,430 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,438 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,438 [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-11-29 02:51:01,439 [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-11-29 02:51:01,440 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,459 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,459 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,459 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,459 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,481 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,489 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,489 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-11-29 02:51:01,490 [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-11-29 02:51:01,490 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,510 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,510 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,531 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,539 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,539 [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-11-29 02:51:01,540 [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-11-29 02:51:01,540 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,557 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,559 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,559 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,559 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,559 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,580 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,588 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,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-11-29 02:51:01,589 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1dff2e1b
DEBUG 2025-11-29 02:51:01,589 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,607 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,608 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,608 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,608 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,629 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,637 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,637 [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-11-29 02:51:01,639 [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-11-29 02:51:01,639 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,658 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,658 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,658 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,658 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,679 [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-11-29 02:51:01,686 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,686 [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-11-29 02:51:01,690 [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-11-29 02:51:01,691 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,709 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,709 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,709 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,710 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,729 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,733 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,733 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-11-29 02:51:01,733 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,734 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,752 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,752 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,753 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,753 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,773 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,776 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,777 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-11-29 02:51:01,777 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,777 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,796 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,796 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,796 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,796 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,810 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,810 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,811 [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-11-29 02:51:01,812 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-11-29 02:51:01,812 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,830 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,830 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,830 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,830 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,850 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,851 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,851 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-11-29 02:51:01,852 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-11-29 02:51:01,852 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,870 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,870 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,870 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,870 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,870 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,890 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,897 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-11-29 02.51.01', 9999, 'test', 50)
DEBUG 2025-11-29 02:51:01,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,898 [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-11-29 02:51:01,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/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-11-29 02:51:01,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,900 [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-11-29 02:51:01,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-11-29 02:51:01.897 {50, null, null, 0}
DEBUG 2025-11-29 02:51:01,901 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764352260086/4, BranchId=]
DEBUG 2025-11-29 02:51:01,901 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,917 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,919 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,919 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,938 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,946 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,948 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:01,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:01,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:01,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:01,965 [main] Physical connection got
DEBUG 2025-11-29 02:51:01,965 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,965 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,965 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,984 [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-11-29 02:51:01,993 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:01,994 [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-11-29 02:51:01,996 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:01,996 [main] Physical connection closed
DEBUG 2025-11-29 02:51:01,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:01,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,014 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,015 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,015 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,015 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,034 [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-11-29 02:51:02,043 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,043 [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-11-29 02:51:02,044 [main] Logical connection closed, tx=null
[]
DEBUG 2025-11-29 02:51:02,044 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,063 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,063 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,063 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,063 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,082 [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-11-29 02:51:02,087 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,087 [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-11-29 02:51:02,089 [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-11-29 02:51:02,089 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,107 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,107 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,107 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,107 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,124 [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-11-29 02:51:02,128 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,130 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,145 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,145 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,146 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,146 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,164 [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-11-29 02:51:02,171 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,171 [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-11-29 02:51:02,173 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,173 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,191 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,191 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,192 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,192 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,210 [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-11-29 02:51:02,217 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,217 [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-11-29 02:51:02,217 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,218 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,236 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,236 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,236 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,236 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,260 [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-11-29 02:51:02,262 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,262 [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-11-29 02:51:02,264 [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-11-29 02:51:02,264 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,282 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,282 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,282 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,282 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,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 AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-11-29 02:51:02,302 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,323 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,323 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,323 [main] Logical connection got, tx=null
WARN  2025-11-29 02:51:02,327 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-11-29 02:51:02,334 [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-11-29 02:51:02,335 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,335 [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-11-29 02:51:02,338 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-11-29 02:51:02,339 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,356 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,359 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,359 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,359 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,359 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,383 [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-11-29 02:51:02,392 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,412 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,412 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,412 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,412 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,436 [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-11-29 02:51:02,441 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,441 [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-11-29 02:51:02,441 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,442 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,442 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2025-11-29 02:51:02,443 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,443 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,462 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,464 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,464 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,465 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,465 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,488 [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-11-29 02:51:02,491 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,491 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2025-11-29 02:51:02,495 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,495 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,495 [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-11-29 02:51:02,496 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,496 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,496 [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-11-29 02:51:02,498 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,498 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,498 [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-11-29 02:51:02,499 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,499 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,500 [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-11-29 02:51:02,500 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,500 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,517 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,520 [main] Transaction began, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,520 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,543 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-11-29 02:51:02,544 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,544 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-11-29 02:51:02,544 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,544 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,545 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-11-29 02:51:02,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,545 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,545 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-11-29 02:51:02,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,546 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1764352260086/5, BranchId=]
DEBUG 2025-11-29 02:51:02,546 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,566 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,566 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,567 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,567 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,591 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,596 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,617 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,617 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,617 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,617 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,640 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,646 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,668 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,668 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,668 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,668 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,676 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-11-29 02:51:02,678 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,680 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,698 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,698 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,698 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,698 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,706 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-11-29 02:51:02,708 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,729 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,729 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,736 [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-11-29 02:51:02,738 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,753 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,753 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,754 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,754 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,760 [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-11-29 02:51:02,762 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,777 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,777 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,777 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,777 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,795 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,796 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,796 [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-11-29 02:51:02,800 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,800 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,816 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,816 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,817 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,817 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,834 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,835 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,837 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,851 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,851 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,851 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,852 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,870 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-11-29 02:51:02,871 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,872 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-11-29 02:51:02,887 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,887 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,887 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,887 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,905 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-11-29 02:51:02,906 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.606 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.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-11-29 02:51:02,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,958 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:51:02,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,973 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-11-29 02:51:02,976 [main] Physical connection got
DEBUG 2025-11-29 02:51:02,976 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:02,980 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:02,985 [main] Physical connection closed
DEBUG 2025-11-29 02:51:02,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:02,987 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:51:02,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:02,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:02,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:02,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,001 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,004 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,004 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,008 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,009 [main] Physical connection closed
DEBUG 2025-11-29 02:51:03,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,010 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,021 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,025 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,028 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,028 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,031 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,032 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-11-29 02:51:03,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,048 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,048 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,049 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,049 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-11-29 02:51:03,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,065 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,065 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,083 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,083 [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-11-29 02:51:03,087 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,087 [main] Physical connection closed
DEBUG 2025-11-29 02:51:03,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,101 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,101 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,123 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,123 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,123 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,123 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,136 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,141 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,141 [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-11-29 02:51:03,143 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,143 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-11-29 02:51:03,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,164 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,170 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,178 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,190 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,190 [main] Logical connection got, tx=null
WARN  2025-11-29 02:51:03,193 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-11-29 02:51:03,193 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-11-29 02:51:03,194 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,194 [main] Physical connection closed
DEBUG 2025-11-29 02:51:03,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,195 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,209 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,212 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,212 [main] Logical connection got, tx=null
WARN  2025-11-29 02:51:03,214 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-11-29 02:51:03,215 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-11-29 02:51:03,215 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,215 [main] Physical connection closed
DEBUG 2025-11-29 02:51:03,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,216 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,233 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,238 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-11-29 02:51:03,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,251 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-11-29 02:51:03,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,268 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,268 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,270 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,270 [main] Physical connection closed
DEBUG 2025-11-29 02:51:03,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,282 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,282 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,283 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,283 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-11-29 02:51:03,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-11-29 02:51:03,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-11-29 02:51:03,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-11-29 02:51:03,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-11-29 02:51:03,297 [main] Physical connection got
DEBUG 2025-11-29 02:51:03,297 [main] Logical connection got, tx=null
DEBUG 2025-11-29 02:51:03,297 [main] Logical connection closed, tx=null
DEBUG 2025-11-29 02:51:03,297 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.367s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.414s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.683s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.788s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Nov 29 02:51:03 JST 2025
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS