This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-06-22 02:50:55,488 [main] Logical connection closed
updatedRows:1
DEBUG 2026-06-22 02:50:55,489 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,489 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-06-22 02:50:55,491 [main] Logical connection closed
DEBUG 2026-06-22 02:50:55,492 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-06-22 02:50:55,525 [main] Physical connection got
DEBUG 2026-06-22 02:50:55,525 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,525 [main] Logical connection closed
DEBUG 2026-06-22 02:50:55,525 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,536 [main] Logical connection closed
DEBUG 2026-06-22 02:50:55,537 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,537 [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 2026-06-22 02:50:55,539 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-22 02:50:55.343 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-22 02:50:55,539 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,539 [main] Logical connection closed
DEBUG 2026-06-22 02:50:55,539 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,543 [main] Logical connection closed
DEBUG 2026-06-22 02:50:55,544 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,545 [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 2026-06-22 02:50:55,545 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-22 02:50:55.343 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-22 02:50:55,546 [main] Logical connection got
DEBUG 2026-06-22 02:50:55,546 [main] UPDATE EMP SET tstamp = '2026-06-22 02.50.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2026-06-22 02.50.55'
DEBUG 2026-06-22 02:50:55,547 [main] Logical connection closed
DEBUG 2026-06-22 02:50:55,547 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-06-22 02:50:56,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:56,681 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:50:56,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:56,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:56,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:56,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:56,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:56,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:56,812 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-22 02:50:56,983 [main] Physical connection got
DEBUG 2026-06-22 02:50:56,983 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,070 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,075 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-06-22 02:50:57,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,127 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,127 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,127 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,128 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,236 [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 2026-06-22 02:50:57,242 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,271 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,272 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,272 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,272 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,310 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,333 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,365 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,365 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,365 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,365 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,408 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,414 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,440 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,440 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,440 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,441 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,476 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,481 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,506 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,506 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,506 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,507 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,539 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,544 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,569 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,569 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,569 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,569 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,602 [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 2026-06-22 02:50:57,606 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,629 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,630 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,630 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,630 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,663 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,668 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,691 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,692 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,692 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,692 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,727 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,731 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,755 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,755 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,755 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,755 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:57,786 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:57,791 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,793 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,811 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,816 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,818 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,867 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,869 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-22 02.50.57', 99, 'hoge', 0)
DEBUG 2026-06-22 02:50:57,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,875 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782064257816/0, BranchId=]
DEBUG 2026-06-22 02:50:57,876 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,899 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,899 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,934 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,934 [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 2026-06-22 02:50:57,943 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,943 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,944 [main] UPDATE EMP SET tstamp = '2026-06-22 02.50.57', 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 2026-06-22 02:50:57,945 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,945 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782064257816/1, BranchId=]
DEBUG 2026-06-22 02:50:57,945 [main] Physical connection closed
DEBUG 2026-06-22 02:50:57,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:57,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:57,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:57,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:57,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:57,969 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:57,969 [main] Physical connection got
DEBUG 2026-06-22 02:50:57,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:57,970 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:57,970 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:57,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:58,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:58,004 [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 2026-06-22 02:50:58,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:58,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:58,007 [main] UPDATE EMP SET tstamp = '2026-06-22 02.50.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-06-22 02:50:58,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:58,008 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782064257816/2, BranchId=]
DEBUG 2026-06-22 02:50:58,008 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,032 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,035 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,035 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,035 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,035 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,036 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,069 [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 2026-06-22 02:50:58,072 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,072 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-06-22 02:50:58,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,073 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782064257816/3, BranchId=]
DEBUG 2026-06-22 02:50:58,073 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,074 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,075 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,100 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,101 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,101 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,102 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,134 [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 2026-06-22 02:50:58,135 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,137 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,163 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,164 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,164 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,164 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,186 [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 2026-06-22 02:50:58,195 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,214 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,217 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,217 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,217 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,217 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,239 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,248 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,266 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,268 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,268 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,268 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,269 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,293 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,301 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,322 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,322 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,322 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,322 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,344 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,352 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,373 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,373 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,373 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,373 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,395 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,403 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,403 [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 2026-06-22 02:50:58,410 [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 2026-06-22 02:50:58,412 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,413 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,414 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,416 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,432 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,432 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,432 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,432 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,454 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,462 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,462 [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 2026-06-22 02:50:58,467 [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 2026-06-22 02:50:58,468 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,497 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,498 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,498 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,498 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,523 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,534 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,534 [main] select * from emp
DEBUG 2026-06-22 02:50:58,537 [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 2026-06-22 02:50:58,538 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,558 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,558 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,558 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,558 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,580 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,588 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,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 order by empno
DEBUG 2026-06-22 02:50:58,592 [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 2026-06-22 02:50:58,593 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,612 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,612 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,613 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,613 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,637 [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 2026-06-22 02:50:58,645 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,664 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,664 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,664 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,665 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,685 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,692 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,692 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-22 02:50:58,695 [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 2026-06-22 02:50:58,696 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,714 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,714 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,715 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,715 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,735 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,742 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,742 [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 2026-06-22 02:50:58,752 [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 2026-06-22 02:50:58,754 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,772 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,772 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,772 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,772 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,793 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,801 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,801 [main] select * from emp
DEBUG 2026-06-22 02:50:58,802 [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 2026-06-22 02:50:58,803 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,822 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,822 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,822 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,822 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,842 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,849 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,850 [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 2026-06-22 02:50:58,851 [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 2026-06-22 02:50:58,852 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,870 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,870 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,870 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,871 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,891 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,897 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,897 [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 2026-06-22 02:50:58,899 [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 2026-06-22 02:50:58,900 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,917 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,917 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,918 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,918 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,937 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,944 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,945 [main] select count(*) from emp
DEBUG 2026-06-22 02:50:58,946 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,946 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,948 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:58,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:58,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:58,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:58,967 [main] Physical connection got
DEBUG 2026-06-22 02:50:58,967 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,967 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,967 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,987 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:58,996 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:58,996 [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 2026-06-22 02:50:58,997 [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 2026-06-22 02:50:58,997 [main] Physical connection closed
DEBUG 2026-06-22 02:50:58,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:58,999 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,015 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,015 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,015 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,016 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,034 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,041 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,041 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-22 02:50:59,042 [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 2026-06-22 02:50:59,043 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,056 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,060 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,060 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,061 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,061 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,079 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,085 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,086 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-22 02:50:59,086 [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 2026-06-22 02:50:59,087 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,101 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,102 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,105 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,105 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,105 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,105 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,124 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,131 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,131 [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 2026-06-22 02:50:59,131 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5d89635d
DEBUG 2026-06-22 02:50:59,132 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,149 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,149 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,150 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,150 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,168 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,175 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,175 [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 2026-06-22 02:50:59,178 [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 2026-06-22 02:50:59,178 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,195 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,196 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,196 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,196 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,214 [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 2026-06-22 02:50:59,221 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,222 [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 2026-06-22 02:50:59,226 [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 2026-06-22 02:50:59,226 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,243 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,245 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,245 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,246 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,246 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,268 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,272 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,272 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-22 02:50:59,272 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,272 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,290 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,290 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,290 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,290 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,308 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,311 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,312 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-22 02:50:59,312 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,312 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,317 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,330 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,331 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,331 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,331 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,344 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,344 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,344 [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 2026-06-22 02:50:59,346 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-06-22 02:50:59,346 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,365 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,365 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,365 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,365 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,376 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,377 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,377 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-06-22 02:50:59,378 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-06-22 02:50:59,378 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,395 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,395 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,396 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,396 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,396 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,413 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,420 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,420 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-22 02.50.59', 9999, 'test', 50)
DEBUG 2026-06-22 02:50:59,420 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,421 [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 2026-06-22 02:50:59,422 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/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 2026-06-22 02:50:59,423 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,423 [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 2026-06-22 02:50:59,424 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-06-22 02:50:59.42 {50, null, null, 0}
DEBUG 2026-06-22 02:50:59,424 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782064257816/4, BranchId=]
DEBUG 2026-06-22 02:50:59,424 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,441 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,441 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,441 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,441 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,458 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,464 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,480 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,480 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,481 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,481 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,497 [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 2026-06-22 02:50:59,505 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,505 [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 2026-06-22 02:50:59,507 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,508 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,525 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,526 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,526 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,526 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,545 [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 2026-06-22 02:50:59,555 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,555 [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 2026-06-22 02:50:59,556 [main] Logical connection closed, tx=null
[]
DEBUG 2026-06-22 02:50:59,556 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,575 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,575 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,575 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,575 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,591 [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 2026-06-22 02:50:59,596 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,596 [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 2026-06-22 02:50:59,598 [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 2026-06-22 02:50:59,598 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,615 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,615 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,615 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,615 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,631 [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 2026-06-22 02:50:59,634 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,638 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,648 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,650 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,650 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,650 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,650 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,666 [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 2026-06-22 02:50:59,672 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,672 [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 2026-06-22 02:50:59,675 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,675 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,677 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,692 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,692 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,693 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,693 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,708 [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 2026-06-22 02:50:59,730 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,730 [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 2026-06-22 02:50:59,731 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,731 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,748 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,749 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,749 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,749 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,766 [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 2026-06-22 02:50:59,767 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,767 [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 2026-06-22 02:50:59,769 [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 2026-06-22 02:50:59,770 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,786 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,786 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,786 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,786 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,802 [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 2026-06-22 02:50:59,803 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,811 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,821 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,821 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,821 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,821 [main] Logical connection got, tx=null
WARN 2026-06-22 02:50:59,824 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-06-22 02:50:59,829 [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 2026-06-22 02:50:59,830 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,830 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-06-22 02:50:59,833 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-06-22 02:50:59,833 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,849 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,849 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,850 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,850 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,869 [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 2026-06-22 02:50:59,875 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,892 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,892 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,892 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,892 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,908 [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 2026-06-22 02:50:59,912 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,913 [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 2026-06-22 02:50:59,913 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,914 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,914 [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 2026-06-22 02:50:59,915 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,915 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,931 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,931 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,932 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,932 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,948 [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 2026-06-22 02:50:59,951 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-22 02:50:59,955 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,955 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,955 [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 2026-06-22 02:50:59,956 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,956 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,956 [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 2026-06-22 02:50:59,958 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,958 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,958 [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 2026-06-22 02:50:59,959 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,959 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:50:59,959 [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 2026-06-22 02:50:59,960 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:50:59,960 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:50:59,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:50:59,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:50:59,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:50:59,976 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,977 [main] Physical connection got
DEBUG 2026-06-22 02:50:59,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-06-22 02:50:59,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,994 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-22 02:50:59,995 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,995 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,995 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-06-22 02:50:59,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,996 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,996 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-22 02:50:59,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,997 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782064257816/5, BranchId=]
DEBUG 2026-06-22 02:50:59,997 [main] Physical connection closed
DEBUG 2026-06-22 02:50:59,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:50:59,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,029 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,030 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,030 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,030 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,046 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,049 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,064 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,066 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,066 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,067 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,067 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,083 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,095 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,117 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,117 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,117 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,117 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,126 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-06-22 02:51:00,128 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,130 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,147 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,147 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,147 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,147 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,155 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-06-22 02:51:00,157 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,158 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,173 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,173 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,173 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,173 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,180 [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 2026-06-22 02:51:00,188 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,208 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,210 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,210 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,210 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,210 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,218 [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 2026-06-22 02:51:00,220 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,235 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,235 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,235 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,236 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,251 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,252 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,253 [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 2026-06-22 02:51:00,256 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,257 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,277 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,277 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,278 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,278 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,294 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,295 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,310 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,310 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,311 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,311 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,327 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-22 02:51:00,328 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,329 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-22 02:51:00,347 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,348 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,348 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,348 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,367 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-22 02:51:00,368 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.291 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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 2026-06-22 02:51:00,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,418 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,434 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,436 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,437 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,441 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,444 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,445 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,449 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,498 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,501 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,501 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,505 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,507 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,509 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,529 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,531 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,531 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,535 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,535 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-06-22 02:51:00,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,552 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,552 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,553 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,553 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-06-22 02:51:00,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,576 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,576 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,600 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,600 [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 2026-06-22 02:51:00,604 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,604 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,616 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,616 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,630 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,631 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,631 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,641 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,646 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,646 [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 2026-06-22 02:51:00,649 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,649 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 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.012 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 2026-06-22 02:51:00,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,718 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,738 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,756 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,760 [main] Logical connection got, tx=null
WARN 2026-06-22 02:51:00,762 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-22 02:51:00,770 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-22 02:51:00,775 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,776 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,777 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,801 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,822 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,822 [main] Logical connection got, tx=null
WARN 2026-06-22 02:51:00,825 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-22 02:51:00,826 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-22 02:51:00,826 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,826 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,835 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,846 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,854 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,859 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-22 02:51:00,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,871 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-06-22 02:51:00,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,890 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,890 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,891 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,891 [main] Physical connection closed
DEBUG 2026-06-22 02:51:00,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,905 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,906 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,907 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,907 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-06-22 02:51:00,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-22 02:51:00,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-22 02:51:00,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-22 02:51:00,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-22 02:51:00,924 [main] Physical connection got
DEBUG 2026-06-22 02:51:00,924 [main] Logical connection got, tx=null
DEBUG 2026-06-22 02:51:00,925 [main] Logical connection closed, tx=null
DEBUG 2026-06-22 02:51:00,925 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.296s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.779s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.507s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.435s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Jun 22 02:51:01 JST 2026
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS