Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-10 02:54:55,852 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-10 02:54:55.637 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-10 02:54:55,853 [main] Logical connection got
DEBUG 2024-06-10 02:54:55,853 [main] Logical connection closed
DEBUG 2024-06-10 02:54:55,853 [main] Logical connection got
DEBUG 2024-06-10 02:54:55,857 [main] Logical connection closed
DEBUG 2024-06-10 02:54:55,858 [main] Logical connection got
DEBUG 2024-06-10 02:54:55,858 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-10 02:54:55,859 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-10 02:54:55.637 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-10 02:54:55,860 [main] Logical connection got
DEBUG 2024-06-10 02:54:55,860 [main] UPDATE EMP SET tstamp = '2024-06-10 02.54.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-10 02.54.55'
DEBUG 2024-06-10 02:54:55,861 [main] Logical connection closed
DEBUG 2024-06-10 02:54:55,861 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from maven.seasar.org
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: maven.seasar.org due to an error: Error transferring file
[INFO] Repository 'maven.seasar.org' will be blacklisted
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-10 02:54:57,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:57,234 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:54:57,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,365 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-10 02:54:57,524 [main] Physical connection got
DEBUG 2024-06-10 02:54:57,525 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,596 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:57,601 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-10 02:54:57,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:57,613 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,653 [main] Physical connection got
DEBUG 2024-06-10 02:54:57,654 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,654 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:57,654 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,765 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-06-10 02:54:57,770 [main] Physical connection closed
DEBUG 2024-06-10 02:54:57,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:57,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,799 [main] Physical connection got
DEBUG 2024-06-10 02:54:57,799 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,799 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:57,799 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,838 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:57,861 [main] Physical connection closed
DEBUG 2024-06-10 02:54:57,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:57,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,892 [main] Physical connection got
DEBUG 2024-06-10 02:54:57,892 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,892 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:57,892 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,935 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:57,940 [main] Physical connection closed
DEBUG 2024-06-10 02:54:57,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:57,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:57,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:57,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:57,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:57,968 [main] Physical connection got
DEBUG 2024-06-10 02:54:57,968 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:57,968 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:57,968 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,003 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,008 [main] Physical connection closed
DEBUG 2024-06-10 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-06-10 02:54:58,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,029 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,032 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,032 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,032 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,032 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,064 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,068 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,089 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,092 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,092 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,093 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,093 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,123 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-06-10 02:54:58,127 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,150 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,151 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,151 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,151 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,181 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,186 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,188 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,209 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,209 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,209 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,210 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,242 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,247 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,270 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,270 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,271 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,271 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,299 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,304 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,306 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,328 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,330 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,379 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,381 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-10 02.54.58', 99, 'hoge', 0)
DEBUG 2024-06-10 02:54:58,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,387 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717955698328/0, BranchId=]
DEBUG 2024-06-10 02:54:58,388 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,410 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,410 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,411 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,411 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,411 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,437 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,447 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-10 02:54:58,454 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,454 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,454 [main] UPDATE EMP SET tstamp = '2024-06-10 02.54.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-10 02:54:58,455 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,455 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717955698328/1, BranchId=]
DEBUG 2024-06-10 02:54:58,456 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,478 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,478 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,479 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,479 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,503 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,518 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-10 02:54:58,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,521 [main] UPDATE EMP SET tstamp = '2024-06-10 02.54.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-10 02:54:58,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,522 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717955698328/2, BranchId=]
DEBUG 2024-06-10 02:54:58,522 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,544 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,545 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,545 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,545 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,578 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,578 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-10 02:54:58,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,581 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-10 02:54:58,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,581 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717955698328/3, BranchId=]
DEBUG 2024-06-10 02:54:58,581 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,604 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,604 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,605 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,605 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,629 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-06-10 02:54:58,631 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,660 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,660 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,661 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,661 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,685 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-06-10 02:54:58,694 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,716 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,716 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,717 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,717 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,740 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,748 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,773 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,773 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,773 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,773 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,796 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,803 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,823 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,823 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,824 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,824 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,846 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,854 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,871 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,874 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,874 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,874 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,874 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,896 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,904 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,904 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-10 02:54:58,911 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-10 02:54:58,912 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,931 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,931 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,931 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,931 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,953 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,961 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,961 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-10 02:54:58,965 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-10 02:54:58,966 [main] Physical connection closed
DEBUG 2024-06-10 02:54:58,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:58,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:58,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:58,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:58,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:58,985 [main] Physical connection got
DEBUG 2024-06-10 02:54:58,985 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:58,985 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:58,985 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,011 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,019 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,019 [main] select * from emp
DEBUG 2024-06-10 02:54:59,022 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-10 02:54:59,023 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,042 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,042 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,042 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,042 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,065 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,073 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,073 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-10 02:54:59,076 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-10 02:54:59,078 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,097 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,097 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,097 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,097 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,119 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-10 02:54:59,126 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,145 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,145 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,146 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,146 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,167 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,174 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,174 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-10 02:54:59,177 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-10 02:54:59,178 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,196 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,196 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,197 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,197 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,224 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,231 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,231 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-10 02:54:59,236 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-10 02:54:59,237 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,255 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,255 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,255 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,255 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,276 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,284 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,284 [main] select * from emp
DEBUG 2024-06-10 02:54:59,286 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-10 02:54:59,287 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,305 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,305 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,305 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,305 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,326 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,334 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,334 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-10 02:54:59,336 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-10 02:54:59,337 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,356 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,356 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,356 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,356 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,376 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,383 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,383 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-10 02:54:59,385 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-10 02:54:59,385 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,403 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,403 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,403 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,404 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,430 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,437 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,437 [main] select count(*) from emp
DEBUG 2024-06-10 02:54:59,438 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,438 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,454 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,456 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,456 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,456 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,456 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,476 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,484 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-10 02:54:59,485 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-06-10 02:54:59,485 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,487 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,503 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,503 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,503 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,503 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,523 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,530 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,531 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-10 02:54:59,531 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-06-10 02:54:59,532 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,549 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,549 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,549 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,549 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,570 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,576 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,577 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-10 02:54:59,577 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-10 02:54:59,577 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,593 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,595 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,595 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,595 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,595 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,615 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,622 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,622 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-10 02:54:59,623 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5e6ffd79
DEBUG 2024-06-10 02:54:59,623 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,641 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,641 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,641 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,641 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,661 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,667 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,667 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-10 02:54:59,670 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-06-10 02:54:59,670 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,688 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,688 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,688 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,688 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,711 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-10 02:54:59,720 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,720 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-10 02:54:59,724 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-10 02:54:59,724 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,730 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,734 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,734 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,745 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,745 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,745 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,745 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,768 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,772 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,772 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-10 02:54:59,773 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,773 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,793 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,793 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,793 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,793 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,815 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,819 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,819 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-10 02:54:59,820 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,820 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,841 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,841 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,841 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,841 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,859 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,859 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,859 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-06-10 02:54:59,860 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-10 02:54:59,861 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,877 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,878 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,878 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,878 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,889 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,890 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,890 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-10 02:54:59,891 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-10 02:54:59,891 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,908 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,908 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,934 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,934 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-10 02.54.59', 9999, 'test', 50)
DEBUG 2024-06-10 02:54:59,934 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,934 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,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 WHERE  EMP.empno = 7369
DEBUG 2024-06-10 02:54:59,936 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-10 02:54:59,936 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,936 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-10 02:54:59,937 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-10 02:54:59.934 {50, null, null, 0}
DEBUG 2024-06-10 02:54:59,937 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717955698328/4, BranchId=]
DEBUG 2024-06-10 02:54:59,937 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,954 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,954 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,954 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,954 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,972 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,979 [main] Physical connection closed
DEBUG 2024-06-10 02:54:59,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:54:59,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:54:59,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:54:59,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:54:59,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:54:59,995 [main] Physical connection got
DEBUG 2024-06-10 02:54:59,995 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:54:59,995 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:54:59,995 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,014 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,023 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,023 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-10 02:55:00,025 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,025 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,042 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,042 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,042 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,042 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,061 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,070 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,070 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-10 02:55:00,070 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-10 02:55:00,070 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,074 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,087 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,087 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,088 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,088 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,105 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,111 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,111 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-06-10 02:55:00,113 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-10 02:55:00,113 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,129 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,129 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,130 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,130 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,147 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-10 02:55:00,150 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,166 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,166 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,183 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-10 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,190 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-10 02:55:00,192 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,192 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,209 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,209 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,209 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,209 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,231 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-10 02:55:00,237 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,237 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-10 02:55:00,238 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,238 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,255 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,255 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,256 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,256 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,274 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,275 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,275 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-06-10 02:55:00,277 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-06-10 02:55:00,277 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,294 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,294 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,294 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,294 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,311 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,311 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,327 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,327 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,328 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,328 [main] Logical connection got, tx=null
WARN  2024-06-10 02:55:00,331 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-10 02:55:00,336 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-10 02:55:00,337 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,337 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-10 02:55:00,339 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-10 02:55:00,339 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,355 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,355 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,355 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,355 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,389 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,402 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,425 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,425 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,425 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,425 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,453 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-06-10 02:55:00,458 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,458 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-10 02:55:00,460 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,460 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,460 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-10 02:55:00,461 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,461 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,484 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,484 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,507 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-06-10 02:55:00,511 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,512 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-10 02:55:00,515 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,515 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,516 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-06-10 02:55:00,517 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,517 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,517 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-06-10 02:55:00,520 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,520 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,520 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-10 02:55:00,521 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,521 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,521 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-10 02:55:00,522 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,522 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,545 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,545 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-10 02:55:00,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,566 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-10 02:55:00,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,567 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-10 02:55:00,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,567 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-10 02:55:00,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,568 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717955698328/5, BranchId=]
DEBUG 2024-06-10 02:55:00,568 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,569 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,584 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,584 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,584 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,584 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,601 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,605 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,621 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,621 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,622 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,622 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,639 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,643 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,660 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,660 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,660 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,660 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,668 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-10 02:55:00,670 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,688 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,688 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,688 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,688 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,694 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-10 02:55:00,696 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,710 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,712 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,712 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,713 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,713 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,720 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,722 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,738 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,738 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,740 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,741 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,741 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,741 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,749 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-06-10 02:55:00,751 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,770 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,770 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,771 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,771 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,792 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,793 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,793 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-10 02:55:00,796 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,797 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,816 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,816 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,816 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,817 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,838 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,839 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,858 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,859 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,859 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,859 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,879 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-10 02:55:00,880 [main] Physical connection closed
DEBUG 2024-06-10 02:55:00,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,882 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-10 02:55:00,899 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,900 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,900 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:00,900 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,920 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-10 02:55:00,922 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.324 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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-06-10 02:55:00,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:00,976 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:55:00,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:00,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:00,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:00,992 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-10 02:55:00,995 [main] Physical connection got
DEBUG 2024-06-10 02:55:00,995 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:00,999 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,001 [main] Physical connection closed
DEBUG 2024-06-10 02:55:01,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,003 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,017 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,019 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,019 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,023 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,024 [main] Physical connection closed
DEBUG 2024-06-10 02:55:01,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,025 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,039 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,042 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,042 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,046 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,046 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-10 02:55:01,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,062 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,062 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,063 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,063 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-10 02:55:01,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,078 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,078 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,095 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,095 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-06-10 02:55:01,100 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,100 [main] Physical connection closed
DEBUG 2024-06-10 02:55:01,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,113 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,113 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,129 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,129 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,140 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,144 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,145 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-10 02:55:01,147 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,147 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-10 02:55:01,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,167 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,181 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,193 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,193 [main] Logical connection got, tx=null
WARN  2024-06-10 02:55:01,195 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-10 02:55:01,196 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-10 02:55:01,197 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,197 [main] Physical connection closed
DEBUG 2024-06-10 02:55:01,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,198 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,212 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,215 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,215 [main] Logical connection got, tx=null
WARN  2024-06-10 02:55:01,218 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-10 02:55:01,218 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-10 02:55:01,219 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,219 [main] Physical connection closed
DEBUG 2024-06-10 02:55:01,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,220 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,235 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,239 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-10 02:55:01,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,253 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-10 02:55:01,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,272 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,272 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,273 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,273 [main] Physical connection closed
DEBUG 2024-06-10 02:55:01,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,285 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,286 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,287 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,287 [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-06-10 02:55:01,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-10 02:55:01,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-10 02:55:01,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-10 02:55:01,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-10 02:55:01,302 [main] Physical connection got
DEBUG 2024-06-10 02:55:01,302 [main] Logical connection got, tx=null
DEBUG 2024-06-10 02:55:01,303 [main] Logical connection closed, tx=null
DEBUG 2024-06-10 02:55:01,303 [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.922s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.603s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.460s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Jun 10 02:55:01 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