Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-06 02:54:53,670 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-06 02:54:53.457 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-06 02:54:53,670 [main] Logical connection got
DEBUG 2024-05-06 02:54:53,670 [main] Logical connection closed
DEBUG 2024-05-06 02:54:53,670 [main] Logical connection got
DEBUG 2024-05-06 02:54:53,675 [main] Logical connection closed
DEBUG 2024-05-06 02:54:53,676 [main] Logical connection got
DEBUG 2024-05-06 02:54:53,676 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-06 02:54:53,677 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-06 02:54:53.457 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-06 02:54:53,678 [main] Logical connection got
DEBUG 2024-05-06 02:54:53,678 [main] UPDATE EMP SET tstamp = '2024-05-06 02.54.53', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-06 02.54.53'
DEBUG 2024-05-06 02:54:53,679 [main] Logical connection closed
DEBUG 2024-05-06 02:54:53,679 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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-snapshot/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-snapshot/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-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from maven.seasar.org
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: maven.seasar.org due to an error: Error transferring file
[INFO] Repository 'maven.seasar.org' will be blacklisted
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[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-snapshot/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-snapshot/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-05-06 02:54:54,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,003 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:55,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,141 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:54:55,310 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,310 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,385 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,391 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-06 02:54:55,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,445 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,446 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,446 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,446 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,562 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-05-06 02:54:55,568 [main] Physical connection closed
DEBUG 2024-05-06 02:54:55,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,599 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,599 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,599 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,599 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,640 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,663 [main] Physical connection closed
DEBUG 2024-05-06 02:54:55,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,693 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,693 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,693 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,693 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,747 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,753 [main] Physical connection closed
DEBUG 2024-05-06 02:54:55,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,780 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,780 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,780 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,780 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,815 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,820 [main] Physical connection closed
DEBUG 2024-05-06 02:54:55,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,823 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,846 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,846 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,846 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,846 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,880 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,885 [main] Physical connection closed
DEBUG 2024-05-06 02:54:55,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,907 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,910 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,911 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,911 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,911 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,944 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-05-06 02:54:55,948 [main] Physical connection closed
DEBUG 2024-05-06 02:54:55,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:55,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:55,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:55,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:55,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:55,973 [main] Physical connection got
DEBUG 2024-05-06 02:54:55,973 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:55,973 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:55,974 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,006 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,011 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,013 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,033 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,036 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,036 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,036 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,036 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,073 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,077 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,102 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,102 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,103 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,103 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,133 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,137 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,164 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,166 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,167 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,194 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,218 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-06 02.54.56', 99, 'hoge', 0)
DEBUG 2024-05-06 02:54:56,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,224 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931696164/0, BranchId=]
DEBUG 2024-05-06 02:54:56,225 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,249 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,249 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,286 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,286 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-06 02:54:56,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,294 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,295 [main] UPDATE EMP SET tstamp = '2024-05-06 02.54.56', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-06 02:54:56,296 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,296 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931696164/1, BranchId=]
DEBUG 2024-05-06 02:54:56,296 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,319 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,319 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,319 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,320 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,320 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,363 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-06 02:54:56,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,366 [main] UPDATE EMP SET tstamp = '2024-05-06 02.54.56', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-05-06 02:54:56,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,366 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931696164/2, BranchId=]
DEBUG 2024-05-06 02:54:56,367 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,388 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,389 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,413 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,423 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,423 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-06 02:54:56,425 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,425 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,425 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-06 02:54:56,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,426 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931696164/3, BranchId=]
DEBUG 2024-05-06 02:54:56,426 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,449 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,449 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,450 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,450 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,474 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-05-06 02:54:56,476 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,506 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,506 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,506 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,507 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,531 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-05-06 02:54:56,539 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,541 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,558 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,561 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,561 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,561 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,561 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,584 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,592 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,613 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,613 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,613 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,613 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,636 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,644 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,665 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,665 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,665 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,666 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,690 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,700 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,725 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,725 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,725 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,725 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,751 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,761 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,761 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-06 02:54:56,769 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-06 02:54:56,770 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,795 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,795 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,796 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,796 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,821 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,831 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,832 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-06 02:54:56,836 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-06 02:54:56,837 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,862 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,862 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,862 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,863 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,891 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,899 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,899 [main] select * from emp
DEBUG 2024-05-06 02:54:56,902 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-06 02:54:56,903 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,924 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,924 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,924 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,925 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,945 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,953 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,953 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-06 02:54:56,957 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-06 02:54:56,958 [main] Physical connection closed
DEBUG 2024-05-06 02:54:56,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:56,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:56,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:56,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:56,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:56,980 [main] Physical connection got
DEBUG 2024-05-06 02:54:56,980 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:56,980 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:56,980 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,001 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-05-06 02:54:57,009 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,011 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,031 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,031 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,031 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,031 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,052 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,060 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,061 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-06 02:54:57,063 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-06 02:54:57,065 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,066 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,086 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,086 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,086 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,086 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,107 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,115 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,115 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-06 02:54:57,120 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-06 02:54:57,122 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,143 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,143 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,144 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,144 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,165 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,174 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,175 [main] select * from emp
DEBUG 2024-05-06 02:54:57,176 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-06 02:54:57,178 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,199 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,199 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,199 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,199 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,221 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,229 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,229 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-06 02:54:57,231 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-06 02:54:57,232 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,234 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,254 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,254 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,254 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,254 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,276 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,283 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,283 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-06 02:54:57,285 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-06 02:54:57,286 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,305 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,307 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,307 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,308 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,308 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,329 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,343 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,343 [main] select count(*) from emp
DEBUG 2024-05-06 02:54:57,344 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,344 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,365 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,365 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,365 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,365 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,386 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,395 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,395 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-06 02:54:57,395 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-05-06 02:54:57,396 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,416 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,417 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,417 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,417 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,438 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,446 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,446 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-06 02:54:57,447 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-05-06 02:54:57,447 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,468 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,468 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,468 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,468 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,489 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,496 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,496 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-06 02:54:57,497 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-05-06 02:54:57,498 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,518 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,518 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,518 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,519 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,539 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,547 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,547 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-06 02:54:57,548 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1d382926
DEBUG 2024-05-06 02:54:57,548 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,566 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,568 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,568 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,569 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,569 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,590 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,597 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,597 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-05-06 02:54:57,600 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-05-06 02:54:57,600 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,620 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,620 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,621 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,621 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,642 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-05-06 02:54:57,649 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,649 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-05-06 02:54:57,653 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-06 02:54:57,653 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,673 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,673 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,674 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,674 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,694 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,698 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,698 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:54:57,699 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,699 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,719 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,719 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,720 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,720 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,740 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,744 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,744 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:54:57,744 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,745 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,766 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,766 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,766 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,766 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,780 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,781 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,781 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-05-06 02:54:57,783 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-06 02:54:57,783 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,801 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,803 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,803 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,804 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,804 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,817 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,817 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,817 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-06 02:54:57,819 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-06 02:54:57,819 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,839 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,840 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,840 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,840 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,860 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,867 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,867 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-06 02.54.57', 9999, 'test', 50)
DEBUG 2024-05-06 02:54:57,868 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,868 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,868 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-05-06 02:54:57,870 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-06 02:54:57,871 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,871 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-05-06 02:54:57,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-06 02:54:57.867 {50, null, null, 0}
DEBUG 2024-05-06 02:54:57,872 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931696164/4, BranchId=]
DEBUG 2024-05-06 02:54:57,872 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,895 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,896 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,896 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,896 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,920 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,929 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,930 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:57,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:57,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,951 [main] Physical connection got
DEBUG 2024-05-06 02:54:57,951 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,952 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,952 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,975 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:57,986 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:57,987 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-06 02:54:57,989 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:57,990 [main] Physical connection closed
DEBUG 2024-05-06 02:54:57,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:57,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:57,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:57,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,012 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,012 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,012 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,013 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,035 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:58,047 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,047 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-05-06 02:54:58,048 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-06 02:54:58,048 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,072 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,072 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,072 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,072 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,094 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:58,101 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,101 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-05-06 02:54:58,103 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-06 02:54:58,103 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,125 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,125 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,126 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,126 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,146 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-05-06 02:54:58,150 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,172 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,172 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,172 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,172 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,194 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-06 02:54:58,202 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,202 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-05-06 02:54:58,205 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,205 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,222 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,226 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,226 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,227 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,227 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,247 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-06 02:54:58,263 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,263 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-05-06 02:54:58,264 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,264 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,286 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,286 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,286 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,286 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,306 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:58,307 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,307 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-05-06 02:54:58,309 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-05-06 02:54:58,309 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,328 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,328 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,328 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,328 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,345 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:58,346 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,365 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,365 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,365 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,365 [main] Logical connection got, tx=null
WARN  2024-05-06 02:54:58,368 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-06 02:54:58,374 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-06 02:54:58,375 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,375 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-06 02:54:58,377 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-06 02:54:58,378 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,395 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,395 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,396 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,396 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,415 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:58,422 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,430 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,440 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,440 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,440 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,440 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,459 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-05-06 02:54:58,463 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,463 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-05-06 02:54:58,464 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,465 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,465 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-05-06 02:54:58,465 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,466 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,484 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,484 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,484 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,484 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,503 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-05-06 02:54:58,506 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,506 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-05-06 02:54:58,510 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,510 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,510 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-05-06 02:54:58,511 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,511 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,511 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-06 02:54:58,513 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,514 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,514 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-05-06 02:54:58,515 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,515 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,515 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-05-06 02:54:58,516 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,516 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,534 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,535 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,535 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,554 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-06 02:54:58,555 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,555 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:54:58,555 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,556 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-06 02:54:58,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,556 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-06 02:54:58,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,557 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714931696164/5, BranchId=]
DEBUG 2024-05-06 02:54:58,557 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,575 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,576 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,576 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,576 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,595 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,599 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,621 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,621 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,621 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,621 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,640 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,644 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,662 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,663 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,663 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,663 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,670 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-06 02:54:58,672 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,673 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,674 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,676 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,689 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,689 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,690 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,690 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,696 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-06 02:54:58,698 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,716 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,716 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,716 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,716 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,723 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:58,724 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,740 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,742 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,743 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,743 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,743 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,750 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-05-06 02:54:58,751 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,769 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,769 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,769 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,770 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,788 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,789 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,789 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-06 02:54:58,793 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,793 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,810 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,810 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,811 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,811 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,829 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,829 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,846 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,846 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,846 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,847 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,864 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-06 02:54:58,865 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,880 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-06 02:54:58,882 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,882 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,882 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,882 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,900 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-06 02:54:58,901 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.508 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.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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-05-06 02:54:58,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,953 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:58,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,969 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:54:58,971 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,972 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:58,975 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:58,978 [main] Physical connection closed
DEBUG 2024-05-06 02:54:58,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:58,979 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:58,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:58,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:58,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:58,995 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:54:58,997 [main] Physical connection got
DEBUG 2024-05-06 02:54:58,998 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,002 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,002 [main] Physical connection closed
DEBUG 2024-05-06 02:54:59,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,004 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,019 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,023 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,023 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,028 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,029 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-06 02:54:59,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,045 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,045 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,046 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,046 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-06 02:54:59,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,061 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,061 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,078 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,078 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-05-06 02:54:59,082 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,082 [main] Physical connection closed
DEBUG 2024-05-06 02:54:59,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,103 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,103 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,119 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,119 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,120 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,120 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,131 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,135 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,135 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-06 02:54:59,139 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,139 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 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.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.unit.S2DaoAssertTest
DEBUG 2024-05-06 02:54:59,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,158 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,174 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,185 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,185 [main] Logical connection got, tx=null
WARN  2024-05-06 02:54:59,188 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-06 02:54:59,188 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-06 02:54:59,189 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,189 [main] Physical connection closed
DEBUG 2024-05-06 02:54:59,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,190 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,205 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,208 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,208 [main] Logical connection got, tx=null
WARN  2024-05-06 02:54:59,210 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-06 02:54:59,211 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-06 02:54:59,211 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,211 [main] Physical connection closed
DEBUG 2024-05-06 02:54:59,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,213 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,228 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,233 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-06 02:54:59,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,248 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-06 02:54:59,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,268 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,268 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,269 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,269 [main] Physical connection closed
DEBUG 2024-05-06 02:54:59,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,282 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,282 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,284 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,284 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-06 02:54:59,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-06 02:54:59,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-06 02:54:59,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-06 02:54:59,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-06 02:54:59,299 [main] Physical connection got
DEBUG 2024-05-06 02:54:59,299 [main] Logical connection got, tx=null
DEBUG 2024-05-06 02:54:59,300 [main] Logical connection closed, tx=null
DEBUG 2024-05-06 02:54:59,300 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.302s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.725s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.638s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.599s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon May 06 02:54:59 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