Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-25 02:54:54,244 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-25 02:54:54.034 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-25 02:54:54,245 [main] Logical connection got
DEBUG 2024-06-25 02:54:54,245 [main] Logical connection closed
DEBUG 2024-06-25 02:54:54,245 [main] Logical connection got
DEBUG 2024-06-25 02:54:54,249 [main] Logical connection closed
DEBUG 2024-06-25 02:54:54,250 [main] Logical connection got
DEBUG 2024-06-25 02:54:54,250 [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-25 02:54:54,251 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-25 02:54:54.034 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-25 02:54:54,251 [main] Logical connection got
DEBUG 2024-06-25 02:54:54,252 [main] UPDATE EMP SET tstamp = '2024-06-25 02.54.54', 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-25 02.54.54'
DEBUG 2024-06-25 02:54:54,252 [main] Logical connection closed
DEBUG 2024-06-25 02:54:54,253 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.124 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-25 02:54:55,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:55,581 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:55,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:55,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:55,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:55,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:55,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:55,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:55,708 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-25 02:54:55,866 [main] Physical connection got
DEBUG 2024-06-25 02:54:55,866 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:55,943 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:55,948 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-25 02:54:55,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:55,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:55,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:55,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:55,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:55,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:55,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:55,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:55,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,000 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,000 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,000 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,001 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,113 [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-25 02:54:56,118 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,151 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,151 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,151 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,151 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,188 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,210 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,240 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,240 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,240 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,241 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,281 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,285 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,312 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,312 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,312 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,312 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,346 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,350 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,375 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,375 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,375 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,376 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,408 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,412 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,436 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,436 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,436 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,436 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,467 [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-25 02:54:56,471 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,493 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,493 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,493 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,494 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,524 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,528 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,550 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,550 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,550 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,551 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,594 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,598 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,621 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,621 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,621 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,621 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,649 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,653 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,678 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,679 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,731 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-25 02.54.56', 99, 'hoge', 0)
DEBUG 2024-06-25 02:54:56,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,736 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719251696678/0, BranchId=]
DEBUG 2024-06-25 02:54:56,737 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,758 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,759 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,793 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,793 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-25 02:54:56,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,801 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,801 [main] UPDATE EMP SET tstamp = '2024-06-25 02.54.56', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-25 02:54:56,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,802 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719251696678/1, BranchId=]
DEBUG 2024-06-25 02:54:56,803 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,824 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,825 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,848 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,867 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,867 [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-25 02:54:56,869 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,869 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,870 [main] UPDATE EMP SET tstamp = '2024-06-25 02.54.56', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-25 02:54:56,870 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,871 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719251696678/2, BranchId=]
DEBUG 2024-06-25 02:54:56,871 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,892 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,892 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,924 [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-25 02:54:56,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,927 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-25 02:54:56,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,927 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719251696678/3, BranchId=]
DEBUG 2024-06-25 02:54:56,927 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,949 [main] Physical connection got
DEBUG 2024-06-25 02:54:56,949 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,949 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:56,949 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:56,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-25 02:54:56,974 [main] Physical connection closed
DEBUG 2024-06-25 02:54:56,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:56,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:56,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:56,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:56,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:56,992 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,002 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,002 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,003 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,003 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,025 [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-25 02:54:57,034 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,054 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,054 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,055 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,055 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,075 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,083 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,102 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,102 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,103 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,103 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,123 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,130 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,132 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,149 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,150 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,150 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,150 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,170 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,178 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,197 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,198 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,198 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,198 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,218 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,225 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,226 [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-25 02:54:57,232 [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-25 02:54:57,234 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,254 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,254 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,254 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,254 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,276 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,284 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,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
DEBUG 2024-06-25 02:54:57,288 [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-25 02:54:57,290 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,313 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,313 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,313 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,314 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,340 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,347 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,348 [main] select * from emp
DEBUG 2024-06-25 02:54:57,350 [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-25 02:54:57,352 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,368 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,370 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,371 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,371 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,371 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,391 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,398 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,399 [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-25 02:54:57,402 [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-25 02:54:57,403 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,422 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,422 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,422 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,423 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,443 [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-25 02:54:57,450 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,451 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,452 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,469 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,469 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,469 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,469 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,491 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,499 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,499 [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-25 02:54:57,501 [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-25 02:54:57,502 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,521 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,522 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,522 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,522 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,542 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,549 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,549 [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-25 02:54:57,555 [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-25 02:54:57,556 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,575 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,575 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,575 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,575 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,595 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,603 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,603 [main] select * from emp
DEBUG 2024-06-25 02:54:57,605 [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-25 02:54:57,606 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,624 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,624 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,625 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,625 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,645 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,652 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,652 [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-25 02:54:57,654 [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-25 02:54:57,655 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,675 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,675 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,675 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,675 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,695 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,702 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,702 [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-25 02:54:57,704 [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-25 02:54:57,705 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,723 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,723 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,723 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,724 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,744 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,757 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,757 [main] select count(*) from emp
DEBUG 2024-06-25 02:54:57,759 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,759 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,777 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,777 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,778 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,778 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,798 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,805 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,805 [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-25 02:54:57,806 [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-25 02:54:57,807 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,825 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,825 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,825 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,826 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,845 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,852 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,852 [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-25 02:54:57,853 [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-25 02:54:57,853 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,872 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,872 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,872 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,872 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,891 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,898 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,898 [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-25 02:54:57,899 [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-25 02:54:57,899 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,917 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,917 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,918 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,918 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,937 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,944 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,944 [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-25 02:54:57,945 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2825491d
DEBUG 2024-06-25 02:54:57,945 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:57,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:57,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,963 [main] Physical connection got
DEBUG 2024-06-25 02:54:57,964 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,964 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,964 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,984 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:57,990 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:57,991 [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-25 02:54:57,993 [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-25 02:54:57,993 [main] Physical connection closed
DEBUG 2024-06-25 02:54:57,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:57,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:57,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:57,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,011 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,012 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,012 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,012 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,030 [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-25 02:54:58,037 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,038 [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-25 02:54:58,041 [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-25 02:54:58,041 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,059 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,059 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,059 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,060 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,078 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,081 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,081 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-25 02:54:58,082 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,082 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,098 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,100 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,101 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,101 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,101 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,119 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,122 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,122 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-25 02:54:58,123 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,123 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,142 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,142 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,142 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,142 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,155 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,155 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,155 [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-25 02:54:58,157 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-25 02:54:58,157 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,159 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,173 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,175 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,175 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,175 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,175 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,188 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,188 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,189 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-25 02:54:58,189 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-25 02:54:58,190 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,191 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,193 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,207 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,207 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,208 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,226 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,233 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,233 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-25 02.54.58', 9999, 'test', 50)
DEBUG 2024-06-25 02:54:58,234 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,234 [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-25 02:54:58,236 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/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-25 02:54:58,236 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,237 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-25 02:54:58,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-25 02:54:58.233 {50, null, null, 0}
DEBUG 2024-06-25 02:54:58,238 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719251696678/4, BranchId=]
DEBUG 2024-06-25 02:54:58,238 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,258 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,259 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,259 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,259 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,281 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,295 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,315 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,315 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,315 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,315 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,337 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*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-25 02:54:58,347 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,347 [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-25 02:54:58,350 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,350 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,352 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,370 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,370 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,370 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,370 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,392 [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-25 02:54:58,403 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,403 [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-25 02:54:58,404 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-25 02:54:58,404 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,420 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,425 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,425 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,425 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,425 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,446 [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-25 02:54:58,453 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,453 [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-25 02:54:58,455 [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-25 02:54:58,455 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,476 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,476 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,476 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,476 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,498 [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-25 02:54:58,502 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,522 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,523 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,523 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,523 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,541 [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-25 02:54:58,550 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,550 [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-25 02:54:58,552 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,553 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,571 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,574 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,574 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,574 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,574 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,596 [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-25 02:54:58,604 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,604 [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-25 02:54:58,605 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,605 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,634 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,634 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,634 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,634 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,653 [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-25 02:54:58,654 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,655 [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-25 02:54:58,656 [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-25 02:54:58,657 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,666 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,682 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,682 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,682 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,683 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,700 [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-25 02:54:58,701 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,719 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,719 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,719 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,719 [main] Logical connection got, tx=null
WARN  2024-06-25 02:54:58,722 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-25 02:54:58,728 [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-25 02:54:58,728 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,728 [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-25 02:54:58,731 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-25 02:54:58,731 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,748 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,748 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,748 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,748 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,766 [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-25 02:54:58,773 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,790 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,790 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,791 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,791 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,809 [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-25 02:54:58,813 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,813 [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-25 02:54:58,814 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,814 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,814 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-25 02:54:58,815 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,815 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,832 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,832 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,832 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,833 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,851 [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-25 02:54:58,854 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,854 [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-25 02:54:58,858 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,858 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,858 [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-25 02:54:58,859 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,859 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,859 [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-25 02:54:58,862 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,862 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,862 [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-25 02:54:58,863 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,863 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,863 [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-25 02:54:58,864 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,864 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,879 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,880 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,881 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,881 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,882 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-25 02:54:58,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,901 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-25 02:54:58,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,902 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-25 02:54:58,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,902 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-25 02:54:58,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,903 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719251696678/5, BranchId=]
DEBUG 2024-06-25 02:54:58,903 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,921 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,922 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,922 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,922 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,940 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,944 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,946 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,962 [main] Physical connection got
DEBUG 2024-06-25 02:54:58,962 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,962 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,962 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:58,981 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:58,986 [main] Physical connection closed
DEBUG 2024-06-25 02:54:58,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:58,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:58,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:58,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:58,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:58,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,001 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,004 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,004 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,004 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,004 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,011 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-25 02:54:59,013 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,014 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,015 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,030 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,030 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,030 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,031 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,037 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-25 02:54:59,039 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,040 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,056 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,056 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,056 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,056 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,063 [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-25 02:54:59,064 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,066 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,081 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,081 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,081 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,081 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,088 [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-25 02:54:59,090 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,107 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,107 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,107 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,107 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,125 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,126 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,126 [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-25 02:54:59,129 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,130 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,147 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,147 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,147 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,147 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,165 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,166 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,168 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,180 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,183 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,183 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,183 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,183 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,201 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-25 02:54:59,202 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-25 02:54:59,219 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,219 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,219 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,219 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,237 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-25 02:54:59,238 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.291 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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-25 02:54:59,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,290 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,306 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,309 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,309 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,313 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,315 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,317 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,333 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,336 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,336 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,340 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,340 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,342 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,358 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,360 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,360 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,364 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,365 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-25 02:54:59,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,381 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,382 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,382 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,383 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-25 02:54:59,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,399 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,399 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,430 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,430 [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-25 02:54:59,435 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,435 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,436 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,449 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,449 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,466 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,466 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,467 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,467 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,478 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,484 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-25 02:54:59,489 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,489 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-25 02:54:59,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,509 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,525 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,536 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,537 [main] Logical connection got, tx=null
WARN  2024-06-25 02:54:59,539 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-25 02:54:59,540 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-25 02:54:59,540 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,541 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,542 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,557 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,560 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,561 [main] Logical connection got, tx=null
WARN  2024-06-25 02:54:59,563 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-25 02:54:59,564 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-25 02:54:59,564 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,564 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,566 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,569 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,581 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,586 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-25 02:54:59,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,598 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,601 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-25 02:54:59,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,622 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,622 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,624 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,624 [main] Physical connection closed
DEBUG 2024-06-25 02:54:59,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,637 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,637 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,639 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,639 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-25 02:54:59,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-25 02:54:59,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-25 02:54:59,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-25 02:54:59,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-25 02:54:59,654 [main] Physical connection got
DEBUG 2024-06-25 02:54:59,655 [main] Logical connection got, tx=null
DEBUG 2024-06-25 02:54:59,655 [main] Logical connection closed, tx=null
DEBUG 2024-06-25 02:54:59,655 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.302s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.354s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.592s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.429s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Jun 25 02:54:59 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS