Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-27 02:54:55,308 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-27 02:54:55.103 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-27 02:54:55,309 [main] Logical connection got
DEBUG 2024-06-27 02:54:55,309 [main] Logical connection closed
DEBUG 2024-06-27 02:54:55,309 [main] Logical connection got
DEBUG 2024-06-27 02:54:55,313 [main] Logical connection closed
DEBUG 2024-06-27 02:54:55,314 [main] Logical connection got
DEBUG 2024-06-27 02:54:55,314 [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-27 02:54:55,315 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-27 02:54:55.103 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-27 02:54:55,315 [main] Logical connection got
DEBUG 2024-06-27 02:54:55,316 [main] UPDATE EMP SET tstamp = '2024-06-27 02.54.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-27 02.54.55'
DEBUG 2024-06-27 02:54:55,316 [main] Logical connection closed
DEBUG 2024-06-27 02:54:55,316 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-27 02:54:56,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:56,587 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:54:56,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:56,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:56,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:56,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:56,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:56,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:56,727 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:54:56,887 [main] Physical connection got
DEBUG 2024-06-27 02:54:56,888 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:56,966 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:56,973 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-27 02:54:56,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:56,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:56,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:56,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:56,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:56,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,023 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,023 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,023 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,024 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,131 [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-27 02:54:57,136 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,158 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,160 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,165 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,165 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,165 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,166 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,201 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,223 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,245 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,247 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,251 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,251 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,251 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,251 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,292 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,297 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,299 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,324 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,324 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,324 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,324 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,357 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,362 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,385 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,385 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,386 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,386 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,417 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,421 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,442 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,445 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,445 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,446 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,446 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,477 [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-27 02:54:57,481 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,503 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,503 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,503 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,504 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,536 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,540 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,563 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,563 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,564 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,564 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,597 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,601 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,624 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,624 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,625 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,625 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,651 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,655 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,679 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,681 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,730 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-27 02.54.57', 99, 'hoge', 0)
DEBUG 2024-06-27 02:54:57,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,735 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424497679/0, BranchId=]
DEBUG 2024-06-27 02:54:57,736 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,737 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,757 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,758 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,792 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,792 [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-27 02:54:57,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,800 [main] UPDATE EMP SET tstamp = '2024-06-27 02.54.57', 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-27 02:54:57,800 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,801 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424497679/1, BranchId=]
DEBUG 2024-06-27 02:54:57,801 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,803 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,823 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,824 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,855 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,863 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,864 [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-27 02:54:57,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,866 [main] UPDATE EMP SET tstamp = '2024-06-27 02.54.57', 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-27 02:54:57,867 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,867 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424497679/2, BranchId=]
DEBUG 2024-06-27 02:54:57,867 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,889 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,889 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,889 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,889 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,890 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,922 [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-27 02:54:57,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,925 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-27 02:54:57,925 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,925 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424497679/3, BranchId=]
DEBUG 2024-06-27 02:54:57,925 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,948 [main] Physical connection got
DEBUG 2024-06-27 02:54:57,948 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,948 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:57,948 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:57,972 [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-27 02:54:57,973 [main] Physical connection closed
DEBUG 2024-06-27 02:54:57,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:57,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:57,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:57,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:57,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:57,992 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,002 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,002 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,002 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,002 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,026 [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-27 02:54:58,034 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,054 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,054 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,055 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,055 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,078 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,086 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,110 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,110 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,110 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,110 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,133 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,140 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,142 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,144 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,157 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,159 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,159 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,159 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,160 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,180 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,188 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,207 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,207 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,207 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,207 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,228 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,235 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,235 [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-27 02:54:58,241 [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-27 02:54:58,243 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,261 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,261 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,261 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,261 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,281 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,287 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,288 [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-27 02:54:58,291 [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-27 02:54:58,292 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,310 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,310 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,311 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,311 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,336 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,343 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,343 [main] select * from emp
DEBUG 2024-06-27 02:54:58,345 [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-27 02:54:58,346 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,363 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,363 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,363 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,363 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,383 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,389 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,389 [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-27 02:54:58,393 [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-27 02:54:58,394 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,411 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,411 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,411 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,411 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,430 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-27 02:54:58,438 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,455 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,455 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,456 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,456 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,475 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,482 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,482 [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-27 02:54:58,484 [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-27 02:54:58,485 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,487 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,503 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,503 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,503 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,503 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,527 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,534 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,534 [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-27 02:54:58,540 [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-27 02:54:58,541 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,557 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,559 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,559 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,559 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,559 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,578 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,586 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,586 [main] select * from emp
DEBUG 2024-06-27 02:54:58,587 [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-27 02:54:58,589 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,607 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,607 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,607 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,607 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,626 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,634 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,634 [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-27 02:54:58,635 [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-27 02:54:58,637 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,654 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,655 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,655 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,655 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,674 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,681 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,681 [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-27 02:54:58,683 [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-27 02:54:58,683 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,701 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,701 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,701 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,702 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,721 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,736 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,736 [main] select count(*) from emp
DEBUG 2024-06-27 02:54:58,738 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,738 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,755 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,756 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,756 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,756 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,775 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,782 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,783 [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-27 02:54:58,783 [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-27 02:54:58,784 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,801 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,801 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,802 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,802 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,821 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,828 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,828 [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-27 02:54:58,829 [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-27 02:54:58,829 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,846 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,846 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,846 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,846 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,864 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,871 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,871 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-27 02:54:58,872 [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-27 02:54:58,872 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,890 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,890 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,890 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,890 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,908 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,915 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,915 [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-27 02:54:58,915 [main] Logical connection closed, tx=null
[Ljava.util.Map;@269be2b5
DEBUG 2024-06-27 02:54:58,916 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,929 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,931 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,933 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,933 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,934 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,934 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,952 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,959 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,959 [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-27 02:54:58,961 [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-27 02:54:58,962 [main] Physical connection closed
DEBUG 2024-06-27 02:54:58,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:58,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:58,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:58,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:58,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:58,979 [main] Physical connection got
DEBUG 2024-06-27 02:54:58,979 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,979 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:58,979 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:58,999 [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-27 02:54:59,005 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,005 [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-27 02:54:59,008 [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-27 02:54:59,008 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,023 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,023 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,025 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,025 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,025 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,026 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,042 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,045 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,046 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:54:59,046 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,046 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,062 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,062 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,062 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,063 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,079 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,083 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,083 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:54:59,083 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,084 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,085 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,087 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,103 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,103 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,103 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,103 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,125 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,125 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,125 [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-27 02:54:59,127 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-27 02:54:59,127 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,143 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,143 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,143 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,143 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,154 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,154 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,154 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-27 02:54:59,155 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-27 02:54:59,155 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,171 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,171 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,172 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,187 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,193 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-27 02.54.59', 9999, 'test', 50)
DEBUG 2024-06-27 02:54:59,194 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,194 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,194 [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-27 02:54:59,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/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-27 02:54:59,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,196 [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-27 02:54:59,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-27 02:54:59.193 {50, null, null, 0}
DEBUG 2024-06-27 02:54:59,197 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424497679/4, BranchId=]
DEBUG 2024-06-27 02:54:59,197 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,213 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,213 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,213 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,213 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,229 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,234 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,250 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,250 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,250 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,250 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,266 [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-27 02:54:59,274 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,274 [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-27 02:54:59,276 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,276 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,293 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,293 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,293 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,294 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,310 [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-27 02:54:59,318 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,318 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-27 02:54:59,318 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-27 02:54:59,319 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,335 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,335 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,335 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,336 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,351 [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-27 02:54:59,356 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,356 [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-27 02:54:59,357 [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-27 02:54:59,358 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,373 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,374 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,374 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,374 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,389 [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-27 02:54:59,392 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,405 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,407 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,407 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,408 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,408 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,423 [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-27 02:54:59,429 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,429 [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-27 02:54:59,431 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,431 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,447 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,447 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,448 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,448 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,468 [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-27 02:54:59,474 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,474 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-27 02:54:59,475 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,475 [main] Physical connection closed
DEBUG 2024-06-27 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-27 02:54:59,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,489 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,492 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,492 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,492 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,492 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,509 [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-27 02:54:59,510 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,510 [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-27 02:54:59,512 [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-27 02:54:59,512 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,529 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,529 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,529 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,529 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,544 [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-27 02:54:59,545 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,562 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,563 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,563 [main] Logical connection got, tx=null
WARN  2024-06-27 02:54:59,566 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-27 02:54:59,571 [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-27 02:54:59,571 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,571 [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-27 02:54:59,574 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-27 02:54:59,574 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,589 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,589 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,589 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,590 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,606 [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-27 02:54:59,612 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,626 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,628 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,628 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,628 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,629 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,645 [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-27 02:54:59,649 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,649 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-27 02:54:59,650 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,650 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,650 [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-27 02:54:59,651 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,651 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,667 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,667 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,667 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,668 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,684 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*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-27 02:54:59,687 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,687 [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-27 02:54:59,690 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,690 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,690 [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-27 02:54:59,691 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,691 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,691 [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-27 02:54:59,693 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,694 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,694 [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-27 02:54:59,694 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,695 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,695 [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-27 02:54:59,695 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,695 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,710 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,711 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,712 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-27 02:54:59,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,730 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:54:59,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,730 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-27 02:54:59,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,731 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:54:59,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,731 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424497679/5, BranchId=]
DEBUG 2024-06-27 02:54:59,732 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,747 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,747 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,748 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,764 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,768 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,769 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,783 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,783 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,783 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,784 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,800 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,804 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,820 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,820 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,820 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,820 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,827 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-27 02:54:59,828 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,844 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,844 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,844 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,844 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,852 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-27 02:54:59,854 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,870 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,870 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,870 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,871 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,876 [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-27 02:54:59,878 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,879 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,895 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,895 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,895 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,895 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,902 [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-27 02:54:59,904 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,923 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,923 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,923 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,923 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,942 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,943 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,943 [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-27 02:54:59,947 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,947 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:54:59,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,966 [main] Physical connection got
DEBUG 2024-06-27 02:54:59,966 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,966 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,966 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:54:59,986 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:54:59,987 [main] Physical connection closed
DEBUG 2024-06-27 02:54:59,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:54:59,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:54:59,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:54:59,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:54:59,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:55:00,005 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,006 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,006 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,025 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-27 02:55:00,026 [main] Physical connection closed
DEBUG 2024-06-27 02:55:00,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:55:00,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:55:00,044 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,044 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,044 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,045 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,064 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-27 02:55:00,065 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.093 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-27 02:55:00,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,126 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,140 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,142 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,142 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,146 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,148 [main] Physical connection closed
DEBUG 2024-06-27 02:55:00,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,150 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,164 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,166 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,169 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,170 [main] Physical connection closed
DEBUG 2024-06-27 02:55:00,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,171 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,185 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,187 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,188 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,191 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,191 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-27 02:55:00,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,206 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,206 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,207 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,207 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-27 02:55:00,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,221 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,221 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,237 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,237 [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-27 02:55:00,241 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,241 [main] Physical connection closed
DEBUG 2024-06-27 02:55:00,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,253 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,253 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,269 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,269 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,269 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,270 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,279 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,284 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,284 [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-27 02:55:00,286 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,286 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-27 02:55:00,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,306 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,320 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,331 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,331 [main] Logical connection got, tx=null
WARN  2024-06-27 02:55:00,333 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-27 02:55:00,334 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-27 02:55:00,334 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,335 [main] Physical connection closed
DEBUG 2024-06-27 02:55:00,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,336 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,349 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,352 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,352 [main] Logical connection got, tx=null
WARN  2024-06-27 02:55:00,354 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-27 02:55:00,355 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-27 02:55:00,355 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,355 [main] Physical connection closed
DEBUG 2024-06-27 02:55:00,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,357 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,373 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,379 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:55:00,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,396 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-27 02:55:00,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,417 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,417 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,419 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,419 [main] Physical connection closed
DEBUG 2024-06-27 02:55:00,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,431 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,432 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,433 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,434 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,434 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-27 02:55:00,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:55:00,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:55:00,443 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:55:00,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:55:00,450 [main] Physical connection got
DEBUG 2024-06-27 02:55:00,450 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:55:00,451 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:55:00,451 [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.009 sec

Results :

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

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