Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2025-01-14 02:50:56,750 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-14 02:50:56,752 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,752 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-01-14 02:50:56,755 [main] Logical connection closed
DEBUG 2025-01-14 02:50:56,755 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-14 02:50:56,790 [main] Physical connection got
DEBUG 2025-01-14 02:50:56,790 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,790 [main] Logical connection closed
DEBUG 2025-01-14 02:50:56,791 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,802 [main] Logical connection closed
DEBUG 2025-01-14 02:50:56,802 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,803 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-01-14 02:50:56,804 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-14 02:50:56.599 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-14 02:50:56,805 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,805 [main] Logical connection closed
DEBUG 2025-01-14 02:50:56,805 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,809 [main] Logical connection closed
DEBUG 2025-01-14 02:50:56,810 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,810 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-14 02:50:56,811 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-14 02:50:56.599 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-14 02:50:56,811 [main] Logical connection got
DEBUG 2025-01-14 02:50:56,812 [main] UPDATE EMP SET tstamp = '2025-01-14 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-14 02.50.56'
DEBUG 2025-01-14 02:50:56,812 [main] Logical connection closed
DEBUG 2025-01-14 02:50:56,813 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-14 02:50:57,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,032 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:50:58,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,097 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,175 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:50:58,336 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,336 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,411 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,417 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-14 02:50:58,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,430 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,469 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,469 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,470 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,470 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,585 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-01-14 02:50:58,591 [main] Physical connection closed
DEBUG 2025-01-14 02:50:58,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,604 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,622 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,622 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,623 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,623 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,661 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,685 [main] Physical connection closed
DEBUG 2025-01-14 02:50:58,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,716 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,716 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,716 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,717 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,760 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,766 [main] Physical connection closed
DEBUG 2025-01-14 02:50:58,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,793 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,793 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,793 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,793 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,828 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,833 [main] Physical connection closed
DEBUG 2025-01-14 02:50:58,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,858 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,858 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,859 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,859 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,890 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,895 [main] Physical connection closed
DEBUG 2025-01-14 02:50:58,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,919 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,919 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,919 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,919 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,950 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-01-14 02:50:58,954 [main] Physical connection closed
DEBUG 2025-01-14 02:50:58,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:58,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:58,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:58,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:58,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:58,977 [main] Physical connection got
DEBUG 2025-01-14 02:50:58,978 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:58,978 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:58,978 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,009 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,014 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,037 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,037 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,038 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,038 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,074 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,078 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,083 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,085 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,102 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,102 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,102 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,102 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,131 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,135 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,137 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,160 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,162 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,211 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,213 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-14 02.50.59', 99, 'hoge', 0)
DEBUG 2025-01-14 02:50:59,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,219 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790659160/0, BranchId=]
DEBUG 2025-01-14 02:50:59,220 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,242 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,242 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,267 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,277 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-14 02:50:59,285 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,286 [main] UPDATE EMP SET tstamp = '2025-01-14 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-14 02:50:59,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,287 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790659160/1, BranchId=]
DEBUG 2025-01-14 02:50:59,287 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,309 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,310 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,344 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-14 02:50:59,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,347 [main] UPDATE EMP SET tstamp = '2025-01-14 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-14 02:50:59,348 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,348 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790659160/2, BranchId=]
DEBUG 2025-01-14 02:50:59,348 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,363 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,374 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,374 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,374 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,374 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,375 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,408 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,408 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-14 02:50:59,410 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,410 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,411 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-14 02:50:59,411 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,411 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790659160/3, BranchId=]
DEBUG 2025-01-14 02:50:59,412 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,413 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,414 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,416 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,431 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,431 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,435 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,435 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,435 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,435 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,460 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-01-14 02:50:59,461 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,491 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,492 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,492 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,492 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,517 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-01-14 02:50:59,526 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,547 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,547 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,547 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,547 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,571 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,579 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,581 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,599 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,599 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,599 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,599 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,625 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,633 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,653 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,653 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,653 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,653 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,675 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,683 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,701 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,701 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,702 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,702 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,722 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,729 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,729 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-14 02:50:59,736 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-14 02:50:59,737 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,756 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,756 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,757 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,757 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,776 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,783 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,784 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-14 02:50:59,787 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-14 02:50:59,788 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,807 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,807 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,807 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,807 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,826 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,838 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,838 [main] select * from emp
DEBUG 2025-01-14 02:50:59,841 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-14 02:50:59,841 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,860 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,860 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,860 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,860 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,879 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,886 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,887 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-14 02:50:59,890 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-14 02:50:59,891 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,908 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,908 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,910 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,910 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,911 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,911 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,930 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-01-14 02:50:59,937 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:50:59,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,957 [main] Physical connection got
DEBUG 2025-01-14 02:50:59,957 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,957 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,957 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,976 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:50:59,983 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:50:59,984 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-14 02:50:59,986 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-14 02:50:59,987 [main] Physical connection closed
DEBUG 2025-01-14 02:50:59,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:50:59,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:50:59,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:50:59,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:50:59,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,005 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,005 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,006 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,006 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,025 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,032 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,032 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-14 02:51:00,044 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-14 02:51:00,045 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,063 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,063 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,063 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,063 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,081 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,088 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,089 [main] select * from emp
DEBUG 2025-01-14 02:51:00,090 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-14 02:51:00,091 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,109 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,109 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,110 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,110 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,128 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,135 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,135 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-14 02:51:00,137 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-14 02:51:00,138 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,155 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,155 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,156 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,156 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,173 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,180 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,180 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-14 02:51:00,182 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-14 02:51:00,182 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,184 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,199 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,199 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,199 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,199 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,216 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,223 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,223 [main] select count(*) from emp
DEBUG 2025-01-14 02:51:00,225 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,225 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,247 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,247 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,248 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,248 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,265 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,272 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,273 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-14 02:51:00,273 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-01-14 02:51:00,274 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,290 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,291 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,291 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,291 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,308 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,315 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,316 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-14 02:51:00,316 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-01-14 02:51:00,317 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,318 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,334 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,334 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,334 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,334 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,350 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,356 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,357 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-14 02:51:00,357 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-01-14 02:51:00,358 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,375 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,375 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,376 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,376 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,392 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,398 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,398 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-14 02:51:00,399 [main] Logical connection closed, tx=null
[Ljava.util.Map;@3041876
DEBUG 2025-01-14 02:51:00,399 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,416 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,416 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,417 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,433 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,439 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,439 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-01-14 02:51:00,441 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-01-14 02:51:00,442 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,458 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,459 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,477 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-01-14 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-01-14 02:51:00,487 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-14 02:51:00,487 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,525 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,525 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,525 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,525 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,541 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,544 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,544 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:51:00,545 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,545 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,571 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,571 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,572 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,572 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,617 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,619 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,620 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:51:00,620 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,620 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,621 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,633 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,636 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,636 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,636 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,636 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,648 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,648 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,649 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-01-14 02:51:00,650 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-14 02:51:00,650 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,669 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,670 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,670 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,670 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,680 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,680 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,680 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-14 02:51:00,681 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-14 02:51:00,681 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,695 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,696 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,718 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-14 02.51.00', 9999, 'test', 50)
DEBUG 2025-01-14 02:51:00,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,718 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-01-14 02:51:00,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-14 02:51:00,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,720 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2025-01-14 02:51:00,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-14 02:51:00.718 {50, null, null, 0}
DEBUG 2025-01-14 02:51:00,721 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790659160/4, BranchId=]
DEBUG 2025-01-14 02:51:00,721 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,722 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,735 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,735 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,736 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,736 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,751 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,756 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,774 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,774 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,774 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,775 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,801 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:00,809 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,809 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2025-01-14 02:51:00,811 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,812 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,827 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,827 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,827 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,827 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,842 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:00,850 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,851 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-01-14 02:51:00,851 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-14 02:51:00,851 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,865 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,867 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,867 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,867 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,867 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,883 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:00,888 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,888 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-01-14 02:51:00,889 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-14 02:51:00,890 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,891 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,905 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,905 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,905 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,905 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,921 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-01-14 02:51:00,925 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,940 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,940 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,940 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,955 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-14 02:51:00,961 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,961 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-14 02:51:00,964 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,964 [main] Physical connection closed
DEBUG 2025-01-14 02:51:00,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:00,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:00,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:00,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:00,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:00,981 [main] Physical connection got
DEBUG 2025-01-14 02:51:00,981 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,981 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:00,981 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:00,997 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-14 02:51:01,003 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,003 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-01-14 02:51:01,005 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,005 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,007 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,020 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,029 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,029 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,029 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,029 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,046 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:01,047 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,048 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2025-01-14 02:51:01,049 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-01-14 02:51:01,050 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,069 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,069 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,070 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,070 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,088 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:01,090 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,107 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,107 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,107 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,108 [main] Logical connection got, tx=null
WARN  2025-01-14 02:51:01,111 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-14 02:51:01,117 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-14 02:51:01,118 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,118 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-14 02:51:01,120 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-14 02:51:01,121 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,135 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,136 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,136 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,136 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,152 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:01,158 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,163 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,173 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,174 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,174 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,174 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,191 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-01-14 02:51:01,194 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,195 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2025-01-14 02:51:01,195 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,196 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,196 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2025-01-14 02:51:01,196 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,197 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,198 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,211 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,211 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,211 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,212 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,227 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-01-14 02:51:01,230 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,230 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2025-01-14 02:51:01,233 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,234 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,234 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2025-01-14 02:51:01,234 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2025-01-14 02:51:01,237 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,237 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,237 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2025-01-14 02:51:01,238 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,238 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,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  ename = 'a' AND job = 'b' 
DEBUG 2025-01-14 02:51:01,239 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,239 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,253 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,254 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,269 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-14 02:51:01,270 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,270 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:51:01,270 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,271 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-14 02:51:01,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,272 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:51:01,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,272 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790659160/5, BranchId=]
DEBUG 2025-01-14 02:51:01,272 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,285 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,288 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,288 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,288 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,288 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,303 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,306 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,322 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,322 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,322 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,322 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,338 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,342 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,373 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,373 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,373 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,373 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,379 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-14 02:51:01,380 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,394 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,394 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,394 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,400 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-14 02:51:01,402 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,409 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,415 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,416 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,416 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,416 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,421 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:01,422 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,435 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,435 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,440 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-01-14 02:51:01,442 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,455 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,455 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,455 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,455 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,473 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,474 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,474 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-14 02:51:01,478 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,478 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,496 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,496 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,496 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,496 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,514 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,515 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,517 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,529 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,532 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,532 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,532 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,532 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,550 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-14 02:51:01,551 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:51:01,567 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,567 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,567 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,568 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,585 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-14 02:51:01,586 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.169 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-14 02:51:01,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,640 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,653 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,655 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,655 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,659 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,661 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,662 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,674 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,676 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,676 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,679 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,680 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,681 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,693 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,695 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,695 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,698 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,698 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-14 02:51:01,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,711 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,711 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,712 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,712 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-14 02:51:01,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,724 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,724 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,738 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,738 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-01-14 02:51:01,741 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,741 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,752 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,752 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,767 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,767 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,767 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,767 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,777 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,782 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,782 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2025-01-14 02:51:01,784 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,784 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-14 02:51:01,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,799 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,812 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,834 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,836 [main] Logical connection got, tx=null
WARN  2025-01-14 02:51:01,838 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-14 02:51:01,845 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-14 02:51:01,846 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,846 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,848 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,868 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,870 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,871 [main] Logical connection got, tx=null
WARN  2025-01-14 02:51:01,872 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-14 02:51:01,873 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-14 02:51:01,873 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,873 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,875 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,887 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,891 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:51:01,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,903 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-14 02:51:01,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,918 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,918 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,920 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,920 [main] Physical connection closed
DEBUG 2025-01-14 02:51:01,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,930 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,931 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,931 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,932 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,932 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-14 02:51:01,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-14 02:51:01,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:51:01,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:51:01,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:51:01,945 [main] Physical connection got
DEBUG 2025-01-14 02:51:01,945 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:51:01,945 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:51:01,946 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.840s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.599s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.140s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Jan 14 02:51:02 JST 2025
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS