Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-06-02 02:50:56,804 [main] Logical connection closed
updatedRows:1
DEBUG 2024-06-02 02:50:56,805 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,805 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-06-02 02:50:56,808 [main] Logical connection closed
DEBUG 2024-06-02 02:50:56,808 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-06-02 02:50:56,844 [main] Physical connection got
DEBUG 2024-06-02 02:50:56,844 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,844 [main] Logical connection closed
DEBUG 2024-06-02 02:50:56,844 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,855 [main] Logical connection closed
DEBUG 2024-06-02 02:50:56,855 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,856 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-06-02 02:50:56,857 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-02 02:50:56.649 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:50:56,858 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,858 [main] Logical connection closed
DEBUG 2024-06-02 02:50:56,858 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,862 [main] Logical connection closed
DEBUG 2024-06-02 02:50:56,863 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,863 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:50:56,864 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-02 02:50:56.649 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:50:56,865 [main] Logical connection got
DEBUG 2024-06-02 02:50:56,865 [main] UPDATE EMP SET tstamp = '2024-06-02 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 = '2024-06-02 02.50.56'
DEBUG 2024-06-02 02:50:56,866 [main] Logical connection closed
DEBUG 2024-06-02 02:50:56,866 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-02 02:50:57,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:58,040 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:50:58,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,177 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:50:58,357 [main] Physical connection got
DEBUG 2024-06-02 02:50:58,357 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,445 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,451 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-02 02:50:58,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:58,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,508 [main] Physical connection got
DEBUG 2024-06-02 02:50:58,508 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,509 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,509 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,638 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-06-02 02:50:58,644 [main] Physical connection closed
DEBUG 2024-06-02 02:50:58,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:58,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,679 [main] Physical connection got
DEBUG 2024-06-02 02:50:58,679 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,679 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,679 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,723 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,748 [main] Physical connection closed
DEBUG 2024-06-02 02:50:58,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:58,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,780 [main] Physical connection got
DEBUG 2024-06-02 02:50:58,780 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,780 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,781 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,823 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,828 [main] Physical connection closed
DEBUG 2024-06-02 02:50:58,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:58,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,855 [main] Physical connection got
DEBUG 2024-06-02 02:50:58,855 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,855 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,855 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,891 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,897 [main] Physical connection closed
DEBUG 2024-06-02 02:50:58,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:58,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,922 [main] Physical connection got
DEBUG 2024-06-02 02:50:58,923 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,923 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,923 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,960 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,965 [main] Physical connection closed
DEBUG 2024-06-02 02:50:58,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:58,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:58,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:58,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:58,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:58,992 [main] Physical connection got
DEBUG 2024-06-02 02:50:58,993 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:58,993 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:58,993 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,029 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-06-02 02:50:59,033 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,058 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,059 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,059 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,059 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,093 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,098 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,123 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,123 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,124 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,124 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,167 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,171 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,178 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,196 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,196 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,196 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,196 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,225 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,230 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,256 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,258 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,312 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-02 02.50.59', 99, 'hoge', 0)
DEBUG 2024-06-02 02:50:59,318 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,318 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264259256/0, BranchId=]
DEBUG 2024-06-02 02:50:59,319 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,321 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,339 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,342 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,342 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,343 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,343 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,343 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,382 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,382 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:50:59,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,390 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,390 [main] UPDATE EMP SET tstamp = '2024-06-02 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 2024-06-02 02:50:59,391 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,391 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264259256/1, BranchId=]
DEBUG 2024-06-02 02:50:59,392 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,414 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,414 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,414 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,414 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,443 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,451 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,452 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:50:59,454 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,454 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,455 [main] UPDATE EMP SET tstamp = '2024-06-02 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 2024-06-02 02:50:59,455 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,455 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264259256/2, BranchId=]
DEBUG 2024-06-02 02:50:59,456 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,491 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,491 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,518 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,527 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:50:59,529 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,530 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-02 02:50:59,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,530 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264259256/3, BranchId=]
DEBUG 2024-06-02 02:50:59,530 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,553 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,553 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,553 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,554 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,581 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-06-02 02:50:59,583 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,585 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,612 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,612 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,613 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,638 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-06-02 02:50:59,646 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,668 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,669 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,669 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,669 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,693 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,701 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,722 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,722 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,723 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,723 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,746 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,753 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,774 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,774 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,775 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,775 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,797 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,805 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,828 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,828 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,828 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,828 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,854 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,863 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,863 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:50:59,871 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-02 02:50:59,873 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,895 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,896 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,896 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,896 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,921 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,930 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,930 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:50:59,934 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-02 02:50:59,936 [main] Physical connection closed
DEBUG 2024-06-02 02:50:59,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:50:59,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:50:59,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:50:59,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:50:59,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:50:59,957 [main] Physical connection got
DEBUG 2024-06-02 02:50:59,958 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,958 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:50:59,958 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:50:59,982 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,003 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,003 [main] select * from emp
DEBUG 2024-06-02 02:51:00,006 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:51:00,007 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,009 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,026 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,026 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,027 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,027 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,048 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,055 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,056 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-02 02:51:00,059 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-02 02:51:00,061 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,080 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,080 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,080 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,080 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,101 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-02 02:51:00,109 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,129 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,129 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,129 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,129 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,150 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,159 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,159 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:51:00,162 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:51:00,163 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,180 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,183 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,183 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,183 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,183 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,205 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,213 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,213 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:51:00,219 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:51:00,221 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,240 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,240 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,241 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,261 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,269 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,269 [main] select * from emp
DEBUG 2024-06-02 02:51:00,271 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:51:00,272 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,290 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,290 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,291 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,291 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,310 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,318 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,318 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-02 02:51:00,320 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:51:00,321 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,323 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,340 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,340 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,340 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,340 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,361 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,369 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,369 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:51:00,371 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:51:00,371 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,390 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,390 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,390 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,390 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,410 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,418 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,418 [main] select count(*) from emp
DEBUG 2024-06-02 02:51:00,419 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,420 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,435 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,438 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,438 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,438 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,438 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,467 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,476 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,476 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:51:00,477 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-06-02 02:51:00,477 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,496 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,496 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,515 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,523 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:51:00,524 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-06-02 02:51:00,525 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,543 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,543 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,563 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,570 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,570 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:51:00,571 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-02 02:51:00,571 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,589 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,589 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,589 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,589 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,609 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,616 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,616 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:51:00,617 [main] Logical connection closed, tx=null
[Ljava.util.Map;@a6a435f
DEBUG 2024-06-02 02:51:00,617 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,633 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,635 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,635 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,636 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,636 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,655 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,662 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,662 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-02 02:51:00,665 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-06-02 02:51:00,665 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,683 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,683 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,683 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,684 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,702 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-02 02:51:00,709 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,709 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-02 02:51:00,712 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-02 02:51:00,713 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,730 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,730 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,730 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,731 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,749 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,752 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,752 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:51:00,753 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,753 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,771 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,771 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,771 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,771 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,789 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,793 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,793 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:51:00,793 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,793 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,812 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,812 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,813 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,813 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,825 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,826 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,826 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-06-02 02:51:00,827 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-02 02:51:00,828 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,845 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,845 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,846 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,846 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,857 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,858 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,858 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-02 02:51:00,859 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-02 02:51:00,859 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,861 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,877 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,877 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,877 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,878 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,895 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,903 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-02 02.51.00', 9999, 'test', 50)
DEBUG 2024-06-02 02:51:00,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,903 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-06-02 02:51:00,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:51:00,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,906 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-02 02:51:00,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-02 02:51:00.902 {50, null, null, 0}
DEBUG 2024-06-02 02:51:00,907 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264259256/4, BranchId=]
DEBUG 2024-06-02 02:51:00,907 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,924 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,925 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,925 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,925 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,946 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,954 [main] Physical connection closed
DEBUG 2024-06-02 02:51:00,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:00,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:00,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:00,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:00,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:00,976 [main] Physical connection got
DEBUG 2024-06-02 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,976 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:00,998 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,010 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,010 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-02 02:51:01,013 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,013 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,014 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,015 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,034 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,034 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,034 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,034 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,056 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,068 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,068 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-02 02:51:01,069 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-02 02:51:01,069 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,074 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,091 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,091 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,091 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,091 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,112 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,120 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,120 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-06-02 02:51:01,122 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-02 02:51:01,122 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,144 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,144 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,144 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,144 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,165 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-02 02:51:01,170 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,188 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,190 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,190 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,190 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,190 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,211 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-02 02:51:01,220 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,220 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-02 02:51:01,223 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,223 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,244 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,244 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,244 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,245 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,265 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-02 02:51:01,275 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,275 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-02 02:51:01,275 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,276 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,293 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,296 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,297 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,297 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,297 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,320 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,321 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,321 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:51:01,333 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-06-02 02:51:01,334 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,350 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,350 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,351 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,351 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,367 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,368 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,385 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,385 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,385 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,385 [main] Logical connection got, tx=null
WARN  2024-06-02 02:51:01,388 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-02 02:51:01,393 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-02 02:51:01,394 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,394 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-02 02:51:01,396 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-02 02:51:01,397 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,412 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,413 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,413 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,413 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,430 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,437 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,453 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,453 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,453 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,453 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,470 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-06-02 02:51:01,474 [main] Logical connection got, tx=null
DEBUG 2024-06-02 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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-02 02:51:01,475 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,475 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,475 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-02 02:51:01,476 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,476 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,492 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,493 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,493 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,493 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,510 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-06-02 02:51:01,513 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,513 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-02 02:51:01,516 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,516 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,516 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-06-02 02:51:01,517 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,517 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,517 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-06-02 02:51:01,520 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,520 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,520 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-02 02:51:01,521 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,521 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,521 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-02 02:51:01,522 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,522 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,535 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,537 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,538 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,539 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-02 02:51:01,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,557 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:51:01,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,557 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,557 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-02 02:51:01,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,558 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,558 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:51:01,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,558 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264259256/5, BranchId=]
DEBUG 2024-06-02 02:51:01,559 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,560 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,575 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,575 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,575 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,575 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,592 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,596 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,604 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,609 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,612 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,612 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,630 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,634 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,648 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,650 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,650 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,651 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,651 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,657 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-02 02:51:01,659 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,674 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,675 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,675 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,675 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,681 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-02 02:51:01,683 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,698 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,698 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,704 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,706 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,722 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,722 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,722 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,722 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,728 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-06-02 02:51:01,730 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,745 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,745 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,745 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,746 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,762 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,764 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,764 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:51:01,767 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,767 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,769 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,783 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,784 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,784 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,784 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,800 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,801 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,803 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,817 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,817 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,817 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,817 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,834 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-02 02:51:01,835 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,836 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:51:01,850 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,850 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,850 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,850 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,867 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-02 02:51:01,868 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.416 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-02 02:51:01,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,918 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:51:01,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,932 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:51:01,935 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,935 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,938 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,941 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,942 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:51:01,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,955 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:51:01,958 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,958 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,961 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,962 [main] Physical connection closed
DEBUG 2024-06-02 02:51:01,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,963 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:51:01,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,977 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:51:01,979 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,982 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,983 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-02 02:51:01,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:01,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:01,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:01,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:01,997 [main] Physical connection got
DEBUG 2024-06-02 02:51:01,998 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:01,998 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:01,999 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-02 02:51:02,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,017 [main] Physical connection got
DEBUG 2024-06-02 02:51:02,017 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,034 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,034 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-06-02 02:51:02,038 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,038 [main] Physical connection closed
DEBUG 2024-06-02 02:51:02,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,053 [main] Physical connection got
DEBUG 2024-06-02 02:51:02,053 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,071 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,071 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,071 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,084 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,091 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,091 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-02 02:51:02,093 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,094 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-02 02:51:02,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,122 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:51:02,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,136 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:51:02,147 [main] Physical connection got
DEBUG 2024-06-02 02:51:02,147 [main] Logical connection got, tx=null
WARN  2024-06-02 02:51:02,150 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-02 02:51:02,150 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-02 02:51:02,151 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,151 [main] Physical connection closed
DEBUG 2024-06-02 02:51:02,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,152 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:51:02,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,155 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,165 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:51:02,168 [main] Physical connection got
DEBUG 2024-06-02 02:51:02,168 [main] Logical connection got, tx=null
WARN  2024-06-02 02:51:02,170 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-02 02:51:02,170 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-02 02:51:02,171 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,171 [main] Physical connection closed
DEBUG 2024-06-02 02:51:02,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,172 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:51:02,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,185 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:51:02,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,189 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:51:02,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,201 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-02 02:51:02,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,218 [main] Physical connection got
DEBUG 2024-06-02 02:51:02,218 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,219 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,219 [main] Physical connection closed
DEBUG 2024-06-02 02:51:02,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,222 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,230 [main] Physical connection got
DEBUG 2024-06-02 02:51:02,230 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,231 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,231 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-02 02:51:02,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:51:02,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:51:02,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:51:02,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:51:02,244 [main] Physical connection got
DEBUG 2024-06-02 02:51:02,245 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:51:02,245 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:51:02,245 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

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