This log is too long to show here, 89 KB has been skipped — click to see the complete log
WHERE empno = 7788
DEBUG 2026-06-27 02:50:56,584 [main] Logical connection closed
updatedRows:1
DEBUG 2026-06-27 02:50:56,585 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,585 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-06-27 02:50:56,588 [main] Logical connection closed
DEBUG 2026-06-27 02:50:56,589 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2026-06-27 02:50:56,622 [main] Physical connection got
DEBUG 2026-06-27 02:50:56,622 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,623 [main] Logical connection closed
DEBUG 2026-06-27 02:50:56,623 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,634 [main] Logical connection closed
DEBUG 2026-06-27 02:50:56,635 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,635 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2026-06-27 02:50:56,637 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-27 02:50:56.435 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-27 02:50:56,637 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,638 [main] Logical connection closed
DEBUG 2026-06-27 02:50:56,638 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,642 [main] Logical connection closed
DEBUG 2026-06-27 02:50:56,643 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,644 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-27 02:50:56,644 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-06-27 02:50:56.435 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-27 02:50:56,645 [main] Logical connection got
DEBUG 2026-06-27 02:50:56,645 [main] UPDATE EMP SET tstamp = '2026-06-27 02.50.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-06-27 02.50.56'
DEBUG 2026-06-27 02:50:56,646 [main] Logical connection closed
DEBUG 2026-06-27 02:50:56,646 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-06-27 02:50:57,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:57,884 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:50:57,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:57,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:57,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:57,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,033 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-27 02:50:58,207 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,207 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,291 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,296 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2026-06-27 02:50:58,309 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,310 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,317 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,341 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,356 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,356 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,356 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,356 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,480 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2026-06-27 02:50:58,487 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,520 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,520 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,520 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,521 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,562 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,588 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,621 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,621 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,621 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,621 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,662 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,668 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,680 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,694 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,695 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,695 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,695 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,728 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,734 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,759 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,759 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,760 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,760 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,793 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,798 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,800 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,824 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,824 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,824 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,824 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,856 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-06-27 02:50:58,860 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,884 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,884 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,884 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,885 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,916 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,921 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:58,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,946 [main] Physical connection got
DEBUG 2026-06-27 02:50:58,946 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,946 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,946 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:58,982 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:58,987 [main] Physical connection closed
DEBUG 2026-06-27 02:50:58,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:58,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:58,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:58,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:58,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,008 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,011 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,011 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,011 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,011 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,041 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,046 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,072 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,074 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,075 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,075 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,126 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-27 02.50.59', 99, 'hoge', 0)
DEBUG 2026-06-27 02:50:59,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,132 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782496259072/0, BranchId=]
DEBUG 2026-06-27 02:50:59,133 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,156 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,157 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,157 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,157 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,157 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,183 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,196 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-27 02:50:59,204 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,204 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,205 [main] UPDATE EMP SET tstamp = '2026-06-27 02.50.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-06-27 02:50:59,205 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,206 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782496259072/1, BranchId=]
DEBUG 2026-06-27 02:50:59,206 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,217 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,230 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,230 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,230 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,230 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,273 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-27 02:50:59,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,276 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,277 [main] UPDATE EMP SET tstamp = '2026-06-27 02.50.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-06-27 02:50:59,277 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,277 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782496259072/2, BranchId=]
DEBUG 2026-06-27 02:50:59,277 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,301 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,302 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,302 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,302 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,302 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,328 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,339 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2026-06-27 02:50:59,341 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,342 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,342 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2026-06-27 02:50:59,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,342 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782496259072/3, BranchId=]
DEBUG 2026-06-27 02:50:59,343 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,367 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,367 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,368 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,368 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,393 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2026-06-27 02:50:59,395 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,427 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,427 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,427 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,427 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,452 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2026-06-27 02:50:59,463 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,483 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,487 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,487 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,487 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,488 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,512 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,523 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,546 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,546 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,546 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,546 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,576 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,587 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,610 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,610 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,610 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,611 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,636 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,647 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,649 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,669 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,670 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,670 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,670 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,694 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,704 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,704 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-27 02:50:59,711 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-06-27 02:50:59,713 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,734 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,734 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,734 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,734 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,756 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,766 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,766 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-27 02:50:59,770 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-06-27 02:50:59,771 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,791 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,792 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,792 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,792 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,818 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,826 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,826 [main] select * from emp
DEBUG 2026-06-27 02:50:59,829 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-27 02:50:59,830 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,851 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,851 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,851 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,851 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,872 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,881 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,881 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-06-27 02:50:59,885 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2026-06-27 02:50:59,886 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,907 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,907 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,907 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,907 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,929 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-06-27 02:50:59,937 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:50:59,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,957 [main] Physical connection got
DEBUG 2026-06-27 02:50:59,957 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,958 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,958 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,978 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:50:59,986 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:50:59,986 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-27 02:50:59,988 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-27 02:50:59,989 [main] Physical connection closed
DEBUG 2026-06-27 02:50:59,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:50:59,991 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:50:59,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:50:59,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:50:59,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,009 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,009 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,009 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,009 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,030 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,044 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,044 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-27 02:51:00,049 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-27 02:51:00,050 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,062 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,070 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,073 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,073 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,073 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,073 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,093 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,101 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,102 [main] select * from emp
DEBUG 2026-06-27 02:51:00,103 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-27 02:51:00,104 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,127 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,127 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,127 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,127 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,147 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,155 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,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 order by empno
DEBUG 2026-06-27 02:51:00,157 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2026-06-27 02:51:00,158 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,178 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,178 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,178 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,178 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,198 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,205 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,206 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-27 02:51:00,207 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-27 02:51:00,208 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,217 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,228 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,228 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,228 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,228 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,248 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,255 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,255 [main] select count(*) from emp
DEBUG 2026-06-27 02:51:00,257 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,257 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,280 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,280 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,280 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,280 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,300 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,308 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,308 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-27 02:51:00,309 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2026-06-27 02:51:00,309 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,328 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,328 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,329 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,348 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,355 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,355 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-27 02:51:00,356 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2026-06-27 02:51:00,357 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,358 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,375 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,375 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,375 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,375 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,395 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,402 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,402 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-27 02:51:00,403 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2026-06-27 02:51:00,403 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,422 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,422 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,422 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,422 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,441 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,447 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,447 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-06-27 02:51:00,448 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2825491d
DEBUG 2026-06-27 02:51:00,448 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,450 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,464 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,466 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,466 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,467 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,467 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,487 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,493 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,494 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2026-06-27 02:51:00,496 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2026-06-27 02:51:00,496 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,514 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,514 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,515 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,515 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,532 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2026-06-27 02:51:00,540 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,540 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2026-06-27 02:51:00,544 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-06-27 02:51:00,544 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,565 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,565 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,566 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,587 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,591 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,592 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-27 02:51:00,592 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,592 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,616 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,616 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,616 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,616 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,638 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,641 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,642 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-27 02:51:00,642 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,642 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,664 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,664 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,664 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,665 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,679 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,680 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,680 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2026-06-27 02:51:00,681 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-06-27 02:51:00,682 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,703 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,703 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,704 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,704 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,715 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,715 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,716 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-06-27 02:51:00,716 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-06-27 02:51:00,717 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,732 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,734 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,734 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,751 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,758 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-06-27 02.51.00', 9999, 'test', 50)
DEBUG 2026-06-27 02:51:00,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,759 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2026-06-27 02:51:00,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-06-27 02:51:00,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,761 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2026-06-27 02:51:00,761 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-06-27 02:51:00.758 {50, null, null, 0}
DEBUG 2026-06-27 02:51:00,762 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782496259072/4, BranchId=]
DEBUG 2026-06-27 02:51:00,762 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,779 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,779 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,779 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,780 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,796 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,805 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,822 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,822 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,822 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,822 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,840 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:00,849 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,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 WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-27 02:51:00,852 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,852 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,870 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,870 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,870 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,870 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,887 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:00,895 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,896 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-06-27 02:51:00,896 [main] Logical connection closed, tx=null
[]
DEBUG 2026-06-27 02:51:00,897 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,898 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,915 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,915 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,915 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,915 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,931 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:00,937 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,937 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-06-27 02:51:00,938 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-06-27 02:51:00,939 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,956 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,957 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,957 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,957 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,972 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2026-06-27 02:51:00,975 [main] Physical connection closed
DEBUG 2026-06-27 02:51:00,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:00,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:00,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:00,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:00,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:00,993 [main] Physical connection got
DEBUG 2026-06-27 02:51:00,993 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:00,993 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:00,993 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,009 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-06-27 02:51:01,016 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,016 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-27 02:51:01,018 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,018 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,020 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,027 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,036 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,036 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,036 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,037 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,052 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2026-06-27 02:51:01,061 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,062 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-06-27 02:51:01,062 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,063 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,080 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,080 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,081 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,081 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,099 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:01,100 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,100 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2026-06-27 02:51:01,102 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2026-06-27 02:51:01,102 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,117 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,119 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,119 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,119 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,120 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,138 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:01,139 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,156 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,156 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,156 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,156 [main] Logical connection got, tx=null
WARN 2026-06-27 02:51:01,159 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-06-27 02:51:01,165 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-06-27 02:51:01,165 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,165 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-06-27 02:51:01,168 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-06-27 02:51:01,168 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,184 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,185 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,185 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,185 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,202 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:01,208 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,225 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,225 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,225 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,225 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,242 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2026-06-27 02:51:01,246 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-27 02:51:01,247 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,248 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,248 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2026-06-27 02:51:01,249 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,249 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,263 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,263 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,266 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,266 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,266 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,266 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,283 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2026-06-27 02:51:01,286 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,286 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-27 02:51:01,292 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,293 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,293 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2026-06-27 02:51:01,294 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,294 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,294 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2026-06-27 02:51:01,296 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,296 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,296 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2026-06-27 02:51:01,297 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,297 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2026-06-27 02:51:01,298 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,298 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,315 [main] Transaction began, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,316 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,316 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,316 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-06-27 02:51:01,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,334 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-27 02:51:01,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,335 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,335 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-06-27 02:51:01,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,336 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-06-27 02:51:01,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,336 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1782496259072/5, BranchId=]
DEBUG 2026-06-27 02:51:01,337 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,354 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,354 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,354 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,354 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,371 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,375 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,392 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,392 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,392 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,393 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,409 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,414 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,428 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,431 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,431 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,431 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,431 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,442 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-06-27 02:51:01,443 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,460 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,460 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,460 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,460 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,467 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-06-27 02:51:01,468 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,484 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,486 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,486 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,486 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,492 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:01,494 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,495 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,510 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,510 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,517 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-06-27 02:51:01,518 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,535 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,535 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,535 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,536 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,555 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,556 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,556 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-06-27 02:51:01,560 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,560 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,577 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,577 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,577 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,577 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,594 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,595 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,597 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,609 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,612 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,612 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,629 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-27 02:51:01,630 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2026-06-27 02:51:01,647 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,648 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,648 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,648 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,665 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-06-27 02:51:01,666 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.367 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2026-06-27 02:51:01,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,717 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,732 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,735 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,736 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,739 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,742 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,743 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,743 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,757 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,760 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,760 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,764 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,764 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,766 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,780 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,783 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,783 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,790 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,791 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2026-06-27 02:51:01,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,806 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,806 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,807 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,807 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2026-06-27 02:51:01,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,822 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,822 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,839 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,839 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2026-06-27 02:51:01,844 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,844 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,856 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,857 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,872 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,873 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,873 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,873 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,884 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,889 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:01,889 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-06-27 02:51:01,891 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,891 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.unit.S2DaoAssertTest
DEBUG 2026-06-27 02:51:01,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,912 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,926 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,938 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,938 [main] Logical connection got, tx=null
WARN 2026-06-27 02:51:01,940 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-27 02:51:01,941 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-27 02:51:01,941 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,942 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,943 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,949 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,957 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,960 [main] Physical connection got
DEBUG 2026-06-27 02:51:01,960 [main] Logical connection got, tx=null
WARN 2026-06-27 02:51:01,962 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2026-06-27 02:51:01,963 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2026-06-27 02:51:01,963 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:01,963 [main] Physical connection closed
DEBUG 2026-06-27 02:51:01,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,965 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,978 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:01,982 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-06-27 02:51:01,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:01,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:01,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:01,995 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2026-06-27 02:51:02,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:02,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:02,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:02,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:02,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:02,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:02,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:02,014 [main] Physical connection got
DEBUG 2026-06-27 02:51:02,014 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:02,016 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:02,016 [main] Physical connection closed
DEBUG 2026-06-27 02:51:02,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:02,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:02,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:02,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:02,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:02,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:02,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:02,028 [main] Physical connection got
DEBUG 2026-06-27 02:51:02,028 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:02,029 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:02,030 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2026-06-27 02:51:02,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2026-06-27 02:51:02,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:02,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-06-27 02:51:02,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-06-27 02:51:02,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:02,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-06-27 02:51:02,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-06-27 02:51:02,044 [main] Physical connection got
DEBUG 2026-06-27 02:51:02,044 [main] Logical connection got, tx=null
DEBUG 2026-06-27 02:51:02,045 [main] Logical connection closed, tx=null
DEBUG 2026-06-27 02:51:02,045 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.292s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.832s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.539s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.417s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Jun 27 02:51:02 JST 2026
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS