This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-03-22 02:54:56,483 [main] Logical connection closed
updatedRows:1
DEBUG 2026-03-22 02:54:56,484 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,484 [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-03-22 02:54:56,488 [main] Logical connection closed
DEBUG 2026-03-22 02:54:56,488 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-03-22 02:54:56,527 [main] Physical connection got
DEBUG 2026-03-22 02:54:56,527 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,527 [main] Logical connection closed
DEBUG 2026-03-22 02:54:56,528 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,541 [main] Logical connection closed
DEBUG 2026-03-22 02:54:56,541 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,542 [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-03-22 02:54:56,543 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-03-22 02:54:56.313 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-03-22 02:54:56,544 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,544 [main] Logical connection closed
DEBUG 2026-03-22 02:54:56,544 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,548 [main] Logical connection closed
DEBUG 2026-03-22 02:54:56,550 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,550 [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-03-22 02:54:56,551 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-03-22 02:54:56.313 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-03-22 02:54:56,552 [main] Logical connection got
DEBUG 2026-03-22 02:54:56,552 [main] UPDATE EMP SET tstamp = '2026-03-22 02.54.56', 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-03-22 02.54.56'
DEBUG 2026-03-22 02:54:56,553 [main] Logical connection closed
DEBUG 2026-03-22 02:54:56,553 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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-snapshot/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-snapshot/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-snapshot/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-snapshot/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-snapshot/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.144 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-03-22 02:54:57,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:57,928 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:54:57,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:57,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:57,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:57,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,064 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:54:58,230 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,230 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,304 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,311 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-03-22 02:54:58,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,321 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,361 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,361 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,361 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,362 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,475 [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-03-22 02:54:58,481 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,512 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,512 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,513 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,513 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,552 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,574 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,605 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,605 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,605 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,605 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,652 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,658 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,686 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,686 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,686 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,687 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,721 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,726 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,749 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,752 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,752 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,752 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,752 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,783 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,787 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,811 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,811 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,811 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,812 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,841 [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-03-22 02:54:58,845 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,856 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,856 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,869 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,869 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,869 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,869 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,897 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,902 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,925 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,925 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,925 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,925 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,954 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,958 [main] Physical connection closed
DEBUG 2026-03-22 02:54:58,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:58,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:58,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:58,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:58,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:58,981 [main] Physical connection got
DEBUG 2026-03-22 02:54:58,981 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:58,982 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:58,982 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,009 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,013 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,039 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,041 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,041 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,042 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,042 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,089 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-03-22 02.54.59', 99, 'hoge', 0)
DEBUG 2026-03-22 02:54:59,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,095 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115699039/0, BranchId=]
DEBUG 2026-03-22 02:54:59,096 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,118 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,118 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,119 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,119 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,119 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,155 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,155 [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-03-22 02:54:59,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,163 [main] UPDATE EMP SET tstamp = '2026-03-22 02.54.59', 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-03-22 02:54:59,164 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,164 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115699039/1, BranchId=]
DEBUG 2026-03-22 02:54:59,164 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,175 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,188 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,188 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,229 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,229 [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-03-22 02:54:59,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,232 [main] UPDATE EMP SET tstamp = '2026-03-22 02.54.59', 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-03-22 02:54:59,232 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,232 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115699039/2, BranchId=]
DEBUG 2026-03-22 02:54:59,233 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,234 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,253 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,254 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,284 [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-03-22 02:54:59,286 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,286 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,287 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-03-22 02:54:59,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,287 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115699039/3, BranchId=]
DEBUG 2026-03-22 02:54:59,287 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,309 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,309 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,309 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,309 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,331 [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-03-22 02:54:59,333 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,360 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,360 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,361 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,361 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,381 [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-03-22 02:54:59,389 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,409 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,409 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,410 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,410 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,430 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,437 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,457 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,457 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,458 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,458 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,478 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,485 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,504 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,504 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,504 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,504 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,524 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,532 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,552 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,552 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,552 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,552 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,572 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,580 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,580 [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-03-22 02:54:59,588 [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-03-22 02:54:59,589 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,609 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,610 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,610 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,610 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,630 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,637 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,637 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-03-22 02:54:59,642 [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-03-22 02:54:59,643 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,663 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,663 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,664 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,664 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,691 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,698 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,698 [main] select * from emp
DEBUG 2026-03-22 02:54:59,701 [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-03-22 02:54:59,702 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,721 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,722 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,722 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,722 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,743 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,750 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,751 [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-03-22 02:54:59,754 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-03-22 02:54:59,755 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,774 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,775 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,775 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,775 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,795 [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-03-22 02:54:59,802 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,822 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,822 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,822 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,822 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,842 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,849 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,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
DEBUG 2026-03-22 02:54:59,852 [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-03-22 02:54:59,853 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,872 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,872 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,873 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,873 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,892 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,900 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,900 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-03-22 02:54:59,905 [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-03-22 02:54:59,906 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,926 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,926 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,926 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,926 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,945 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,953 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,954 [main] select * from emp
DEBUG 2026-03-22 02:54:59,955 [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-03-22 02:54:59,956 [main] Physical connection closed
DEBUG 2026-03-22 02:54:59,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:54:59,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:54:59,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:54:59,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:54:59,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:54:59,975 [main] Physical connection got
DEBUG 2026-03-22 02:54:59,975 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,975 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:54:59,975 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:54:59,995 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,002 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,002 [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-03-22 02:55:00,004 [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-03-22 02:55:00,005 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,021 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,023 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,023 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,023 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,024 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,042 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,049 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,049 [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-03-22 02:55:00,051 [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-03-22 02:55:00,052 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,070 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,070 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,071 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,071 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,089 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,096 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,097 [main] select count(*) from emp
DEBUG 2026-03-22 02:55:00,098 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,098 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,116 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,116 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,116 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,117 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,136 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,144 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,144 [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-03-22 02:55:00,145 [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-03-22 02:55:00,145 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,147 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,154 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,164 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,164 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,164 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,164 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,183 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,191 [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-03-22 02:55:00,191 [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-03-22 02:55:00,192 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,208 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,210 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,210 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,210 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,210 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,229 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,236 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,236 [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-03-22 02:55:00,236 [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-03-22 02:55:00,237 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,255 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,255 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,255 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,256 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,274 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,282 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,282 [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-03-22 02:55:00,283 [main] Logical connection closed, tx=null
[Ljava.util.Map;@9c6a99d
DEBUG 2026-03-22 02:55:00,283 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,329 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,346 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,347 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,349 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,387 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,412 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,412 [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-03-22 02:55:00,414 [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-03-22 02:55:00,415 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,441 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,441 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,441 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,441 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,459 [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-03-22 02:55:00,465 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,465 [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-03-22 02:55:00,468 [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-03-22 02:55:00,469 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,486 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,486 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,492 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,492 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,529 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,532 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,532 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:55:00,533 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,533 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,550 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,550 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,550 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,550 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,570 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,574 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,574 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:55:00,575 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,575 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,595 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,595 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,595 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,595 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,609 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,609 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,610 [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-03-22 02:55:00,611 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-03-22 02:55:00,611 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,634 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,634 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,634 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,634 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,645 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,646 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,646 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-03-22 02:55:00,647 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-03-22 02:55:00,647 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,663 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,663 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,664 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,688 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-03-22 02.55.00', 9999, 'test', 50)
DEBUG 2026-03-22 02:55:00,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,689 [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-03-22 02:55:00,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/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-03-22 02:55:00,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,691 [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-03-22 02:55:00,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-03-22 02:55:00.688 {50, null, null, 0}
DEBUG 2026-03-22 02:55:00,691 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115699039/4, BranchId=]
DEBUG 2026-03-22 02:55:00,692 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,708 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,708 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,708 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,708 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,727 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,733 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,749 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,749 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,749 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,749 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,765 [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-03-22 02:55:00,774 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,774 [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-03-22 02:55:00,776 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,776 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,793 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,793 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,793 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,793 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,809 [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-03-22 02:55:00,817 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,818 [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-03-22 02:55:00,818 [main] Logical connection closed, tx=null
[]
DEBUG 2026-03-22 02:55:00,818 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,832 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,835 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,835 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,835 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,835 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,850 [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-03-22 02:55:00,855 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,855 [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-03-22 02:55:00,857 [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-03-22 02:55:00,857 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,871 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,873 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,873 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,873 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,873 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,888 [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-03-22 02:55:00,891 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,906 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,906 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,906 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,906 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,921 [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-03-22 02:55:00,928 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,928 [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-03-22 02:55:00,931 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,931 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,947 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,947 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,947 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,947 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,962 [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-03-22 02:55:00,968 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,968 [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-03-22 02:55:00,968 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,969 [main] Physical connection closed
DEBUG 2026-03-22 02:55:00,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:00,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:00,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:00,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:00,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:00,985 [main] Physical connection got
DEBUG 2026-03-22 02:55:00,985 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:00,985 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:00,985 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,003 [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-03-22 02:55:01,004 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,004 [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-03-22 02:55:01,005 [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-03-22 02:55:01,005 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,007 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,022 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,022 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,022 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,022 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,037 [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-03-22 02:55:01,038 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,040 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,054 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,054 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,054 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,054 [main] Logical connection got, tx=null
WARN 2026-03-22 02:55:01,056 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-03-22 02:55:01,061 [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-03-22 02:55:01,062 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,062 [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-03-22 02:55:01,064 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-03-22 02:55:01,064 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,079 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,079 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,079 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,079 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,096 [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-03-22 02:55:01,102 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,117 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,117 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,117 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,117 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,134 [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-03-22 02:55:01,137 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,138 [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-03-22 02:55:01,138 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,139 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,139 [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-03-22 02:55:01,139 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,139 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,152 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,154 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,154 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,155 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,155 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,170 [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-03-22 02:55:01,173 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-03-22 02:55:01,176 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,176 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,176 [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-03-22 02:55:01,177 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,177 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,177 [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-03-22 02:55:01,178 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,179 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,179 [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-03-22 02:55:01,179 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,179 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,179 [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-03-22 02:55:01,180 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,180 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,195 [main] Transaction began, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,195 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,211 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-03-22 02:55:01,212 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,212 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:55:01,212 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,212 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,212 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-03-22 02:55:01,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,213 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-03-22 02:55:01,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,213 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1774115699039/5, BranchId=]
DEBUG 2026-03-22 02:55:01,213 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,215 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,230 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,230 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,230 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,230 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,247 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,251 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,266 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,266 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,266 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,267 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,283 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,287 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,302 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,303 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,303 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,303 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,315 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-03-22 02:55:01,317 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,332 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,332 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,332 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,332 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,338 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-03-22 02:55:01,340 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,354 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,355 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,355 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,355 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,361 [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-03-22 02:55:01,362 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,377 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,377 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,377 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,377 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,384 [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-03-22 02:55:01,385 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,402 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,402 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,402 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,402 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,419 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,419 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,419 [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-03-22 02:55:01,422 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,422 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,430 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,430 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,438 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,438 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,438 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,438 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,455 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,456 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,460 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,470 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,470 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,470 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,470 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,487 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-03-22 02:55:01,487 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-03-22 02:55:01,502 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,502 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,502 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,502 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,518 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-03-22 02:55:01,519 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.208 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.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-03-22 02:55:01,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,567 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,581 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,583 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,583 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,587 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,589 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,591 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,604 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,606 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,606 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,610 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,610 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,612 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,626 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,628 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,628 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,631 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,632 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-03-22 02:55:01,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,657 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,658 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,659 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,659 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-03-22 02:55:01,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,675 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,675 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,690 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,691 [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-03-22 02:55:01,694 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,695 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,709 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,709 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,725 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,725 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,725 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,725 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,740 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,745 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,745 [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-03-22 02:55:01,747 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,747 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2026-03-22 02:55:01,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,765 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,778 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,789 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,789 [main] Logical connection got, tx=null
WARN 2026-03-22 02:55:01,791 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-03-22 02:55:01,792 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-03-22 02:55:01,792 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,793 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,794 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,800 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,806 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,809 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,809 [main] Logical connection got, tx=null
WARN 2026-03-22 02:55:01,811 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-03-22 02:55:01,812 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-03-22 02:55:01,812 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,812 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,813 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,825 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,829 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-03-22 02:55:01,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,841 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-03-22 02:55:01,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,857 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,864 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,864 [main] Physical connection closed
DEBUG 2026-03-22 02:55:01,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,875 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,875 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,877 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,877 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-03-22 02:55:01,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-03-22 02:55:01,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-03-22 02:55:01,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-03-22 02:55:01,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-03-22 02:55:01,889 [main] Physical connection got
DEBUG 2026-03-22 02:55:01,889 [main] Logical connection got, tx=null
DEBUG 2026-03-22 02:55:01,889 [main] Logical connection closed, tx=null
DEBUG 2026-03-22 02:55:01,889 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.300s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.499s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.655s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.357s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Mar 22 02:55:01 JST 2026
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS