Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-06-29 02:50:55,595 [main] Logical connection closed
updatedRows:1
DEBUG 2024-06-29 02:50:55,596 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,596 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-06-29 02:50:55,599 [main] Logical connection closed
DEBUG 2024-06-29 02:50:55,599 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-06-29 02:50:55,634 [main] Physical connection got
DEBUG 2024-06-29 02:50:55,634 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,634 [main] Logical connection closed
DEBUG 2024-06-29 02:50:55,634 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,645 [main] Logical connection closed
DEBUG 2024-06-29 02:50:55,646 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,646 [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 2024-06-29 02:50:55,648 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-29 02:50:55.445 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-29 02:50:55,648 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,648 [main] Logical connection closed
DEBUG 2024-06-29 02:50:55,648 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,652 [main] Logical connection closed
DEBUG 2024-06-29 02:50:55,653 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,653 [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 2024-06-29 02:50:55,654 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-29 02:50:55.445 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-29 02:50:55,654 [main] Logical connection got
DEBUG 2024-06-29 02:50:55,655 [main] UPDATE EMP SET tstamp = '2024-06-29 02.50.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-29 02.50.55'
DEBUG 2024-06-29 02:50:55,655 [main] Logical connection closed
DEBUG 2024-06-29 02:50:55,656 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-29 02:50:56,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:56,896 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:50:56,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:56,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:56,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:56,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,033 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:50:57,208 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,208 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,284 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,289 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-29 02:50:57,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,341 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,342 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,342 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,342 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,453 [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 2024-06-29 02:50:57,458 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,489 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,489 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,490 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,490 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,529 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,551 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,583 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,583 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,583 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,583 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,626 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,632 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,634 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,644 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,658 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,658 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,658 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,658 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,694 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,699 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,723 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,723 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,723 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,724 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,757 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,762 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,786 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,786 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,786 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,786 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,818 [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 2024-06-29 02:50:57,822 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,846 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,846 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,847 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,847 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,879 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,884 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,907 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,907 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,908 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,908 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,942 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,947 [main] Physical connection closed
DEBUG 2024-06-29 02:50:57,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:57,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:57,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:57,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:57,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:57,970 [main] Physical connection got
DEBUG 2024-06-29 02:50:57,970 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,970 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:57,970 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:57,999 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,004 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,023 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,029 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,031 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,032 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,086 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-29 02.50.58', 99, 'hoge', 0)
DEBUG 2024-06-29 02:50:58,091 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,092 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597058029/0, BranchId=]
DEBUG 2024-06-29 02:50:58,092 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,114 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,114 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,115 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,154 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,154 [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 2024-06-29 02:50:58,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,162 [main] UPDATE EMP SET tstamp = '2024-06-29 02.50.58', 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 2024-06-29 02:50:58,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,163 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597058029/1, BranchId=]
DEBUG 2024-06-29 02:50:58,163 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,183 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,186 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,186 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,186 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,186 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,187 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,221 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,221 [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 2024-06-29 02:50:58,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,224 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,224 [main] UPDATE EMP SET tstamp = '2024-06-29 02.50.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-29 02:50:58,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,225 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597058029/2, BranchId=]
DEBUG 2024-06-29 02:50:58,225 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,249 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,252 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,252 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,252 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,252 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,252 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,287 [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 2024-06-29 02:50:58,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,289 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-29 02:50:58,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,289 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597058029/3, BranchId=]
DEBUG 2024-06-29 02:50:58,290 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,312 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,312 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,312 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,312 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,338 [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 2024-06-29 02:50:58,339 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,367 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,368 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,368 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,368 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,394 [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 2024-06-29 02:50:58,402 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,423 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,424 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,424 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,424 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,450 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,457 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,477 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,477 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,477 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,477 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,504 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,512 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,529 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,531 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,531 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,531 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,531 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,553 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,561 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,563 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,580 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,580 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,580 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,580 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,603 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,610 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,611 [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 2024-06-29 02:50:58,618 [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 2024-06-29 02:50:58,619 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,636 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,639 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,639 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,639 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,639 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,661 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,669 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,669 [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 2024-06-29 02:50:58,672 [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 2024-06-29 02:50:58,674 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,693 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,693 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,693 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,693 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,715 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,733 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,734 [main] select * from emp
DEBUG 2024-06-29 02:50:58,737 [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 2024-06-29 02:50:58,738 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,758 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,758 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,759 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,759 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,780 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,787 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,788 [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 2024-06-29 02:50:58,791 [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 2024-06-29 02:50:58,793 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,812 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,812 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,812 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,813 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,834 [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 2024-06-29 02:50:58,842 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,861 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,862 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,862 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,862 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,882 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,890 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,891 [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 2024-06-29 02:50:58,893 [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 2024-06-29 02:50:58,894 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,914 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,914 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,914 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,914 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,935 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,943 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,943 [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 2024-06-29 02:50:58,947 [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 2024-06-29 02:50:58,948 [main] Physical connection closed
DEBUG 2024-06-29 02:50:58,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:58,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:58,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:58,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:58,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:58,967 [main] Physical connection got
DEBUG 2024-06-29 02:50:58,967 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,967 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,967 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,987 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:58,996 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:58,996 [main] select * from emp
DEBUG 2024-06-29 02:50:58,997 [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 2024-06-29 02:50:58,999 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,017 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,017 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,017 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,018 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,040 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,048 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,049 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-29 02:50:59,050 [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 2024-06-29 02:50:59,052 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,070 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,070 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,071 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,071 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,091 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,099 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,099 [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 2024-06-29 02:50:59,101 [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 2024-06-29 02:50:59,101 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,116 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,120 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,120 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,120 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,120 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,140 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,148 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,148 [main] select count(*) from emp
DEBUG 2024-06-29 02:50:59,150 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,150 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,166 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,169 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,169 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,169 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,169 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,193 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,202 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,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 empno = 7788
DEBUG 2024-06-29 02:50:59,203 [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 2024-06-29 02:50:59,203 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,222 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,222 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,222 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,222 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,242 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,250 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,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 empno = 7788
DEBUG 2024-06-29 02:50:59,251 [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 2024-06-29 02:50:59,251 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,253 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,269 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,269 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,270 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,270 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,289 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,297 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,297 [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 2024-06-29 02:50:59,298 [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 2024-06-29 02:50:59,298 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,316 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,316 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,316 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,317 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,336 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,343 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,344 [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 2024-06-29 02:50:59,344 [main] Logical connection closed, tx=null
[Ljava.util.Map;@407e75d2
DEBUG 2024-06-29 02:50:59,345 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,363 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,363 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,363 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,363 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,383 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,390 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,390 [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 2024-06-29 02:50:59,392 [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 2024-06-29 02:50:59,393 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,411 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,411 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,411 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,411 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,430 [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 2024-06-29 02:50:59,437 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,437 [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 2024-06-29 02:50:59,441 [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 2024-06-29 02:50:59,441 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,459 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,459 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,459 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,459 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,478 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,481 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,481 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:50:59,482 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,482 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,498 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,500 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,500 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,500 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,500 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,519 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,522 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,522 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:50:59,523 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,523 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,541 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,541 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,541 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,541 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,554 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,555 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,555 [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 2024-06-29 02:50:59,556 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-29 02:50:59,557 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,574 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,574 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,574 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,575 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,587 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,587 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,588 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-29 02:50:59,588 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-29 02:50:59,589 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,611 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,611 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,630 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,637 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,637 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-29 02.50.59', 9999, 'test', 50)
DEBUG 2024-06-29 02:50:59,638 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,638 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,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  EMP.empno = 7369
DEBUG 2024-06-29 02:50:59,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/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 2024-06-29 02:50:59,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,640 [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 2024-06-29 02:50:59,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-29 02:50:59.637 {50, null, null, 0}
DEBUG 2024-06-29 02:50:59,641 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597058029/4, BranchId=]
DEBUG 2024-06-29 02:50:59,641 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,659 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,659 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,659 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,660 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,677 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,683 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,698 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,698 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,700 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,701 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,701 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,701 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,718 [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 2024-06-29 02:50:59,727 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,727 [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 2024-06-29 02:50:59,729 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,729 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,747 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,747 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,747 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,747 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,764 [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 2024-06-29 02:50:59,773 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,774 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-29 02:50:59,774 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-29 02:50:59,775 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,792 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,792 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,792 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,792 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,809 [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 2024-06-29 02:50:59,815 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,815 [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 2024-06-29 02:50:59,817 [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 2024-06-29 02:50:59,817 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,832 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,834 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,834 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,834 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,834 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,850 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-29 02:50:59,854 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,871 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,871 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,871 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,871 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,888 [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 2024-06-29 02:50:59,895 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,895 [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 2024-06-29 02:50:59,898 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,898 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,915 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,915 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,915 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,915 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,931 [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 2024-06-29 02:50:59,938 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,938 [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 2024-06-29 02:50:59,939 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,939 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,957 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,957 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,957 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,958 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,976 [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 2024-06-29 02:50:59,977 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,977 [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 2024-06-29 02:50:59,979 [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 2024-06-29 02:50:59,979 [main] Physical connection closed
DEBUG 2024-06-29 02:50:59,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:50:59,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:50:59,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:50:59,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:50:59,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:50:59,998 [main] Physical connection got
DEBUG 2024-06-29 02:50:59,998 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:50:59,998 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:50:59,998 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,015 [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 2024-06-29 02:51:00,016 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,018 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,034 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,034 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,034 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,034 [main] Logical connection got, tx=null
WARN  2024-06-29 02:51:00,037 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-29 02:51:00,042 [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 2024-06-29 02:51:00,043 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,043 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-29 02:51:00,045 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-29 02:51:00,046 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,065 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,065 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,065 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,065 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,087 [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 2024-06-29 02:51:00,095 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,113 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,116 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,116 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,116 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,116 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,137 [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 2024-06-29 02:51:00,141 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,141 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-29 02:51:00,142 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,143 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,143 [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 2024-06-29 02:51:00,143 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,144 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,163 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,164 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,164 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,164 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,185 [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 2024-06-29 02:51:00,189 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,189 [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 2024-06-29 02:51:00,193 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,193 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,193 [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 2024-06-29 02:51:00,194 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,194 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,194 [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 2024-06-29 02:51:00,196 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,196 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,197 [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 2024-06-29 02:51:00,197 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,198 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,198 [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 2024-06-29 02:51:00,198 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,198 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,218 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,219 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-29 02:51:00,242 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,242 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:51:00,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,242 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,243 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-29 02:51:00,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,243 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:51:00,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,244 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597058029/5, BranchId=]
DEBUG 2024-06-29 02:51:00,244 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,264 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,264 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,264 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,264 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,287 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,291 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,310 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,310 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,310 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,311 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,337 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,344 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,365 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,365 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,365 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,365 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,373 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-29 02:51:00,375 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,396 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,396 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,396 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,396 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,405 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-29 02:51:00,407 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,409 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,428 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,428 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,428 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,428 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,436 [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 2024-06-29 02:51:00,438 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,459 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,460 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,460 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,466 [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 2024-06-29 02:51:00,468 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,484 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,484 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,485 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,501 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,502 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,502 [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 2024-06-29 02:51:00,506 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,506 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,522 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,522 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,523 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,539 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,540 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,561 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,561 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,561 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,562 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,578 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-29 02:51:00,580 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,581 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,593 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:51:00,595 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,596 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,596 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,596 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,612 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-29 02:51:00,613 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.323 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-29 02:51:00,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,662 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,678 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,680 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,680 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,684 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,687 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,688 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,702 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,705 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,705 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,709 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,710 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,711 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,726 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,728 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,729 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,732 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,733 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-29 02:51:00,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,748 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,748 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,749 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,749 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-29 02:51:00,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,764 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,781 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,781 [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 2024-06-29 02:51:00,786 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,786 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,799 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,799 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,814 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,815 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,815 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,815 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,825 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,830 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,830 [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 2024-06-29 02:51:00,832 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,833 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-29 02:51:00,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,852 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,866 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,877 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,877 [main] Logical connection got, tx=null
WARN  2024-06-29 02:51:00,879 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-29 02:51:00,880 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-29 02:51:00,881 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,881 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,883 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,897 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,900 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,900 [main] Logical connection got, tx=null
WARN  2024-06-29 02:51:00,902 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-29 02:51:00,902 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-29 02:51:00,903 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,903 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,904 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,920 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,925 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:51:00,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,939 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-29 02:51:00,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,958 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,958 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,959 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,960 [main] Physical connection closed
DEBUG 2024-06-29 02:51:00,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,972 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,972 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,974 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,974 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-29 02:51:00,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:51:00,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:51:00,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:51:00,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:51:00,989 [main] Physical connection got
DEBUG 2024-06-29 02:51:00,989 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:51:00,990 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:51:00,990 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.308s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.721s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.603s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.357s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Jun 29 02:51:01 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS