Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-04 02:54:52,824 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-04 02:54:52.6 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-04 02:54:52,824 [main] Logical connection got
DEBUG 2024-05-04 02:54:52,824 [main] Logical connection closed
DEBUG 2024-05-04 02:54:52,825 [main] Logical connection got
DEBUG 2024-05-04 02:54:52,828 [main] Logical connection closed
DEBUG 2024-05-04 02:54:52,830 [main] Logical connection got
DEBUG 2024-05-04 02:54:52,830 [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-04 02:54:52,831 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-04 02:54:52.6 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-04 02:54:52,831 [main] Logical connection got
DEBUG 2024-05-04 02:54:52,832 [main] UPDATE EMP SET tstamp = '2024-05-04 02.54.52', 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-04 02.54.52'
DEBUG 2024-05-04 02:54:52,833 [main] Logical connection closed
DEBUG 2024-05-04 02:54:52,833 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 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.136 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-04 02:54:54,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:54,136 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:54,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,290 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-04 02:54:54,462 [main] Physical connection got
DEBUG 2024-05-04 02:54:54,463 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,540 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,546 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-04 02:54:54,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:54,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,599 [main] Physical connection got
DEBUG 2024-05-04 02:54:54,600 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,600 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,600 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,715 [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-04 02:54:54,720 [main] Physical connection closed
DEBUG 2024-05-04 02:54:54,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:54,723 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,734 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,751 [main] Physical connection got
DEBUG 2024-05-04 02:54:54,751 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,752 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,752 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,792 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,816 [main] Physical connection closed
DEBUG 2024-05-04 02:54:54,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:54,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,846 [main] Physical connection got
DEBUG 2024-05-04 02:54:54,847 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,847 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,847 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,891 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,896 [main] Physical connection closed
DEBUG 2024-05-04 02:54:54,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:54,898 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,923 [main] Physical connection got
DEBUG 2024-05-04 02:54:54,924 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,924 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,924 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,960 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,965 [main] Physical connection closed
DEBUG 2024-05-04 02:54:54,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:54,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:54,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:54,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:54,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:54,990 [main] Physical connection got
DEBUG 2024-05-04 02:54:54,990 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:54,991 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:54,991 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,023 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,029 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,053 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,053 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,054 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,054 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,086 [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-04 02:54:55,090 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,114 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,114 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,114 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,114 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,145 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,150 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,188 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,188 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,188 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,188 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,225 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,230 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,253 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,253 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,253 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,253 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,284 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,289 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,314 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,316 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,367 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,370 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-04 02.54.55', 99, 'hoge', 0)
DEBUG 2024-05-04 02:54:55,375 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,375 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714758895314/0, BranchId=]
DEBUG 2024-05-04 02:54:55,376 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,378 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,398 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,399 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,436 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,436 [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-04 02:54:55,443 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,443 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,444 [main] UPDATE EMP SET tstamp = '2024-05-04 02.54.55', 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-04 02:54:55,444 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,445 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714758895314/1, BranchId=]
DEBUG 2024-05-04 02:54:55,445 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,447 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,449 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,451 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,467 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,467 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,468 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,468 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,468 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,509 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,509 [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-04 02:54:55,511 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,511 [main] UPDATE EMP SET tstamp = '2024-05-04 02.54.55', 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-04 02:54:55,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,512 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714758895314/2, BranchId=]
DEBUG 2024-05-04 02:54:55,512 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,535 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,535 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,536 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,536 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,561 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,570 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-04 02:54:55,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,572 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,573 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-04 02:54:55,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,573 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714758895314/3, BranchId=]
DEBUG 2024-05-04 02:54:55,573 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,593 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,597 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,597 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,597 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,597 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,624 [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-04 02:54:55,625 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,627 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,657 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,657 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,657 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,657 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,684 [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-04 02:54:55,693 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,716 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,716 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,716 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,717 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,743 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,751 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,778 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,778 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,778 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,778 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,803 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,811 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,832 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,833 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,833 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,833 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,857 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,865 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,887 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,887 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,887 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,887 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,911 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,919 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,919 [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-04 02:54:55,927 [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-04 02:54:55,928 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:55,946 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,949 [main] Physical connection got
DEBUG 2024-05-04 02:54:55,949 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,949 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,949 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,975 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:55,983 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:55,983 [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-04 02:54:55,987 [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-04 02:54:55,988 [main] Physical connection closed
DEBUG 2024-05-04 02:54:55,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:55,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:55,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:55,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:55,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,009 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,009 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,009 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,009 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,037 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,045 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,045 [main] select * from emp
DEBUG 2024-05-04 02:54:56,048 [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-04 02:54:56,049 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,070 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,070 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,070 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,071 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,094 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,102 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,102 [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-04 02:54:56,106 [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-04 02:54:56,107 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,128 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,128 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,128 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,128 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,151 [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-04 02:54:56,159 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,176 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,178 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,178 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,178 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,179 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,200 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,209 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,209 [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-04 02:54:56,211 [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-04 02:54:56,213 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,229 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,230 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,232 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,232 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,232 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,232 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,254 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,262 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,262 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-04 02:54:56,267 [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-04 02:54:56,268 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,269 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,270 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,287 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,287 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,287 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,287 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,310 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,318 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,318 [main] select * from emp
DEBUG 2024-05-04 02:54:56,320 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-04 02:54:56,321 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,323 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,342 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,342 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,342 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,343 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,368 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,377 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,378 [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-04 02:54:56,379 [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-04 02:54:56,381 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,402 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,402 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,403 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,403 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,427 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,437 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,437 [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-04 02:54:56,439 [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-04 02:54:56,439 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,461 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,461 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,462 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,462 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,486 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,504 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,504 [main] select count(*) from emp
DEBUG 2024-05-04 02:54:56,506 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,506 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,524 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,525 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,525 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,525 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,545 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,554 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,554 [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-04 02:54:56,555 [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-04 02:54:56,555 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,589 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,591 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,591 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,591 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,592 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,612 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,620 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,620 [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-04 02:54:56,621 [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-04 02:54:56,621 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,641 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,641 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,641 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,641 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,661 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,669 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,669 [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-04 02:54:56,670 [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-04 02:54:56,670 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,689 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,689 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,689 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,689 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,710 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,717 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,717 [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-04 02:54:56,718 [main] Logical connection closed, tx=null
[Ljava.util.Map;@56cb07ef
DEBUG 2024-05-04 02:54:56,718 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,737 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,737 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,737 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,737 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,758 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,766 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,766 [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-04 02:54:56,768 [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-04 02:54:56,769 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,787 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,787 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,787 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,787 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,807 [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-04 02:54:56,814 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,814 [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-04 02:54:56,818 [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-04 02:54:56,818 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,837 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,837 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,837 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,837 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,857 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,860 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,860 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-04 02:54:56,861 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,861 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,879 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,879 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,880 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,880 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,899 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,903 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,903 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-04 02:54:56,903 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,903 [main] Physical connection closed
DEBUG 2024-05-04 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-04 02:54:56,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,924 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,924 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,924 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,924 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,937 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,938 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,938 [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-04 02:54:56,939 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-04 02:54:56,940 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,963 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,963 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,963 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,963 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,976 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:56,977 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:56,977 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-04 02:54:56,978 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-04 02:54:56,978 [main] Physical connection closed
DEBUG 2024-05-04 02:54:56,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:56,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:56,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:56,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:56,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:56,997 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:56,997 [main] Physical connection got
DEBUG 2024-05-04 02:54:56,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:56,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:56,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:57,016 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:57,023 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:57,023 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-04 02.54.57', 9999, 'test', 50)
DEBUG 2024-05-04 02:54:57,024 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:57,024 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:57,024 [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-04 02:54:57,026 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/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-04 02:54:57,027 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:57,027 [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-04 02:54:57,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-04 02:54:57.023 {50, null, null, 0}
DEBUG 2024-05-04 02:54:57,028 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714758895314/4, BranchId=]
DEBUG 2024-05-04 02:54:57,028 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,043 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,047 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,047 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,047 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,048 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,065 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,072 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,091 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,091 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,091 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,091 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,109 [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-04 02:54:57,118 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,119 [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-04 02:54:57,121 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,121 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,140 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,140 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,140 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,140 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,158 [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-04 02:54:57,168 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,168 [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-04 02:54:57,169 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-04 02:54:57,169 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,188 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,188 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,189 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,189 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,207 [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-04 02:54:57,212 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,212 [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-04 02:54:57,214 [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-04 02:54:57,215 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,233 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,234 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,234 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,234 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,251 [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-04 02:54:57,254 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,273 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,273 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,273 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,273 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,291 [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-04 02:54:57,298 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-05-04 02:54:57,300 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,301 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,319 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,319 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,319 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,319 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,337 [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-04 02:54:57,344 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,344 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-05-04 02:54:57,345 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,345 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,366 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,366 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,367 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,367 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,387 [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-04 02:54:57,388 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,388 [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-04 02:54:57,390 [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-04 02:54:57,390 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,409 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,409 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,409 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,409 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,431 [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-04 02:54:57,432 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,454 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,454 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,454 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,455 [main] Logical connection got, tx=null
WARN  2024-05-04 02:54:57,458 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-04 02:54:57,465 [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-04 02:54:57,467 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,467 [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-04 02:54:57,470 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-04 02:54:57,470 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,489 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,491 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,491 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,491 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,492 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,514 [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-04 02:54:57,524 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,545 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,546 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,546 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,546 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,568 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 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-04 02:54:57,573 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,573 [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-04 02:54:57,574 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,575 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,575 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-05-04 02:54:57,576 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,576 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,597 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,597 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,598 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,598 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,620 [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-04 02:54:57,624 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,624 [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-04 02:54:57,628 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,628 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,628 [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-04 02:54:57,629 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,629 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,629 [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-04 02:54:57,631 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,632 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,632 [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-04 02:54:57,633 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,633 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,633 [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-04 02:54:57,634 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,634 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,656 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,657 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,657 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,657 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,657 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-04 02:54:57,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,681 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-04 02:54:57,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,682 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-04 02:54:57,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,683 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-04 02:54:57,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,684 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714758895314/5, BranchId=]
DEBUG 2024-05-04 02:54:57,684 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,705 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,705 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,706 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,706 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,732 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,737 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,758 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,758 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,759 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,759 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,780 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,787 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,808 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,808 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,809 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,809 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,817 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-04 02:54:57,819 [main] Physical connection closed
DEBUG 2024-05-04 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-04 02:54:57,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,842 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,842 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,842 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,842 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,848 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-04 02:54:57,850 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,866 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,866 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,866 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,866 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,872 [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-04 02:54:57,874 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,890 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,890 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,890 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,890 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,897 [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-04 02:54:57,898 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,914 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,914 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,914 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,915 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,933 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,934 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,934 [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-04 02:54:57,937 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,937 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,954 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,954 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,972 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,973 [main] Physical connection closed
DEBUG 2024-05-04 02:54:57,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:57,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:57,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:57,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:57,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:57,989 [main] Physical connection got
DEBUG 2024-05-04 02:54:57,989 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:57,989 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:57,990 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,007 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-04 02:54:58,008 [main] Physical connection closed
DEBUG 2024-05-04 02:54:58,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,009 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:58,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-04 02:54:58,024 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,024 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,024 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,025 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,042 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-04 02:54:58,043 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.496 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-04 02:54:58,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,093 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,109 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,111 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,111 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,115 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,118 [main] Physical connection closed
DEBUG 2024-05-04 02:54:58,119 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,119 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,125 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,134 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,136 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,136 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,140 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,140 [main] Physical connection closed
DEBUG 2024-05-04 02:54:58,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,142 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,144 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,157 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,160 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,160 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,163 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,164 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-04 02:54:58,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,180 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,180 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,181 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,181 [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-04 02:54:58,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,197 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,197 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,215 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,215 [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-04 02:54:58,218 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,218 [main] Physical connection closed
DEBUG 2024-05-04 02:54:58,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,232 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,232 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,248 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,249 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,249 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,249 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,260 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,265 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,265 [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-04 02:54:58,267 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,267 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.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-04 02:54:58,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,287 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,302 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,314 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,314 [main] Logical connection got, tx=null
WARN  2024-05-04 02:54:58,316 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-04 02:54:58,317 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-04 02:54:58,317 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,318 [main] Physical connection closed
DEBUG 2024-05-04 02:54:58,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,319 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,333 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,336 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,336 [main] Logical connection got, tx=null
WARN  2024-05-04 02:54:58,338 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-04 02:54:58,339 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-04 02:54:58,339 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,339 [main] Physical connection closed
DEBUG 2024-05-04 02:54:58,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,341 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,355 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,360 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-04 02:54:58,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,375 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-04 02:54:58,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,394 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,394 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,395 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,395 [main] Physical connection closed
DEBUG 2024-05-04 02:54:58,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,408 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,408 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,409 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,409 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-04 02:54:58,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-04 02:54:58,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-04 02:54:58,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-04 02:54:58,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-04 02:54:58,424 [main] Physical connection got
DEBUG 2024-05-04 02:54:58,424 [main] Logical connection got, tx=null
DEBUG 2024-05-04 02:54:58,425 [main] Logical connection closed, tx=null
DEBUG 2024-05-04 02:54:58,425 [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.306s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.805s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.641s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.624s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat May 04 02:54:58 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