Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-06-30 02:50:58,668 [main] Logical connection closed
updatedRows:1
DEBUG 2024-06-30 02:50:58,669 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,669 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-06-30 02:50:58,672 [main] Logical connection closed
DEBUG 2024-06-30 02:50:58,672 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-06-30 02:50:58,706 [main] Physical connection got
DEBUG 2024-06-30 02:50:58,706 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,706 [main] Logical connection closed
DEBUG 2024-06-30 02:50:58,707 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,717 [main] Logical connection closed
DEBUG 2024-06-30 02:50:58,718 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,718 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-06-30 02:50:58,720 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-30 02:50:58.52 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-30 02:50:58,720 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,720 [main] Logical connection closed
DEBUG 2024-06-30 02:50:58,721 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,724 [main] Logical connection closed
DEBUG 2024-06-30 02:50:58,726 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,726 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-30 02:50:58,727 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-30 02:50:58.52 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-30 02:50:58,727 [main] Logical connection got
DEBUG 2024-06-30 02:50:58,727 [main] UPDATE EMP SET tstamp = '2024-06-30 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-30 02.50.58'
DEBUG 2024-06-30 02:50:58,728 [main] Logical connection closed
DEBUG 2024-06-30 02:50:58,728 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-30 02:50:59,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:50:59,977 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:00,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,113 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:51:00,275 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,275 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,348 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,354 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-30 02:51:00,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,407 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,407 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,407 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,408 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,517 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-06-30 02:51:00,522 [main] Physical connection closed
DEBUG 2024-06-30 02:51:00,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,552 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,552 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,553 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,553 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,591 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,614 [main] Physical connection closed
DEBUG 2024-06-30 02:51:00,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,622 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,645 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,645 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,645 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,645 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,688 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,693 [main] Physical connection closed
DEBUG 2024-06-30 02:51:00,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,720 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,720 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,721 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,721 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,756 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,762 [main] Physical connection closed
DEBUG 2024-06-30 02:51:00,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,787 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,787 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,788 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,821 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,826 [main] Physical connection closed
DEBUG 2024-06-30 02:51:00,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,852 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,852 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,852 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,852 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,885 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-06-30 02:51:00,890 [main] Physical connection closed
DEBUG 2024-06-30 02:51:00,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,915 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,915 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,916 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,949 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,954 [main] Physical connection closed
DEBUG 2024-06-30 02:51:00,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:00,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:00,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:00,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:00,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:00,980 [main] Physical connection got
DEBUG 2024-06-30 02:51:00,980 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:00,981 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:00,981 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,019 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,024 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,050 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,050 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,050 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,050 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,083 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,088 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,110 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,114 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,116 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,117 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,148 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,173 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-30 02.51.01', 99, 'hoge', 0)
DEBUG 2024-06-30 02:51:01,179 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,180 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683461114/0, BranchId=]
DEBUG 2024-06-30 02:51:01,180 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,182 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,203 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,203 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,204 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,204 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,204 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,243 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-30 02:51:01,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,251 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,251 [main] UPDATE EMP SET tstamp = '2024-06-30 02.51.01', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-30 02:51:01,252 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,252 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683461114/1, BranchId=]
DEBUG 2024-06-30 02:51:01,253 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,255 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,275 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,276 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,276 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,276 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,302 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,311 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,311 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-30 02:51:01,313 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,313 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,314 [main] UPDATE EMP SET tstamp = '2024-06-30 02.51.01', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-30 02:51:01,314 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,314 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683461114/2, BranchId=]
DEBUG 2024-06-30 02:51:01,315 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,341 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,344 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,345 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,380 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,380 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-30 02:51:01,382 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,382 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,382 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-30 02:51:01,383 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,383 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683461114/3, BranchId=]
DEBUG 2024-06-30 02:51:01,383 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,407 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,407 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,407 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,407 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,433 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-06-30 02:51:01,434 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,463 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,464 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,464 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,464 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,488 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-06-30 02:51:01,496 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,518 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,518 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,518 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,518 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,541 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,549 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,570 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,570 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,570 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,570 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,599 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,607 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,627 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,627 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,628 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,628 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,650 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,659 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,679 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,680 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,680 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,680 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,702 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,710 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,710 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-30 02:51:01,718 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-30 02:51:01,719 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,740 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,740 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,740 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,740 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,771 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,771 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-30 02:51:01,775 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-30 02:51:01,776 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,797 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,797 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,797 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,797 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,819 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,839 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,839 [main] select * from emp
DEBUG 2024-06-30 02:51:01,842 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-30 02:51:01,843 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,845 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,860 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,861 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,861 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,864 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,864 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,864 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,864 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,887 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,894 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,894 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-30 02:51:01,898 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-30 02:51:01,900 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,917 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,919 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,920 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,920 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,920 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,941 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-30 02:51:01,949 [main] Physical connection closed
DEBUG 2024-06-30 02:51:01,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:01,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:01,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:01,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:01,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:01,969 [main] Physical connection got
DEBUG 2024-06-30 02:51:01,969 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,969 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,970 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,991 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:01,999 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:01,999 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-30 02:51:02,001 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-30 02:51:02,003 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,023 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,023 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,023 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,023 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,044 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,052 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,052 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-30 02:51:02,057 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-30 02:51:02,058 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,079 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,079 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,079 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,079 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,100 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,109 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,110 [main] select * from emp
DEBUG 2024-06-30 02:51:02,111 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-30 02:51:02,112 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,131 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,131 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,131 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,132 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,154 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,163 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,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 order by empno
DEBUG 2024-06-30 02:51:02,166 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-30 02:51:02,167 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,189 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,189 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,189 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,190 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,214 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,223 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-30 02:51:02,225 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-30 02:51:02,226 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,248 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,248 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,248 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,248 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,272 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,282 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,282 [main] select count(*) from emp
DEBUG 2024-06-30 02:51:02,283 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,284 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,288 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,290 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,305 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,305 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,305 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,305 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,338 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,346 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,346 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-30 02:51:02,347 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-06-30 02:51:02,348 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,366 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,366 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,366 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,366 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,386 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,393 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,393 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-30 02:51:02,394 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-06-30 02:51:02,395 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,413 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,413 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,413 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,413 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,432 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,439 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,440 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-30 02:51:02,440 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-30 02:51:02,441 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,459 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,459 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,459 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,459 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,478 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,485 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,485 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-30 02:51:02,486 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5374a6e2
DEBUG 2024-06-30 02:51:02,486 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,491 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,504 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,504 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,504 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,504 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,523 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,530 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,530 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-30 02:51:02,532 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-06-30 02:51:02,532 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,550 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,550 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,550 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,550 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,568 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-30 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,575 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-30 02:51:02,579 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-30 02:51:02,579 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,581 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,598 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,598 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,598 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,598 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,616 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,620 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,620 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:51:02,620 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,620 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,636 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,638 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,638 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,638 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,639 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,657 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,660 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,660 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:51:02,660 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,661 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,679 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,679 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,679 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,679 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,691 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,692 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,692 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-06-30 02:51:02,693 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-30 02:51:02,694 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,709 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,711 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,711 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,711 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,711 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,723 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,723 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,723 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-30 02:51:02,724 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-30 02:51:02,725 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,749 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,750 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,773 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,773 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-30 02.51.02', 9999, 'test', 50)
DEBUG 2024-06-30 02:51:02,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,774 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-06-30 02:51:02,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-30 02:51:02,776 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,776 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-30 02:51:02,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-30 02:51:02.773 {50, null, null, 0}
DEBUG 2024-06-30 02:51:02,778 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683461114/4, BranchId=]
DEBUG 2024-06-30 02:51:02,778 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,795 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,795 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,795 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,795 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,812 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,818 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,832 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,834 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,834 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,834 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,835 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,851 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:02,860 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,860 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-30 02:51:02,862 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,862 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,879 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,879 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,879 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,879 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,896 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:02,905 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,905 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-30 02:51:02,905 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-30 02:51:02,906 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,923 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,923 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,924 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,924 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,940 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:02,945 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,945 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-06-30 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 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-30 02:51:02,947 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,963 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,963 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,964 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,964 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,979 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-30 02:51:02,982 [main] Physical connection closed
DEBUG 2024-06-30 02:51:02,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:02,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,990 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:02,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:02,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:02,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:02,999 [main] Physical connection got
DEBUG 2024-06-30 02:51:02,999 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:02,999 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:02,999 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,015 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-30 02:51:03,022 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,023 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-30 02:51:03,025 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,025 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,041 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,041 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,042 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,042 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,058 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-30 02:51:03,064 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,065 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-30 02:51:03,065 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,066 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,080 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,082 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,082 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,083 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,083 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,101 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:03,102 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,102 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-06-30 02:51:03,104 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-06-30 02:51:03,104 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,122 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,122 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,123 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,123 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,141 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:03,142 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,158 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,158 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,159 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,159 [main] Logical connection got, tx=null
WARN  2024-06-30 02:51:03,162 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-30 02:51:03,167 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-30 02:51:03,167 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,168 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-30 02:51:03,170 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-30 02:51:03,171 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,189 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,190 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,190 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,211 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:03,217 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,236 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,237 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,237 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,237 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,257 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-06-30 02:51:03,261 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,261 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-30 02:51:03,262 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,262 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,262 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-30 02:51:03,263 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,263 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,283 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,283 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,283 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,284 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,305 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-06-30 02:51:03,308 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,309 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-30 02:51:03,312 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,312 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,312 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-06-30 02:51:03,313 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,313 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,314 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-06-30 02:51:03,316 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,316 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,316 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-30 02:51:03,317 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,317 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,317 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-30 02:51:03,318 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,318 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,338 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,338 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,339 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-30 02:51:03,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,361 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:51:03,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,362 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-30 02:51:03,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,363 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-30 02:51:03,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,364 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719683461114/5, BranchId=]
DEBUG 2024-06-30 02:51:03,364 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,383 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,383 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,384 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,384 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,405 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,410 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,411 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,429 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,429 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,429 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,429 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,452 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,457 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,477 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,477 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,477 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,477 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,485 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-30 02:51:03,487 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,505 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,506 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,506 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,506 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,513 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-30 02:51:03,515 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,535 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,535 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,536 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,536 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,543 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:03,545 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,567 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,567 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,567 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,568 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,573 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-06-30 02:51:03,575 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,589 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,590 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,590 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,590 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,604 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,605 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,605 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-30 02:51:03,608 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,608 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,624 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,624 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,624 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,624 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,638 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,639 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,654 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,655 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,655 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,669 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-30 02:51:03,670 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,682 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-30 02:51:03,685 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,685 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,685 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,685 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,699 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-30 02:51:03,700 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.345 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.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-30 02:51:03,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,749 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,755 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,762 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,765 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,765 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,768 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,771 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,772 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,785 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,787 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,787 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,790 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,791 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,792 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,805 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,807 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,807 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,810 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,811 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-30 02:51:03,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,824 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,824 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,825 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,825 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-30 02:51:03,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,838 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,839 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,853 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,853 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-06-30 02:51:03,858 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,858 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,869 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,869 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,883 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,883 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,883 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,884 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,893 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,897 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:03,897 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-30 02:51:03,899 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,900 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-30 02:51:03,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,914 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,919 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,926 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,936 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,937 [main] Logical connection got, tx=null
WARN  2024-06-30 02:51:03,938 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-30 02:51:03,939 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-30 02:51:03,939 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,940 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,941 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,952 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,954 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,954 [main] Logical connection got, tx=null
WARN  2024-06-30 02:51:03,956 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-30 02:51:03,956 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-30 02:51:03,956 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:03,957 [main] Physical connection closed
DEBUG 2024-06-30 02:51:03,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,958 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,969 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,972 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-30 02:51:03,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,983 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-30 02:51:03,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:03,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:03,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:03,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:03,999 [main] Physical connection got
DEBUG 2024-06-30 02:51:03,999 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:04,000 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:04,000 [main] Physical connection closed
DEBUG 2024-06-30 02:51:04,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:04,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:04,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:04,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:04,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:04,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:04,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:04,010 [main] Physical connection got
DEBUG 2024-06-30 02:51:04,010 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:04,011 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:04,011 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-30 02:51:04,014 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-30 02:51:04,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:04,016 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-30 02:51:04,018 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-30 02:51:04,018 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:04,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-30 02:51:04,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-30 02:51:04,024 [main] Physical connection got
DEBUG 2024-06-30 02:51:04,024 [main] Logical connection got, tx=null
DEBUG 2024-06-30 02:51:04,025 [main] Logical connection closed, tx=null
DEBUG 2024-06-30 02:51:04,025 [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.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.746s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.591s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.299s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Jun 30 02:51:04 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS