Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-19 02:51:00,764 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-19 02:51:00,765 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,765 [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-09-19 02:51:00,768 [main] Logical connection closed
DEBUG 2024-09-19 02:51:00,768 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-19 02:51:00,804 [main] Physical connection got
DEBUG 2024-09-19 02:51:00,804 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,805 [main] Logical connection closed
DEBUG 2024-09-19 02:51:00,805 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,817 [main] Logical connection closed
DEBUG 2024-09-19 02:51:00,817 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,817 [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-09-19 02:51:00,819 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-19 02:51:00.608 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-19 02:51:00,820 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,820 [main] Logical connection closed
DEBUG 2024-09-19 02:51:00,820 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,824 [main] Logical connection closed
DEBUG 2024-09-19 02:51:00,825 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,825 [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-09-19 02:51:00,826 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-19 02:51:00.608 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-19 02:51:00,827 [main] Logical connection got
DEBUG 2024-09-19 02:51:00,827 [main] UPDATE EMP SET tstamp = '2024-09-19 02.51.00', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-09-19 02.51.00'
DEBUG 2024-09-19 02:51:00,828 [main] Logical connection closed
DEBUG 2024-09-19 02:51:00,828 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.126 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-19 02:51:01,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,030 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:02,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,097 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,175 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-19 02:51:02,341 [main] Physical connection got
DEBUG 2024-09-19 02:51:02,341 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,418 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,423 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-19 02:51:02,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,466 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,478 [main] Physical connection got
DEBUG 2024-09-19 02:51:02,478 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,478 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,479 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,593 [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-09-19 02:51:02,598 [main] Physical connection closed
DEBUG 2024-09-19 02:51:02,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,629 [main] Physical connection got
DEBUG 2024-09-19 02:51:02,629 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,629 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,629 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,669 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,692 [main] Physical connection closed
DEBUG 2024-09-19 02:51:02,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,724 [main] Physical connection got
DEBUG 2024-09-19 02:51:02,724 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,724 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,725 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,769 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,775 [main] Physical connection closed
DEBUG 2024-09-19 02:51:02,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,803 [main] Physical connection got
DEBUG 2024-09-19 02:51:02,803 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,803 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,803 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,839 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,845 [main] Physical connection closed
DEBUG 2024-09-19 02:51:02,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,872 [main] Physical connection got
DEBUG 2024-09-19 02:51:02,872 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,872 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,872 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,906 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,911 [main] Physical connection closed
DEBUG 2024-09-19 02:51:02,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,939 [main] Physical connection got
DEBUG 2024-09-19 02:51:02,939 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,939 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:02,939 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:02,973 [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-09-19 02:51:02,977 [main] Physical connection closed
DEBUG 2024-09-19 02:51:02,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:02,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:02,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:02,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:02,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:02,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,000 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,003 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,003 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,003 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,003 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,037 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,043 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,072 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,072 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,072 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,072 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,110 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,116 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,140 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,140 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,140 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,140 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,170 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,175 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,201 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,203 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,204 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,204 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,204 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,233 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,258 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-19 02.51.03', 99, 'hoge', 0)
DEBUG 2024-09-19 02:51:03,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,264 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726681863201/0, BranchId=]
DEBUG 2024-09-19 02:51:03,265 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,289 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,289 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,318 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,329 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,329 [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-09-19 02:51:03,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,337 [main] UPDATE EMP SET tstamp = '2024-09-19 02.51.03', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-19 02:51:03,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,339 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726681863201/1, BranchId=]
DEBUG 2024-09-19 02:51:03,339 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,341 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,350 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,363 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,364 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,364 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,364 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,364 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,391 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,402 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,402 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-19 02:51:03,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,405 [main] UPDATE EMP SET tstamp = '2024-09-19 02.51.03', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-09-19 02:51:03,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,406 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726681863201/2, BranchId=]
DEBUG 2024-09-19 02:51:03,406 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,437 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,437 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,437 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,437 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,438 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,465 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,475 [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-09-19 02:51:03,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,477 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-19 02:51:03,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,478 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726681863201/3, BranchId=]
DEBUG 2024-09-19 02:51:03,478 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,503 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,503 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,504 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,504 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,531 [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-09-19 02:51:03,532 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,563 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,563 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,563 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,563 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,590 [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-09-19 02:51:03,599 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,622 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,622 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,622 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,622 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,648 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,656 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,678 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,678 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,678 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,679 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,704 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,712 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,732 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,734 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,734 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,734 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,735 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,759 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,768 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,791 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,791 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,791 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,791 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,815 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,824 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,824 [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-09-19 02:51:03,831 [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-09-19 02:51:03,833 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,855 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,855 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,855 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,855 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,879 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,887 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,888 [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-09-19 02:51:03,892 [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-09-19 02:51:03,893 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,897 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,916 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,916 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,916 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,916 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,943 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,959 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,959 [main] select * from emp
DEBUG 2024-09-19 02:51:03,962 [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-09-19 02:51:03,963 [main] Physical connection closed
DEBUG 2024-09-19 02:51:03,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:03,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:03,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:03,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:03,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:03,985 [main] Physical connection got
DEBUG 2024-09-19 02:51:03,985 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:03,985 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:03,985 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,008 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,016 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,017 [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-09-19 02:51:04,021 [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-09-19 02:51:04,022 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,043 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,043 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,043 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,043 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,066 [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-09-19 02:51:04,075 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,098 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,098 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,098 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,098 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,122 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,131 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,131 [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-09-19 02:51:04,134 [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-09-19 02:51:04,135 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,137 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,156 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,156 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,156 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,156 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,178 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,186 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,187 [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-09-19 02:51:04,191 [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-09-19 02:51:04,193 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,214 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,214 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,214 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,214 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,236 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,244 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,244 [main] select * from emp
DEBUG 2024-09-19 02:51:04,246 [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-09-19 02:51:04,247 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,266 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,268 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,268 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,269 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,269 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,289 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,297 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-19 02:51:04,300 [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-09-19 02:51:04,301 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,321 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,321 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,321 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,322 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,342 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,350 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,350 [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-09-19 02:51:04,352 [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-09-19 02:51:04,353 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,355 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,373 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,373 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,373 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,373 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,394 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,402 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,402 [main] select count(*) from emp
DEBUG 2024-09-19 02:51:04,403 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,404 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,428 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,428 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,428 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,429 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,449 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,458 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,458 [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-09-19 02:51:04,459 [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-09-19 02:51:04,459 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,478 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,479 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,479 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,479 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,500 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,507 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,508 [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-09-19 02:51:04,508 [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-09-19 02:51:04,509 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,510 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,510 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,526 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,528 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,528 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,528 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,528 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,549 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,556 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,556 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-19 02:51:04,557 [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-09-19 02:51:04,557 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,576 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,576 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,577 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,577 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,597 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,605 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,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 WHERE empno = 7788
DEBUG 2024-09-19 02:51:04,606 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4c345b43
DEBUG 2024-09-19 02:51:04,607 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,626 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,627 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,627 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,627 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,646 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,653 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,654 [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-09-19 02:51:04,656 [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-09-19 02:51:04,656 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,675 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,675 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,675 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,675 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,695 [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-09-19 02:51:04,702 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,702 [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-09-19 02:51:04,707 [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-09-19 02:51:04,707 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,727 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,727 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,728 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,728 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,747 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,750 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,751 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-19 02:51:04,751 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,751 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,769 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,770 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,770 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,770 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,789 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,792 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,792 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-19 02:51:04,793 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,793 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,812 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,812 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,812 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,812 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,826 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,826 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,826 [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-09-19 02:51:04,828 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-19 02:51:04,828 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,846 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,846 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,847 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,847 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,858 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,859 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,859 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-19 02:51:04,860 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-19 02:51:04,860 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,879 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,879 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,879 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,904 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-19 02.51.04', 9999, 'test', 50)
DEBUG 2024-09-19 02:51:04,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,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 = 7369
DEBUG 2024-09-19 02:51:04,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/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-09-19 02:51:04,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,907 [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-09-19 02:51:04,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-19 02:51:04.904 {50, null, null, 0}
DEBUG 2024-09-19 02:51:04,908 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726681863201/4, BranchId=]
DEBUG 2024-09-19 02:51:04,909 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,927 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,927 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,927 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,927 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,945 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,951 [main] Physical connection closed
DEBUG 2024-09-19 02:51:04,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:04,953 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:04,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:04,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:04,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:04,969 [main] Physical connection got
DEBUG 2024-09-19 02:51:04,969 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,970 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,970 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,988 [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-09-19 02:51:04,997 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:04,997 [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-09-19 02:51:04,999 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:04,999 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,017 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,017 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,017 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,017 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,036 [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-09-19 02:51:05,045 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,045 [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-09-19 02:51:05,046 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-19 02:51:05,046 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,065 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,065 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,065 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,065 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,083 [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-09-19 02:51:05,091 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,091 [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-09-19 02:51:05,093 [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-09-19 02:51:05,093 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,112 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,115 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,115 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,115 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,115 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,144 [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-09-19 02:51:05,148 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,165 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,165 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,166 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,166 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,184 [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-09-19 02:51:05,191 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,191 [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-09-19 02:51:05,194 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,194 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,212 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,212 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,212 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,212 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,230 [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-09-19 02:51:05,238 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,238 [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-09-19 02:51:05,238 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,239 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,259 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,259 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,259 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,259 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,288 [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-09-19 02:51:05,289 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,289 [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-09-19 02:51:05,291 [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-09-19 02:51:05,292 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,309 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,309 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,309 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,310 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,327 [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-09-19 02:51:05,328 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,343 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,346 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,346 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,346 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,346 [main] Logical connection got, tx=null
WARN  2024-09-19 02:51:05,349 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-19 02:51:05,354 [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-09-19 02:51:05,355 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,355 [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-09-19 02:51:05,358 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-19 02:51:05,358 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,376 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,376 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,376 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,376 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,395 [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-09-19 02:51:05,402 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,419 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,419 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,420 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,420 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,438 [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-09-19 02:51:05,442 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,442 [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-09-19 02:51:05,443 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,443 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,443 [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-09-19 02:51:05,444 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,444 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,461 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,461 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,462 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,462 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,479 [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-09-19 02:51:05,483 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,483 [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-09-19 02:51:05,486 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,486 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,486 [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-09-19 02:51:05,487 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,487 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,488 [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-09-19 02:51:05,489 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,490 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,490 [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-09-19 02:51:05,493 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,494 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,494 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-19 02:51:05,494 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,494 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,509 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,511 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,512 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-19 02:51:05,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,531 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-19 02:51:05,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,532 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-19 02:51:05,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,533 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-19 02:51:05,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,533 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726681863201/5, BranchId=]
DEBUG 2024-09-19 02:51:05,534 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,551 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,551 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,551 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,551 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,569 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,573 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,589 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,590 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,590 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,590 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,608 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,613 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,629 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,629 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,630 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,630 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,636 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-19 02:51:05,638 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,653 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,655 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,655 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,655 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,655 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,662 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-19 02:51:05,663 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,679 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,679 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,679 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,679 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,686 [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-09-19 02:51:05,687 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,703 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,703 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,703 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,704 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,710 [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-09-19 02:51:05,711 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,727 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,727 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,727 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,728 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,745 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,746 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,746 [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-09-19 02:51:05,749 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,750 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,766 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,766 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,767 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,767 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,784 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,785 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,801 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,801 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,802 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,802 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,819 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-19 02:51:05,820 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-19 02:51:05,836 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,836 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,836 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,836 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,853 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-19 02:51:05,854 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.43 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-19 02:51:05,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,907 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:05,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,922 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-19 02:51:05,924 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,924 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,928 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,930 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,932 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:05,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,947 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-19 02:51:05,950 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,950 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,953 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,954 [main] Physical connection closed
DEBUG 2024-09-19 02:51:05,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,955 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:05,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,959 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,970 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-19 02:51:05,972 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,972 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,976 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,976 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-19 02:51:05,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:05,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:05,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,992 [main] Physical connection got
DEBUG 2024-09-19 02:51:05,993 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:05,993 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:05,994 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-19 02:51:05,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:05,998 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:05,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,009 [main] Physical connection got
DEBUG 2024-09-19 02:51:06,009 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,026 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,026 [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-09-19 02:51:06,030 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,031 [main] Physical connection closed
DEBUG 2024-09-19 02:51:06,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,054 [main] Physical connection got
DEBUG 2024-09-19 02:51:06,054 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,070 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,070 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,071 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,071 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,082 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,088 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,088 [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-09-19 02:51:06,090 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,090 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-19 02:51:06,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,111 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:06,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,126 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-19 02:51:06,138 [main] Physical connection got
DEBUG 2024-09-19 02:51:06,138 [main] Logical connection got, tx=null
WARN  2024-09-19 02:51:06,141 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-19 02:51:06,141 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-19 02:51:06,142 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,142 [main] Physical connection closed
DEBUG 2024-09-19 02:51:06,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,144 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:06,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,158 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-19 02:51:06,160 [main] Physical connection got
DEBUG 2024-09-19 02:51:06,161 [main] Logical connection got, tx=null
WARN  2024-09-19 02:51:06,162 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-19 02:51:06,163 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-19 02:51:06,163 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,164 [main] Physical connection closed
DEBUG 2024-09-19 02:51:06,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,165 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:06,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,179 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-19 02:51:06,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,184 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-19 02:51:06,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,198 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-19 02:51:06,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,209 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,216 [main] Physical connection got
DEBUG 2024-09-19 02:51:06,216 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,217 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,218 [main] Physical connection closed
DEBUG 2024-09-19 02:51:06,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,229 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,230 [main] Physical connection got
DEBUG 2024-09-19 02:51:06,230 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,231 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,231 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-19 02:51:06,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-19 02:51:06,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-19 02:51:06,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-19 02:51:06,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-19 02:51:06,247 [main] Physical connection got
DEBUG 2024-09-19 02:51:06,247 [main] Logical connection got, tx=null
DEBUG 2024-09-19 02:51:06,248 [main] Logical connection closed, tx=null
DEBUG 2024-09-19 02:51:06,248 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.320s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.873s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.595s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.429s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Sep 19 02:51:06 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