Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-07-03 02:54:57,385 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-03 02:54:57.183 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-03 02:54:57,386 [main] Logical connection got
DEBUG 2024-07-03 02:54:57,386 [main] Logical connection closed
DEBUG 2024-07-03 02:54:57,386 [main] Logical connection got
DEBUG 2024-07-03 02:54:57,390 [main] Logical connection closed
DEBUG 2024-07-03 02:54:57,391 [main] Logical connection got
DEBUG 2024-07-03 02:54:57,391 [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-07-03 02:54:57,392 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-03 02:54:57.183 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-03 02:54:57,392 [main] Logical connection got
DEBUG 2024-07-03 02:54:57,393 [main] UPDATE EMP SET tstamp = '2024-07-03 02.54.57', 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-07-03 02.54.57'
DEBUG 2024-07-03 02:54:57,393 [main] Logical connection closed
DEBUG 2024-07-03 02:54:57,394 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-07-03 02:54:58,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:58,598 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:54:58,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:58,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:58,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:58,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:58,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:58,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:58,732 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-03 02:54:58,891 [main] Physical connection got
DEBUG 2024-07-03 02:54:58,891 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:58,968 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:58,973 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-07-03 02:54:58,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:58,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:58,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:58,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:58,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:58,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,027 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,028 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,028 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,028 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,138 [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-07-03 02:54:59,143 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,152 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,175 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,175 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,176 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,176 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,216 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,238 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,269 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,269 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,270 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,270 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,318 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,324 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,326 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,352 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,352 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,352 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,352 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,388 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,393 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,421 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,421 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,421 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,422 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,454 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,459 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,483 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,483 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,483 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,483 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,515 [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-07-03 02:54:59,519 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,543 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,543 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,543 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,543 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,575 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,579 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,603 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,603 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,603 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,603 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,638 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,642 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,666 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,666 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,666 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,667 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:54:59,696 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:54:59,700 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,726 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,728 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,781 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-03 02.54.59', 99, 'hoge', 0)
DEBUG 2024-07-03 02:54:59,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,787 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719942899726/0, BranchId=]
DEBUG 2024-07-03 02:54:59,788 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,811 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,812 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,848 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,848 [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-07-03 02:54:59,855 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,856 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,856 [main] UPDATE EMP SET tstamp = '2024-07-03 02.54.59', 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-07-03 02:54:59,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,857 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719942899726/1, BranchId=]
DEBUG 2024-07-03 02:54:59,858 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,878 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,880 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,881 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,881 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,921 [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-07-03 02:54:59,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,925 [main] UPDATE EMP SET tstamp = '2024-07-03 02.54.59', 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-07-03 02:54:59,925 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,925 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719942899726/2, BranchId=]
DEBUG 2024-07-03 02:54:59,925 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:54:59,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,948 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,948 [main] Physical connection got
DEBUG 2024-07-03 02:54:59,949 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,949 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,949 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,974 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,983 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-07-03 02:54:59,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,985 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-07-03 02:54:59,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,986 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719942899726/3, BranchId=]
DEBUG 2024-07-03 02:54:59,986 [main] Physical connection closed
DEBUG 2024-07-03 02:54:59,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:54:59,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:54:59,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:54:59,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:54:59,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,009 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,010 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,010 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,010 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,034 [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-07-03 02:55:00,035 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,065 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,066 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,066 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,066 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,090 [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-07-03 02:55:00,098 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,117 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,120 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,120 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,121 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,121 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,144 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,152 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,153 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,173 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,173 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,173 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,174 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,197 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,204 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,206 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,225 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,225 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,225 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,226 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,250 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,260 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,281 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,283 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,283 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,284 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,284 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,309 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,318 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,319 [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-07-03 02:55:00,326 [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-07-03 02:55:00,328 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,351 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,351 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,352 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,352 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,386 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,400 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,400 [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-07-03 02:55:00,404 [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-07-03 02:55:00,405 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,428 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,428 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,428 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,428 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,465 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,473 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,473 [main] select * from emp
DEBUG 2024-07-03 02:55:00,476 [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-07-03 02:55:00,477 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,498 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,498 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,498 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,498 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,542 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,557 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,557 [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-07-03 02:55:00,570 [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-07-03 02:55:00,572 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,592 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,592 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,593 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,593 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,613 [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-07-03 02:55:00,621 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,641 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,641 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,641 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,641 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,661 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,669 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,669 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-07-03 02:55:00,672 [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-07-03 02:55:00,673 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,692 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,692 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,693 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,693 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,713 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,720 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,721 [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-07-03 02:55:00,725 [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-07-03 02:55:00,727 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,743 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,744 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,746 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,746 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,746 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,746 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,766 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,775 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,775 [main] select * from emp
DEBUG 2024-07-03 02:55:00,777 [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-07-03 02:55:00,778 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,797 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,797 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,797 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,797 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,817 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,825 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,825 [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-07-03 02:55:00,827 [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-07-03 02:55:00,828 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,847 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,847 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,847 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,847 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,867 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,874 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,874 [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-07-03 02:55:00,876 [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-07-03 02:55:00,877 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,895 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,895 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,895 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,896 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,915 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,930 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,931 [main] select count(*) from emp
DEBUG 2024-07-03 02:55:00,932 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,932 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,951 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,951 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,951 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,951 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,970 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,979 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,979 [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-07-03 02:55:00,980 [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-07-03 02:55:00,980 [main] Physical connection closed
DEBUG 2024-07-03 02:55:00,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:00,982 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:00,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:00,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:00,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:00,999 [main] Physical connection got
DEBUG 2024-07-03 02:55:00,999 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:00,999 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:00,999 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,019 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,027 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,027 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-03 02:55:01,027 [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-07-03 02:55:01,028 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,044 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,046 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,046 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,047 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,047 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,066 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,073 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,073 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-03 02:55:01,074 [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-07-03 02:55:01,074 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,091 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,093 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,093 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,093 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,093 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,112 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,119 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,120 [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-07-03 02:55:01,120 [main] Logical connection closed, tx=null
[Ljava.util.Map;@56cb07ef
DEBUG 2024-07-03 02:55:01,121 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,139 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,139 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,139 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,139 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,159 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,166 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,166 [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-07-03 02:55:01,168 [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-07-03 02:55:01,169 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,187 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,187 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,187 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,187 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,208 [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-07-03 02:55:01,215 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,215 [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-07-03 02:55:01,218 [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-07-03 02:55:01,219 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,235 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,238 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,238 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,238 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,238 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,257 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,261 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,261 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-03 02:55:01,262 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,262 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,281 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,281 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,281 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,281 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,300 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,304 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,304 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-03 02:55:01,304 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,304 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,306 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,324 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,324 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,324 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,325 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,338 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,339 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,339 [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-07-03 02:55:01,340 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-07-03 02:55:01,341 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,342 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,356 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,359 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,359 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,359 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,359 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,372 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,373 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,373 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-07-03 02:55:01,374 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-07-03 02:55:01,374 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,393 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,393 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,393 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,394 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,394 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,413 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,421 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-03 02.55.01', 9999, 'test', 50)
DEBUG 2024-07-03 02:55:01,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,422 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,422 [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-07-03 02:55:01,424 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/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-07-03 02:55:01,424 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,424 [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-07-03 02:55:01,425 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-07-03 02:55:01.421 {50, null, null, 0}
DEBUG 2024-07-03 02:55:01,426 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719942899726/4, BranchId=]
DEBUG 2024-07-03 02:55:01,426 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,446 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,446 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,447 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,447 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,476 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,483 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,505 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,505 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,505 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,505 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,527 [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-07-03 02:55:01,537 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,537 [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-07-03 02:55:01,540 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,540 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,562 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,562 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,562 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,562 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,585 [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-07-03 02:55:01,596 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,596 [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-07-03 02:55:01,597 [main] Logical connection closed, tx=null
[]
DEBUG 2024-07-03 02:55:01,597 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,619 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,619 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,619 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,619 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,641 [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-07-03 02:55:01,648 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,648 [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-07-03 02:55:01,650 [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-07-03 02:55:01,650 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,671 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,671 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,671 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,671 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,692 [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-07-03 02:55:01,696 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,716 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,716 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,716 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,716 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,737 [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-07-03 02:55:01,746 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,747 [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-07-03 02:55:01,749 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,749 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,770 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,770 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,770 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,770 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,791 [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-07-03 02:55:01,812 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,812 [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-07-03 02:55:01,813 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,813 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,815 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,831 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,831 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,831 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,831 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,850 [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-07-03 02:55:01,851 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,851 [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-07-03 02:55:01,857 [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-07-03 02:55:01,857 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,874 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,874 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,874 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,874 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,891 [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-07-03 02:55:01,892 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,909 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,909 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,909 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,909 [main] Logical connection got, tx=null
WARN  2024-07-03 02:55:01,912 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-07-03 02:55:01,918 [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-07-03 02:55:01,918 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,918 [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-07-03 02:55:01,921 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-07-03 02:55:01,921 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,937 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,937 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,937 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,937 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,955 [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-07-03 02:55:01,961 [main] Physical connection closed
DEBUG 2024-07-03 02:55:01,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:01,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:01,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:01,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:01,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:01,978 [main] Physical connection got
DEBUG 2024-07-03 02:55:01,978 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,978 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:01,978 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,995 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 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-07-03 02:55:01,999 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:01,999 [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-07-03 02:55:02,000 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,000 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,000 [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-07-03 02:55:02,001 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,001 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,017 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,017 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,017 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,018 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,035 [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-07-03 02:55:02,038 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,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 
DEBUG 2024-07-03 02:55:02,042 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,042 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,042 [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-07-03 02:55:02,043 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,043 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,043 [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-07-03 02:55:02,045 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,045 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,045 [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-07-03 02:55:02,046 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,046 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,046 [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-07-03 02:55:02,046 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,047 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,062 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,063 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-07-03 02:55:02,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,081 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-03 02:55:02,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,081 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-07-03 02:55:02,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,082 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-03 02:55:02,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,082 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719942899726/5, BranchId=]
DEBUG 2024-07-03 02:55:02,082 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,090 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,090 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,098 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,098 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,098 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,098 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,116 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,120 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,137 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,137 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,137 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,137 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,155 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,159 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,173 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,175 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,175 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,175 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,175 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,182 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-07-03 02:55:02,183 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,198 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,199 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,199 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,199 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,205 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-07-03 02:55:02,206 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,222 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,222 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,222 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,222 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,228 [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-07-03 02:55:02,229 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,243 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,245 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,245 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,245 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,245 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,251 [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-07-03 02:55:02,253 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,254 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,266 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,268 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,268 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,269 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,269 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,286 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,287 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,287 [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-07-03 02:55:02,290 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,290 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,306 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,306 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,306 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,306 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,323 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,324 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,326 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,339 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,339 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,340 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,340 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,356 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-03 02:55:02,357 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,358 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,360 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-03 02:55:02,373 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,373 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,373 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,373 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,390 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-03 02:55:02,391 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.416 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-07-03 02:55:02,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,439 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,453 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,456 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,456 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,460 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,463 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,464 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,478 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,480 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,480 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,484 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,485 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,486 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,500 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,503 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,503 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,507 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,507 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-07-03 02:55:02,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,525 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,525 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,526 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,526 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-07-03 02:55:02,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,540 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,540 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,559 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,559 [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-07-03 02:55:02,570 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,570 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,583 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,583 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,599 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,599 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,599 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,599 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,610 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,614 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,614 [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-07-03 02:55:02,616 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,617 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-07-03 02:55:02,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,635 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,638 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,648 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,659 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,659 [main] Logical connection got, tx=null
WARN  2024-07-03 02:55:02,661 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-03 02:55:02,662 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-03 02:55:02,662 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,662 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,664 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,677 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,680 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,680 [main] Logical connection got, tx=null
WARN  2024-07-03 02:55:02,682 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-03 02:55:02,682 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-03 02:55:02,682 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,683 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,684 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,697 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,701 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-03 02:55:02,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,714 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-07-03 02:55:02,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,732 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,732 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,733 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,734 [main] Physical connection closed
DEBUG 2024-07-03 02:55:02,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,745 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,745 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,746 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,746 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-07-03 02:55:02,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-03 02:55:02,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-03 02:55:02,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-03 02:55:02,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-03 02:55:02,760 [main] Physical connection got
DEBUG 2024-07-03 02:55:02,760 [main] Logical connection got, tx=null
DEBUG 2024-07-03 02:55:02,761 [main] Logical connection closed, tx=null
DEBUG 2024-07-03 02:55:02,761 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.492s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.596s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.382s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Jul 03 02:55:02 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