Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-18 02:54:53,889 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-18 02:54:53.666 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-18 02:54:53,890 [main] Logical connection got
DEBUG 2024-06-18 02:54:53,890 [main] Logical connection closed
DEBUG 2024-06-18 02:54:53,890 [main] Logical connection got
DEBUG 2024-06-18 02:54:53,894 [main] Logical connection closed
DEBUG 2024-06-18 02:54:53,896 [main] Logical connection got
DEBUG 2024-06-18 02:54:53,896 [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-18 02:54:53,897 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-18 02:54:53.666 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-18 02:54:53,897 [main] Logical connection got
DEBUG 2024-06-18 02:54:53,898 [main] UPDATE EMP SET tstamp = '2024-06-18 02.54.53', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-18 02.54.53'
DEBUG 2024-06-18 02:54:53,898 [main] Logical connection closed
DEBUG 2024-06-18 02:54:53,899 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-18 02:54:55,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:55,254 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:55,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,407 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-18 02:54:55,582 [main] Physical connection got
DEBUG 2024-06-18 02:54:55,582 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:55,660 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:55,665 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-18 02:54:55,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:55,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:55,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:55,719 [main] Physical connection got
DEBUG 2024-06-18 02:54:55,719 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:55,719 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:55,720 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:55,837 [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-18 02:54:55,843 [main] Physical connection closed
DEBUG 2024-06-18 02:54:55,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:55,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:55,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:55,875 [main] Physical connection got
DEBUG 2024-06-18 02:54:55,875 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:55,875 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:55,875 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:55,916 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:55,942 [main] Physical connection closed
DEBUG 2024-06-18 02:54:55,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:55,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:55,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:55,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:55,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:55,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:55,974 [main] Physical connection got
DEBUG 2024-06-18 02:54:55,974 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:55,974 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:55,975 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,021 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,026 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,054 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,054 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,054 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,054 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,092 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,099 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,124 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,124 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,125 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,125 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,159 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,165 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,170 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,190 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,191 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,191 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,191 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,225 [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-18 02:54:56,229 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,254 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,254 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,255 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,255 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,289 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,294 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,319 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,319 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,320 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,320 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,363 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,368 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,393 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,393 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,394 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,394 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,424 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,429 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,455 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,457 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,486 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,509 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,511 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-18 02.54.56', 99, 'hoge', 0)
DEBUG 2024-06-18 02:54:56,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,517 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718646896455/0, BranchId=]
DEBUG 2024-06-18 02:54:56,518 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,542 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,542 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,543 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,543 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,543 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,580 [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-18 02:54:56,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,588 [main] UPDATE EMP SET tstamp = '2024-06-18 02.54.56', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-18 02:54:56,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,589 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718646896455/1, BranchId=]
DEBUG 2024-06-18 02:54:56,589 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,601 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,613 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,613 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,614 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,659 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,669 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,669 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-18 02:54:56,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,672 [main] UPDATE EMP SET tstamp = '2024-06-18 02.54.56', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-18 02:54:56,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,673 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718646896455/2, BranchId=]
DEBUG 2024-06-18 02:54:56,673 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,697 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,697 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,733 [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-18 02:54:56,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,736 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-18 02:54:56,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,736 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718646896455/3, BranchId=]
DEBUG 2024-06-18 02:54:56,737 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,761 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,761 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,762 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,762 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,787 [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-18 02:54:56,789 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,800 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,821 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,821 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,821 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,821 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,847 [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-18 02:54:56,856 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,879 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,879 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,880 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,880 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,904 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,912 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,943 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,943 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,943 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,943 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,967 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,976 [main] Physical connection closed
DEBUG 2024-06-18 02:54:56,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:56,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:56,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:56,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:56,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:56,997 [main] Physical connection got
DEBUG 2024-06-18 02:54:56,997 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:56,997 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:56,998 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,026 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,035 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,057 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,057 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,082 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,090 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,091 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-18 02:54:57,098 [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-18 02:54:57,099 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,116 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,120 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,120 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,121 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,121 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,144 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,152 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,152 [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-18 02:54:57,156 [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-18 02:54:57,157 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,159 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,176 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,178 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,178 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,178 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,178 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,206 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,214 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,214 [main] select * from emp
DEBUG 2024-06-18 02:54:57,216 [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-18 02:54:57,218 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,247 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,247 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,247 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,247 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,269 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,277 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,277 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-18 02:54:57,280 [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-18 02:54:57,282 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,302 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,302 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,302 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,302 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,324 [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-18 02:54:57,331 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,351 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,352 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,352 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,352 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,373 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,382 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,382 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-18 02:54:57,384 [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-18 02:54:57,386 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,405 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,405 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,406 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,406 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,427 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,435 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,435 [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-18 02:54:57,440 [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-18 02:54:57,441 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,462 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,462 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,462 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,462 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,484 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,493 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,494 [main] select * from emp
DEBUG 2024-06-18 02:54:57,495 [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-18 02:54:57,496 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,517 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,519 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,520 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,520 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,520 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,544 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,554 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,554 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-18 02:54:57,556 [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-18 02:54:57,558 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,581 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,581 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,581 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,581 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,608 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,617 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,617 [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-18 02:54:57,619 [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-18 02:54:57,620 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,644 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,644 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,644 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,644 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,670 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,693 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,693 [main] select count(*) from emp
DEBUG 2024-06-18 02:54:57,695 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,695 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,714 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,714 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,714 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,714 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,745 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,753 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,753 [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-18 02:54:57,754 [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-18 02:54:57,755 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,774 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,774 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,774 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,774 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,796 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,804 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,804 [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-18 02:54:57,805 [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-18 02:54:57,806 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,826 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,826 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,826 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,826 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,847 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,855 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,855 [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-18 02:54:57,856 [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-18 02:54:57,856 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,876 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,876 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,876 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,877 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,898 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,906 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,906 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-18 02:54:57,906 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5e6ffd79
DEBUG 2024-06-18 02:54:57,907 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,926 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,926 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,926 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,926 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,946 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,953 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,953 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-18 02:54:57,956 [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-18 02:54:57,956 [main] Physical connection closed
DEBUG 2024-06-18 02:54:57,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:57,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:57,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:57,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:57,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:57,975 [main] Physical connection got
DEBUG 2024-06-18 02:54:57,975 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,975 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:57,975 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:57,995 [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-18 02:54:58,002 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,003 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-18 02:54:58,006 [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-18 02:54:58,006 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,008 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,021 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,023 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,025 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,025 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,025 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,025 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,045 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,049 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,049 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-18 02:54:58,050 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,050 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,069 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,069 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,069 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,069 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,089 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,093 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,093 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-18 02:54:58,093 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,094 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,095 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,110 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,113 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,113 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,114 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,114 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,127 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,128 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,128 [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-18 02:54:58,129 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-18 02:54:58,130 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,151 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,153 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,153 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,154 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,154 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,166 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,167 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,167 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-18 02:54:58,168 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-18 02:54:58,168 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,187 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,187 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,187 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,187 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,213 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-18 02.54.58', 9999, 'test', 50)
DEBUG 2024-06-18 02:54:58,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,214 [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-18 02:54:58,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/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-18 02:54:58,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,216 [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-18 02:54:58,217 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-18 02:54:58.213 {50, null, null, 0}
DEBUG 2024-06-18 02:54:58,217 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718646896455/4, BranchId=]
DEBUG 2024-06-18 02:54:58,217 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,235 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,235 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,235 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,236 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,254 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,261 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,263 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,277 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,279 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,279 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,280 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,280 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,298 [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-18 02:54:58,307 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,307 [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-18 02:54:58,310 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,310 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,328 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,328 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,328 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,328 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,346 [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-18 02:54:58,355 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,355 [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-18 02:54:58,356 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-18 02:54:58,356 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,358 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,375 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,375 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,375 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,375 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,392 [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-18 02:54:58,397 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,397 [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-18 02:54:58,399 [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-18 02:54:58,399 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,417 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,417 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,417 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,417 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,433 [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-18 02:54:58,436 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,453 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,454 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,454 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,454 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,471 [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-18 02:54:58,478 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,478 [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-18 02:54:58,480 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,480 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,497 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,498 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,498 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,498 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,515 [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-18 02:54:58,522 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,522 [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-18 02:54:58,523 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,523 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,542 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,542 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,542 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,542 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,567 [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-18 02:54:58,568 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,568 [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-18 02:54:58,570 [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-18 02:54:58,570 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,588 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,588 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,588 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,588 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,607 [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-18 02:54:58,609 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,610 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,611 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,631 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,631 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,631 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,631 [main] Logical connection got, tx=null
WARN  2024-06-18 02:54:58,635 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-18 02:54:58,642 [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-18 02:54:58,643 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,643 [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-18 02:54:58,646 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-18 02:54:58,646 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,667 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,667 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,668 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,668 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,690 [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-18 02:54:58,699 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,721 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,721 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,721 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,722 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,745 [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-18 02:54:58,750 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,750 [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-18 02:54:58,751 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,751 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,751 [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-18 02:54:58,752 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,752 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,771 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,773 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,774 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,774 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,774 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,796 [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-18 02:54:58,800 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,800 [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-18 02:54:58,804 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,804 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,804 [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-18 02:54:58,805 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,805 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,806 [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-18 02:54:58,809 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,809 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,809 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-18 02:54:58,810 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,810 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,810 [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-18 02:54:58,811 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,811 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,832 [main] Transaction began, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,833 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-18 02:54:58,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,857 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-18 02:54:58,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,858 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-18 02:54:58,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,858 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-18 02:54:58,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,859 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1718646896455/5, BranchId=]
DEBUG 2024-06-18 02:54:58,859 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,861 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,880 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,880 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,880 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,881 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,904 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,908 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,927 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,930 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,930 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,930 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,930 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,953 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,959 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:58,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:58,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,981 [main] Physical connection got
DEBUG 2024-06-18 02:54:58,981 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,981 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:58,982 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:58,991 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-18 02:54:58,993 [main] Physical connection closed
DEBUG 2024-06-18 02:54:58,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:58,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:58,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:58,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,011 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,014 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,014 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,014 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,014 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,026 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-18 02:54:59,028 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,044 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,044 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,045 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,045 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,051 [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-18 02:54:59,053 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,070 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,070 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,070 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,070 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,077 [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-18 02:54:59,079 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,096 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,096 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,096 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,096 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,114 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,115 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,115 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-18 02:54:59,119 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,119 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,137 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,137 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,137 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,137 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,155 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,156 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,176 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,176 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,176 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,176 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,194 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-18 02:54:59,195 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-18 02:54:59,211 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,211 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,211 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,212 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,229 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-18 02:54:59,230 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.566 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.014 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-18 02:54:59,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,283 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,289 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,298 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,300 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,300 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,304 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,307 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,308 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,323 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,326 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,326 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,330 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,330 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,332 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,346 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,349 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,349 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,352 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,353 [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-18 02:54:59,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,369 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,369 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,370 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,370 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-18 02:54:59,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,382 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,385 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,385 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,402 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,402 [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-18 02:54:59,406 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,406 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,420 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,420 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,437 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,437 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,437 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,437 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,449 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,453 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,454 [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-18 02:54:59,456 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,456 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-18 02:54:59,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,476 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,491 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,503 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,504 [main] Logical connection got, tx=null
WARN  2024-06-18 02:54:59,506 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-18 02:54:59,506 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-18 02:54:59,507 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,507 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,508 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,524 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,527 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,527 [main] Logical connection got, tx=null
WARN  2024-06-18 02:54:59,530 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-18 02:54:59,530 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-18 02:54:59,530 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,531 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,532 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,550 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,555 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-18 02:54:59,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,570 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-18 02:54:59,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,590 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,590 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,591 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,591 [main] Physical connection closed
DEBUG 2024-06-18 02:54:59,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,604 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,604 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,605 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,605 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-18 02:54:59,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-18 02:54:59,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-18 02:54:59,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-18 02:54:59,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-18 02:54:59,621 [main] Physical connection got
DEBUG 2024-06-18 02:54:59,621 [main] Logical connection got, tx=null
DEBUG 2024-06-18 02:54:59,622 [main] Logical connection closed, tx=null
DEBUG 2024-06-18 02:54:59,622 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.314s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.870s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.707s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.775s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Jun 18 02:54:59 JST 2024
[INFO] Final Memory: 28M/406M
[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