Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-01-10 02:51:00,497 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-10 02:51:00,498 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,498 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-01-10 02:51:00,501 [main] Logical connection closed
DEBUG 2025-01-10 02:51:00,501 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-10 02:51:00,544 [main] Physical connection got
DEBUG 2025-01-10 02:51:00,544 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,544 [main] Logical connection closed
DEBUG 2025-01-10 02:51:00,544 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,555 [main] Logical connection closed
DEBUG 2025-01-10 02:51:00,556 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,556 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-01-10 02:51:00,558 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-10 02:51:00.328 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-10 02:51:00,559 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,559 [main] Logical connection closed
DEBUG 2025-01-10 02:51:00,560 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,565 [main] Logical connection closed
DEBUG 2025-01-10 02:51:00,566 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,567 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-10 02:51:00,567 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-10 02:51:00.328 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-10 02:51:00,568 [main] Logical connection got
DEBUG 2025-01-10 02:51:00,569 [main] UPDATE EMP SET tstamp = '2025-01-10 02.51.00', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-10 02.51.00'
DEBUG 2025-01-10 02:51:00,569 [main] Logical connection closed
DEBUG 2025-01-10 02:51:00,570 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 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.139 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-10 02:51:01,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:01,875 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:01,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:01,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:01,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:01,943 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:01,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,030 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-10 02:51:02,215 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,215 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,309 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,316 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-10 02:51:02,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,329 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,373 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,373 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,374 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,374 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,495 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-01-10 02:51:02,501 [main] Physical connection closed
DEBUG 2025-01-10 02:51:02,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,532 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,532 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,533 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,533 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,575 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,602 [main] Physical connection closed
DEBUG 2025-01-10 02:51:02,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,635 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,635 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,635 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,635 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,682 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,690 [main] Physical connection closed
DEBUG 2025-01-10 02:51:02,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,718 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,718 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,719 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,719 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,756 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,762 [main] Physical connection closed
DEBUG 2025-01-10 02:51:02,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,795 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,795 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,795 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,795 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,832 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,837 [main] Physical connection closed
DEBUG 2025-01-10 02:51:02,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,863 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,864 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,864 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,864 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,900 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-01-10 02:51:02,905 [main] Physical connection closed
DEBUG 2025-01-10 02:51:02,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,927 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,930 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,932 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,932 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,933 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,968 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,973 [main] Physical connection closed
DEBUG 2025-01-10 02:51:02,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:02,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:02,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:02,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:02,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:02,998 [main] Physical connection got
DEBUG 2025-01-10 02:51:02,999 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:02,999 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:02,999 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,039 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,044 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,069 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,069 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,070 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,070 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,107 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,112 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,143 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,144 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,146 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,146 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,198 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-10 02.51.03', 99, 'hoge', 0)
DEBUG 2025-01-10 02:51:03,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,204 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736445063142/0, BranchId=]
DEBUG 2025-01-10 02:51:03,204 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,228 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,228 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,229 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,264 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,264 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-10 02:51:03,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,273 [main] UPDATE EMP SET tstamp = '2025-01-10 02.51.03', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-10 02:51:03,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,274 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736445063142/1, BranchId=]
DEBUG 2025-01-10 02:51:03,275 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,277 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,297 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,297 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,323 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,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 2025-01-10 02:51:03,341 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,341 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,342 [main] UPDATE EMP SET tstamp = '2025-01-10 02.51.03', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-10 02:51:03,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,342 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736445063142/2, BranchId=]
DEBUG 2025-01-10 02:51:03,342 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,365 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,365 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,366 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,399 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-10 02:51:03,401 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,401 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,401 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-10 02:51:03,402 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,402 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736445063142/3, BranchId=]
DEBUG 2025-01-10 02:51:03,402 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,432 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,432 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,433 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,433 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,482 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-01-10 02:51:03,483 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,516 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,516 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,516 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,516 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,540 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-01-10 02:51:03,549 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,571 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,571 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,571 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,572 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,598 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,607 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,635 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,636 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,636 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,637 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,671 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,681 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,705 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,705 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,706 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,706 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,734 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,743 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,745 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,763 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,765 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,766 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,766 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,766 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,789 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,797 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,798 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-10 02:51:03,805 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-10 02:51:03,807 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,829 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,830 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,830 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,830 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,852 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,865 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,865 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-10 02:51:03,870 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-10 02:51:03,871 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,895 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,895 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,896 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,896 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,921 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,937 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,937 [main] select * from emp
DEBUG 2025-01-10 02:51:03,940 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-10 02:51:03,942 [main] Physical connection closed
DEBUG 2025-01-10 02:51:03,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:03,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:03,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:03,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:03,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:03,962 [main] Physical connection got
DEBUG 2025-01-10 02:51:03,963 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,963 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:03,963 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:03,998 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,010 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,010 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-10 02:51:04,015 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-10 02:51:04,017 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,018 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,018 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,041 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,041 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,041 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,042 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,064 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-01-10 02:51:04,072 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,091 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,094 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,094 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,094 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,094 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,116 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,123 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,123 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-10 02:51:04,126 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-10 02:51:04,127 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,147 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,148 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,148 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,148 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,171 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,179 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,180 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-10 02:51:04,185 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-10 02:51:04,187 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,215 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,215 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,216 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,216 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,252 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,260 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,260 [main] select * from emp
DEBUG 2025-01-10 02:51:04,262 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-10 02:51:04,263 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,285 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,285 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,286 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,286 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,314 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,325 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,325 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-10 02:51:04,327 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-10 02:51:04,329 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,351 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,351 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,352 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,352 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,378 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,387 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,387 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-10 02:51:04,390 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-10 02:51:04,390 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,412 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,412 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,412 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,413 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,488 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,506 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,506 [main] select count(*) from emp
DEBUG 2025-01-10 02:51:04,507 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,508 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,510 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,561 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,561 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,561 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,561 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,581 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,589 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,589 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-10 02:51:04,590 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-01-10 02:51:04,590 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,610 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,610 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,611 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,611 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,630 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,638 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,638 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-10 02:51:04,639 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-01-10 02:51:04,640 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,673 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,673 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,673 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,673 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,696 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,703 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,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 WHERE empno = 7788
DEBUG 2025-01-10 02:51:04,704 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-01-10 02:51:04,705 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,726 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,727 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,727 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,728 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,748 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,756 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,756 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-10 02:51:04,757 [main] Logical connection closed, tx=null
[Ljava.util.Map;@64c272bc
DEBUG 2025-01-10 02:51:04,758 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,774 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,777 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,777 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,777 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,777 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,797 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,804 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,804 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-01-10 02:51:04,814 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-01-10 02:51:04,815 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,835 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,835 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,836 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,836 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,855 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-01-10 02:51:04,862 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,863 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-01-10 02:51:04,869 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-10 02:51:04,869 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,889 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,889 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,889 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,889 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,909 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,913 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,913 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-10 02:51:04,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,914 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,929 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,930 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,931 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,933 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,933 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,933 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,934 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,953 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,957 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,957 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-10 02:51:04,957 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,957 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:04,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:04,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:04,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,976 [main] Physical connection got
DEBUG 2025-01-10 02:51:04,976 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,977 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,977 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,993 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:04,993 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:04,994 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-01-10 02:51:04,995 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-10 02:51:04,995 [main] Physical connection closed
DEBUG 2025-01-10 02:51:04,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:04,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:04,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,021 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,021 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,022 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,022 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,039 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,044 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,044 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-10 02:51:05,045 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-10 02:51:05,045 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,062 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,063 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,090 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-10 02.51.05', 9999, 'test', 50)
DEBUG 2025-01-10 02:51:05,090 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,091 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,091 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-01-10 02:51:05,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-10 02:51:05,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,093 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-01-10 02:51:05,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-10 02:51:05.09 {50, null, null, 0}
DEBUG 2025-01-10 02:51:05,095 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736445063142/4, BranchId=]
DEBUG 2025-01-10 02:51:05,095 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,118 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,118 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,118 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,118 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,136 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,143 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,160 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,160 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,160 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,160 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,193 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:05,202 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,202 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-10 02:51:05,204 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,204 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,206 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,219 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,221 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,221 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,221 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,221 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,240 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:05,250 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,250 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-01-10 02:51:05,250 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-10 02:51:05,250 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,268 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,268 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,268 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,268 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,290 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:05,295 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,295 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-01-10 02:51:05,297 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-10 02:51:05,297 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,299 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,301 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,314 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,314 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,314 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,314 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,330 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-01-10 02:51:05,334 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,351 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,351 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,351 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,351 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,369 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-10 02:51:05,377 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,377 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-10 02:51:05,382 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,382 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,401 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,401 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,401 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,401 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,418 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-10 02:51:05,424 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,424 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-01-10 02:51:05,425 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,425 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,456 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,456 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,457 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,457 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,483 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:05,484 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,484 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2025-01-10 02:51:05,486 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-01-10 02:51:05,486 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,491 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,502 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,502 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,503 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,503 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,531 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:05,531 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,550 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,550 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,550 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,551 [main] Logical connection got, tx=null
WARN 2025-01-10 02:51:05,554 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-10 02:51:05,561 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-10 02:51:05,562 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,562 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-10 02:51:05,565 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-10 02:51:05,565 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,588 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,588 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,589 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,589 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,612 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:05,621 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,641 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,644 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,644 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,644 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,666 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-01-10 02:51:05,672 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,672 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-10 02:51:05,673 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,673 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,673 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-01-10 02:51:05,674 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,674 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,702 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,702 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,702 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,703 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,725 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-01-10 02:51:05,728 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,728 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-10 02:51:05,732 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,732 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,732 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2025-01-10 02:51:05,733 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,734 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,734 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-01-10 02:51:05,736 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,736 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,736 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-01-10 02:51:05,737 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,737 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,737 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2025-01-10 02:51:05,737 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,737 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,756 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,757 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-10 02:51:05,783 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,783 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-10 02:51:05,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,784 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-10 02:51:05,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,784 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-10 02:51:05,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,785 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736445063142/5, BranchId=]
DEBUG 2025-01-10 02:51:05,785 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,812 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,812 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,813 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,813 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,835 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,839 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,867 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,867 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,867 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,867 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,889 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,895 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,914 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,914 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,915 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,922 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-10 02:51:05,924 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,942 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,942 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,942 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,943 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,953 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-10 02:51:05,955 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,970 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,970 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,971 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,971 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,977 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:05,978 [main] Physical connection closed
DEBUG 2025-01-10 02:51:05,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:05,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:05,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:05,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:05,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:05,993 [main] Physical connection got
DEBUG 2025-01-10 02:51:05,993 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,993 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:05,993 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:05,999 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-01-10 02:51:06,000 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,016 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,016 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,017 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,017 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,033 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,034 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,034 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-10 02:51:06,037 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,037 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,053 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,053 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,053 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,053 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,070 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,070 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,074 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,086 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,086 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,086 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,086 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,102 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-10 02:51:06,103 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-10 02:51:06,118 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,118 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,118 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,118 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,134 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-10 02:51:06,135 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.819 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-10 02:51:06,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,187 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,190 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,202 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,204 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,204 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,208 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,211 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,212 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,226 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,229 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,229 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,232 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,233 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,234 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,236 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,247 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,250 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,250 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,253 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,254 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-10 02:51:06,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,267 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,267 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,268 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,268 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-10 02:51:06,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,281 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,281 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,296 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,296 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-01-10 02:51:06,299 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,299 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,311 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,311 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,326 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,326 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,326 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,326 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,338 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,342 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,342 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-10 02:51:06,344 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,344 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-10 02:51:06,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,361 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,374 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,385 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,386 [main] Logical connection got, tx=null
WARN 2025-01-10 02:51:06,388 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-10 02:51:06,389 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-10 02:51:06,389 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,390 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,391 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,405 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,408 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,408 [main] Logical connection got, tx=null
WARN 2025-01-10 02:51:06,410 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-10 02:51:06,410 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-10 02:51:06,411 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,411 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,412 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,425 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,429 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-10 02:51:06,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,442 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-10 02:51:06,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,459 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,459 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,460 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,460 [main] Physical connection closed
DEBUG 2025-01-10 02:51:06,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,471 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,471 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,472 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,473 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-10 02:51:06,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-10 02:51:06,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-10 02:51:06,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-10 02:51:06,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-10 02:51:06,485 [main] Physical connection got
DEBUG 2025-01-10 02:51:06,485 [main] Logical connection got, tx=null
DEBUG 2025-01-10 02:51:06,486 [main] Logical connection closed, tx=null
DEBUG 2025-01-10 02:51:06,486 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.339s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.347s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.748s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.921s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Fri Jan 10 02:51:06 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS