Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-05-27 02:50:59,645 [main] Logical connection closed
updatedRows:1
DEBUG 2024-05-27 02:50:59,646 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,646 [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-05-27 02:50:59,650 [main] Logical connection closed
DEBUG 2024-05-27 02:50:59,650 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-05-27 02:50:59,687 [main] Physical connection got
DEBUG 2024-05-27 02:50:59,687 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,687 [main] Logical connection closed
DEBUG 2024-05-27 02:50:59,688 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,699 [main] Logical connection closed
DEBUG 2024-05-27 02:50:59,700 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,700 [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-05-27 02:50:59,702 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-27 02:50:59.481 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-27 02:50:59,702 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,703 [main] Logical connection closed
DEBUG 2024-05-27 02:50:59,703 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,707 [main] Logical connection closed
DEBUG 2024-05-27 02:50:59,708 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,709 [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-05-27 02:50:59,710 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-27 02:50:59.481 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-27 02:50:59,710 [main] Logical connection got
DEBUG 2024-05-27 02:50:59,711 [main] UPDATE EMP SET tstamp = '2024-05-27 02.50.59', 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-05-27 02.50.59'
DEBUG 2024-05-27 02:50:59,711 [main] Logical connection closed
DEBUG 2024-05-27 02:50:59,712 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.127 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-27 02:51:00,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:00,954 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:00,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:00,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,090 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-27 02:51:01,254 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,254 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,332 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,338 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-27 02:51:01,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,395 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,395 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,513 [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-05-27 02:51:01,519 [main] Physical connection closed
DEBUG 2024-05-27 02:51:01,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,551 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,552 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,552 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,552 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,591 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,616 [main] Physical connection closed
DEBUG 2024-05-27 02:51:01,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,648 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,648 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,649 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,649 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,694 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,699 [main] Physical connection closed
DEBUG 2024-05-27 02:51:01,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,726 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,726 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,727 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,727 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,760 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,765 [main] Physical connection closed
DEBUG 2024-05-27 02:51:01,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,787 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,790 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,790 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,790 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,790 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,821 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,827 [main] Physical connection closed
DEBUG 2024-05-27 02:51:01,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,851 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,851 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,851 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,851 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,880 [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-05-27 02:51:01,884 [main] Physical connection closed
DEBUG 2024-05-27 02:51:01,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,886 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,908 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,908 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,908 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,909 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,937 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,942 [main] Physical connection closed
DEBUG 2024-05-27 02:51:01,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:01,944 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:01,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:01,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:01,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:01,966 [main] Physical connection got
DEBUG 2024-05-27 02:51:01,966 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:01,967 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:01,967 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,001 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,006 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,008 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,012 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,030 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,030 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,030 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,030 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,056 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,061 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,087 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,088 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,116 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,138 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,141 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-27 02.51.02', 99, 'hoge', 0)
DEBUG 2024-05-27 02:51:02,147 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,147 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716745862086/0, BranchId=]
DEBUG 2024-05-27 02:51:02,148 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,171 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,171 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,172 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,172 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,172 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,198 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,210 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,210 [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-05-27 02:51:02,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,218 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,219 [main] UPDATE EMP SET tstamp = '2024-05-27 02.51.02', 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-05-27 02:51:02,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,220 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716745862086/1, BranchId=]
DEBUG 2024-05-27 02:51:02,220 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,243 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,244 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,281 [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-05-27 02:51:02,284 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,284 [main] UPDATE EMP SET tstamp = '2024-05-27 02.51.02', 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-05-27 02:51:02,285 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,285 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716745862086/2, BranchId=]
DEBUG 2024-05-27 02:51:02,285 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,314 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,314 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,314 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,315 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,351 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,351 [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-05-27 02:51:02,353 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,353 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,353 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-27 02:51:02,354 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,354 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716745862086/3, BranchId=]
DEBUG 2024-05-27 02:51:02,354 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,356 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,378 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,378 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,378 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,378 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,404 [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-05-27 02:51:02,405 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,434 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,435 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,435 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,435 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,459 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-05-27 02:51:02,467 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,488 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,488 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,489 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,511 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,519 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,539 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,539 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,539 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,539 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,571 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,578 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,598 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,598 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,599 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,599 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,619 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,627 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,646 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,646 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,647 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,647 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,666 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,674 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,674 [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-05-27 02:51:02,681 [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-05-27 02:51:02,683 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,702 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,702 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,702 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,702 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,722 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,730 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-27 02:51:02,734 [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-05-27 02:51:02,735 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,754 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,754 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,755 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,755 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,775 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,792 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,792 [main] select * from emp
DEBUG 2024-05-27 02:51:02,795 [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-05-27 02:51:02,796 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,798 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,817 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,817 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,817 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,817 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,837 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,844 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,844 [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-05-27 02:51:02,848 [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-05-27 02:51:02,849 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,868 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,869 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,869 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,869 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,889 [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-05-27 02:51:02,896 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,898 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,915 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,916 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,916 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,916 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,936 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,943 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,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-05-27 02:51:02,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-05-27 02:51:02,948 [main] Physical connection closed
DEBUG 2024-05-27 02:51:02,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:02,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:02,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:02,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:02,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:02,967 [main] Physical connection got
DEBUG 2024-05-27 02:51:02,967 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,967 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,967 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,987 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:02,994 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:02,994 [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-05-27 02:51:03,000 [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-05-27 02:51:03,002 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,021 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,021 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,021 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,021 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,041 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,050 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,050 [main] select * from emp
DEBUG 2024-05-27 02:51:03,051 [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-05-27 02:51:03,052 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,071 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,071 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,072 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,072 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,095 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,104 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,104 [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-05-27 02:51:03,106 [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-05-27 02:51:03,108 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,131 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,131 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,131 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,131 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,155 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,164 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,164 [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-05-27 02:51:03,167 [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-05-27 02:51:03,167 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,189 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,190 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,190 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,212 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,221 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,221 [main] select count(*) from emp
DEBUG 2024-05-27 02:51:03,223 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,223 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,251 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,251 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,251 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,251 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,269 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,277 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,277 [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-05-27 02:51:03,278 [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-05-27 02:51:03,279 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,296 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,296 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,297 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,297 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,314 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,322 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,322 [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-05-27 02:51:03,323 [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-05-27 02:51:03,323 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,325 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,339 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,341 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,341 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,341 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,341 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,359 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,366 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,366 [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-05-27 02:51:03,367 [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-05-27 02:51:03,367 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,385 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,385 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,385 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,385 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,403 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,409 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,409 [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-05-27 02:51:03,410 [main] Logical connection closed, tx=null
[Ljava.util.Map;@269be2b5
DEBUG 2024-05-27 02:51:03,411 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,428 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,428 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,429 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,429 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,446 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,452 [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-05-27 02:51:03,455 [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-05-27 02:51:03,455 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,473 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,473 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,473 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,473 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,491 [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-05-27 02:51:03,497 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,498 [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-05-27 02:51:03,500 [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-05-27 02:51:03,501 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,518 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,518 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,519 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,519 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,536 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,540 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,540 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-27 02:51:03,540 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,540 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,559 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,559 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,559 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,560 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,577 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,580 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,580 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-27 02:51:03,581 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,581 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,598 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,599 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,599 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,599 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,611 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,611 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,612 [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-05-27 02:51:03,613 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-27 02:51:03,613 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,630 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,630 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,631 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,631 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,648 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,649 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,649 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-27 02:51:03,650 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-27 02:51:03,650 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,666 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,666 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,666 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,666 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,667 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,690 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-27 02.51.03', 9999, 'test', 50)
DEBUG 2024-05-27 02:51:03,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,690 [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-05-27 02:51:03,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/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-05-27 02:51:03,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,693 [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-05-27 02:51:03,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-27 02:51:03.689 {50, null, null, 0}
DEBUG 2024-05-27 02:51:03,693 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716745862086/4, BranchId=]
DEBUG 2024-05-27 02:51:03,694 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,708 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,710 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,710 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,710 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,710 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,726 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,732 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,748 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,748 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,748 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,748 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,765 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-05-27 02:51:03,773 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,773 [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-05-27 02:51:03,775 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,776 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,791 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,791 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,792 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,792 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,808 [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-05-27 02:51:03,816 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,816 [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-05-27 02:51:03,817 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-27 02:51:03,817 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,833 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,833 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,833 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,833 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,849 [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-05-27 02:51:03,854 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,854 [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-05-27 02:51:03,855 [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-05-27 02:51:03,856 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,857 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,871 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,871 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,871 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,871 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,886 [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-05-27 02:51:03,889 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,904 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,904 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,904 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,904 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,920 [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-05-27 02:51:03,926 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,926 [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-05-27 02:51:03,928 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,929 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,944 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,944 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,944 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,944 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,960 [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-05-27 02:51:03,966 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,966 [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-05-27 02:51:03,967 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,967 [main] Physical connection closed
DEBUG 2024-05-27 02:51:03,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:03,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:03,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:03,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:03,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:03,982 [main] Physical connection got
DEBUG 2024-05-27 02:51:03,982 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:03,982 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:03,983 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,000 [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-05-27 02:51:04,001 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,001 [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-05-27 02:51:04,003 [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-05-27 02:51:04,004 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,022 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,022 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,022 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,022 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,039 [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-05-27 02:51:04,039 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,053 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,056 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,056 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,056 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,056 [main] Logical connection got, tx=null
WARN  2024-05-27 02:51:04,059 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-27 02:51:04,065 [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-05-27 02:51:04,066 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,066 [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-05-27 02:51:04,068 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-27 02:51:04,069 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,086 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,086 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,086 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,086 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,106 [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-05-27 02:51:04,114 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,132 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,132 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,132 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,132 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,152 [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-05-27 02:51:04,157 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,157 [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-05-27 02:51:04,158 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,158 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,159 [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-05-27 02:51:04,159 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,159 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,177 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,177 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,177 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,177 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,196 [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-05-27 02:51:04,200 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,200 [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-05-27 02:51:04,203 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,203 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,203 [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-05-27 02:51:04,204 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,204 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,204 [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-05-27 02:51:04,206 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,206 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,206 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-05-27 02:51:04,207 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,207 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,207 [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-05-27 02:51:04,208 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,208 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,225 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,225 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,225 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,226 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,226 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-27 02:51:04,245 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,245 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-27 02:51:04,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,246 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-27 02:51:04,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,246 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-27 02:51:04,247 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,247 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716745862086/5, BranchId=]
DEBUG 2024-05-27 02:51:04,247 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,264 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,264 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,264 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,264 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,282 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,287 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,305 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,305 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,305 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,305 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,324 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,330 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,348 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,348 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,348 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,348 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,355 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-27 02:51:04,357 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,358 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,373 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,373 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,373 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,373 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,379 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-27 02:51:04,381 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,397 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,397 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,397 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,397 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,407 [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-05-27 02:51:04,408 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,419 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,422 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,422 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,422 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,422 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,428 [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-05-27 02:51:04,429 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,440 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,443 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,443 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,443 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,443 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,458 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,459 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,459 [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-05-27 02:51:04,462 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,462 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,476 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,476 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,476 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,476 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,491 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,492 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,505 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,505 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,505 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,506 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,520 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-27 02:51:04,520 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-27 02:51:04,534 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,535 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,535 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,535 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,549 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-27 02:51:04,550 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.21 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-05-27 02:51:04,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,596 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,601 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,608 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,611 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,611 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,614 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,617 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,618 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,630 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,633 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,633 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,636 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,636 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,637 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,649 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,652 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,652 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,655 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,655 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-27 02:51:04,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,668 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,668 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,669 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,669 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-27 02:51:04,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,682 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,682 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,696 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,697 [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-05-27 02:51:04,700 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,700 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,711 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,711 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,724 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,725 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,725 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,725 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,735 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,739 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,739 [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-05-27 02:51:04,741 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,741 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-27 02:51:04,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,758 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,772 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,784 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,784 [main] Logical connection got, tx=null
WARN  2024-05-27 02:51:04,786 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-27 02:51:04,787 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-27 02:51:04,787 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,787 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,788 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,801 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,803 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,803 [main] Logical connection got, tx=null
WARN  2024-05-27 02:51:04,805 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-27 02:51:04,806 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-27 02:51:04,806 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,806 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,808 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,820 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,828 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-27 02:51:04,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,840 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-27 02:51:04,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,857 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,857 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,858 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,858 [main] Physical connection closed
DEBUG 2024-05-27 02:51:04,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,870 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,871 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,872 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,872 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-27 02:51:04,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-27 02:51:04,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-27 02:51:04,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-27 02:51:04,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-27 02:51:04,885 [main] Physical connection got
DEBUG 2024-05-27 02:51:04,885 [main] Logical connection got, tx=null
DEBUG 2024-05-27 02:51:04,885 [main] Logical connection closed, tx=null
DEBUG 2024-05-27 02:51:04,886 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.322s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.723s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.659s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.141s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon May 27 02:51:04 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