Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-07-01 02:54:56,447 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-01 02:54:56.242 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-01 02:54:56,447 [main] Logical connection got
DEBUG 2024-07-01 02:54:56,448 [main] Logical connection closed
DEBUG 2024-07-01 02:54:56,448 [main] Logical connection got
DEBUG 2024-07-01 02:54:56,451 [main] Logical connection closed
DEBUG 2024-07-01 02:54:56,453 [main] Logical connection got
DEBUG 2024-07-01 02:54:56,453 [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-01 02:54:56,454 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-01 02:54:56.242 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-01 02:54:56,454 [main] Logical connection got
DEBUG 2024-07-01 02:54:56,455 [main] UPDATE EMP SET tstamp = '2024-07-01 02.54.56', 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-01 02.54.56'
DEBUG 2024-07-01 02:54:56,455 [main] Logical connection closed
DEBUG 2024-07-01 02:54:56,455 [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.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-07-01 02:54:57,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:57,775 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:54:57,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:57,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:57,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:57,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:57,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:57,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:57,905 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:54:58,061 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,062 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,139 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,144 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-07-01 02:54:58,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,197 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,197 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,197 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,197 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,306 [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-01 02:54:58,311 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,342 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,342 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,342 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,342 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,382 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,403 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,432 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,433 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,433 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,433 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,476 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,481 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,508 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,508 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,509 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,509 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,544 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,549 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,574 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,575 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,575 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,575 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,608 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,613 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,634 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,636 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,637 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,637 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,637 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,670 [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-01 02:54:58,674 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,697 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,698 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,698 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,698 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,729 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,734 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,758 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,758 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,758 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,758 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,792 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,797 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,820 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,820 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,820 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,820 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:58,849 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:58,854 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,878 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,880 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,881 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,931 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,934 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-01 02.54.58', 99, 'hoge', 0)
DEBUG 2024-07-01 02:54:58,939 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,939 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719770098878/0, BranchId=]
DEBUG 2024-07-01 02:54:58,940 [main] Physical connection closed
DEBUG 2024-07-01 02:54:58,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:58,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:58,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:58,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:58,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:58,962 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:58,963 [main] Physical connection got
DEBUG 2024-07-01 02:54:58,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:58,963 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:58,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:58,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:58,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:58,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 WHERE  EMP.empno = 7788
DEBUG 2024-07-01 02:54:59,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:59,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:59,007 [main] UPDATE EMP SET tstamp = '2024-07-01 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-01 02:54:59,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:59,008 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719770098878/1, BranchId=]
DEBUG 2024-07-01 02:54:59,008 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,031 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,031 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,031 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,056 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,072 [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-01 02:54:59,074 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,074 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,074 [main] UPDATE EMP SET tstamp = '2024-07-01 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-01 02:54:59,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,075 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719770098878/2, BranchId=]
DEBUG 2024-07-01 02:54:59,075 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,097 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,098 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,098 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,098 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,133 [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-01 02:54:59,135 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,135 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,136 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-07-01 02:54:59,136 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,136 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719770098878/3, BranchId=]
DEBUG 2024-07-01 02:54:59,136 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,159 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,159 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,159 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,159 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,183 [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-01 02:54:59,184 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,188 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,215 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,215 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,216 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,216 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,239 [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-01 02:54:59,249 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,270 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,270 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,270 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,270 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,292 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,302 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,323 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,325 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,325 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,325 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,326 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,347 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,355 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,357 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,375 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,375 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,375 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,375 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,396 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,404 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,419 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,421 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,423 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,423 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,424 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,424 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,445 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,452 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,452 [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-01 02:54:59,459 [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-01 02:54:59,460 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,462 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,479 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,479 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,479 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,479 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,499 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,506 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,506 [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-01 02:54:59,510 [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-01 02:54:59,511 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,512 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,514 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,529 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,529 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,530 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,530 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,555 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,562 [main] select * from emp
DEBUG 2024-07-01 02:54:59,565 [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-01 02:54:59,566 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,584 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,584 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,584 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,585 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,604 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,611 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,611 [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-01 02:54:59,614 [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-01 02:54:59,616 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,634 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,635 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,635 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,635 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,654 [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-01 02:54:59,662 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,663 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,680 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,680 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,680 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,681 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,700 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,707 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,707 [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-01 02:54:59,710 [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-01 02:54:59,711 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,712 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,729 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,729 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,729 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,729 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,749 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,756 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,756 [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-01 02:54:59,761 [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-01 02:54:59,762 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,781 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,781 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,781 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,781 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,801 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,808 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,808 [main] select * from emp
DEBUG 2024-07-01 02:54:59,809 [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-01 02:54:59,810 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,830 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,831 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,831 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,831 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,853 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,862 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,862 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-07-01 02:54:59,864 [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-01 02:54:59,865 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,883 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,886 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,886 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,886 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,886 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,908 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,917 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,917 [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-01 02:54:59,919 [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-01 02:54:59,919 [main] Physical connection closed
DEBUG 2024-07-01 02:54:59,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:54:59,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:54:59,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,940 [main] Physical connection got
DEBUG 2024-07-01 02:54:59,940 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,941 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,941 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,963 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,985 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:54:59,986 [main] select count(*) from emp
DEBUG 2024-07-01 02:54:59,987 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:54:59,987 [main] Physical connection closed
DEBUG 2024-07-01 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-01 02:54:59,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:54:59,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:54:59,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:54:59,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,005 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,005 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,006 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,024 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,032 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,032 [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-01 02:55:00,033 [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-01 02:55:00,034 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,051 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,051 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,052 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,052 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,070 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,078 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,078 [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-01 02:55:00,079 [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-01 02:55:00,079 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,081 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,083 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,088 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,097 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,097 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,097 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,097 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,115 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,122 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,122 [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-01 02:55:00,123 [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-01 02:55:00,124 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,142 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,142 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,142 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,142 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,160 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,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 empno = 7788
DEBUG 2024-07-01 02:55:00,167 [main] Logical connection closed, tx=null
[Ljava.util.Map;@206e41b5
DEBUG 2024-07-01 02:55:00,167 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,183 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,185 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,185 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,186 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,186 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,204 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,210 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,210 [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-01 02:55:00,212 [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-01 02:55:00,212 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,230 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,230 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,230 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,230 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,248 [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-01 02:55:00,254 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,254 [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-01 02:55:00,257 [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-01 02:55:00,257 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,271 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,274 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,274 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,275 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,275 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,292 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,295 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,295 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:55:00,296 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,296 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,313 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,313 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,313 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,313 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,331 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,334 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,334 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:55:00,335 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,335 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,352 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,352 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,353 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,367 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,368 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,368 [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-01 02:55:00,369 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-07-01 02:55:00,370 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,406 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,406 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,406 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,407 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,427 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,427 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,428 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-07-01 02:55:00,428 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-07-01 02:55:00,429 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,459 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,460 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,498 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-01 02.55.00', 9999, 'test', 50)
DEBUG 2024-07-01 02:55:00,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,499 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-07-01 02:55:00,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/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-01 02:55:00,503 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,503 [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-01 02:55:00,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-07-01 02:55:00.498 {50, null, null, 0}
DEBUG 2024-07-01 02:55:00,506 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719770098878/4, BranchId=]
DEBUG 2024-07-01 02:55:00,506 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,535 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,537 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,537 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,538 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,539 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,559 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,565 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,581 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,581 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,582 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,582 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,598 [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-01 02:55:00,606 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,606 [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-01 02:55:00,608 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,608 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,624 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,625 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,625 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,625 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,640 [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-01 02:55:00,648 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,649 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-07-01 02:55:00,649 [main] Logical connection closed, tx=null
[]
DEBUG 2024-07-01 02:55:00,650 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,666 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,667 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,667 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,667 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,682 [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-01 02:55:00,687 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,687 [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-01 02:55:00,689 [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-01 02:55:00,689 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,705 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,705 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,705 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,705 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,720 [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-01 02:55:00,724 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,739 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,739 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,740 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,740 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,756 [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-01 02:55:00,762 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,762 [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-01 02:55:00,764 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,765 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,780 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,780 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,781 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,781 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,797 [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-01 02:55:00,803 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,803 [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-01 02:55:00,804 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,804 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,822 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,822 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,822 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,822 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,843 [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-01 02:55:00,844 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,844 [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-01 02:55:00,846 [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-01 02:55:00,846 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,848 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,863 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,863 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,863 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,863 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,880 [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-01 02:55:00,882 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,897 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,901 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,901 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,901 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,901 [main] Logical connection got, tx=null
WARN  2024-07-01 02:55:00,904 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-07-01 02:55:00,910 [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-01 02:55:00,911 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,911 [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-01 02:55:00,914 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-07-01 02:55:00,914 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,929 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,930 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,931 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,933 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,933 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,933 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,933 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,954 [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-01 02:55:00,961 [main] Physical connection closed
DEBUG 2024-07-01 02:55:00,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:00,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:00,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:00,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:00,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:00,980 [main] Physical connection got
DEBUG 2024-07-01 02:55:00,980 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:00,980 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:00,980 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,000 [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-01 02:55:01,005 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,005 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-07-01 02:55:01,006 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,006 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,006 [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-01 02:55:01,007 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,007 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,009 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,023 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,023 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,026 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,026 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,026 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,026 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,046 [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-01 02:55:01,049 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,050 [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-01 02:55:01,053 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,053 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,053 [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-01 02:55:01,054 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,054 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,054 [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-01 02:55:01,056 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,056 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,056 [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-01 02:55:01,057 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,057 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,057 [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-01 02:55:01,058 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,058 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,074 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,076 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,077 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-07-01 02:55:01,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,097 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:55:01,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,098 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,098 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-07-01 02:55:01,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,099 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,099 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:55:01,099 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,099 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719770098878/5, BranchId=]
DEBUG 2024-07-01 02:55:01,099 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,118 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,118 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,118 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,118 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,146 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,151 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,167 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,167 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,168 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,168 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,192 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,198 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,215 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,217 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,217 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,218 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,218 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,225 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-07-01 02:55:01,227 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,250 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,250 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,250 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,250 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,256 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-07-01 02:55:01,258 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,272 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,272 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,272 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,272 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,278 [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-01 02:55:01,279 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,281 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,292 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,293 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,293 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,293 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,294 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,299 [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-01 02:55:01,301 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,315 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,315 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,315 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,315 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,330 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,331 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,331 [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-01 02:55:01,334 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,334 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,349 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,349 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,349 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,349 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,365 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,366 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,380 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,380 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,380 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,380 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,396 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-01 02:55:01,396 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:55:01,411 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,411 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,411 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,411 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,426 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-01 02:55:01,427 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.282 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.013 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-07-01 02:55:01,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,475 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,489 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,491 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,491 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,494 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,497 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,498 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,511 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,513 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,513 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,516 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,516 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,518 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,530 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,532 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,532 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,536 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,536 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-07-01 02:55:01,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,549 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,550 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,550 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,550 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-07-01 02:55:01,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,557 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,563 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,564 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,578 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,578 [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-01 02:55:01,581 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,581 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,592 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,592 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,606 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,606 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,606 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,606 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,616 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,621 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,621 [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-01 02:55:01,623 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,623 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-07-01 02:55:01,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,641 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,654 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,665 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,665 [main] Logical connection got, tx=null
WARN  2024-07-01 02:55:01,667 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-01 02:55:01,668 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-01 02:55:01,668 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,668 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,670 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,675 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,682 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,684 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,684 [main] Logical connection got, tx=null
WARN  2024-07-01 02:55:01,686 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-01 02:55:01,687 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-01 02:55:01,687 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,687 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,688 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,701 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,705 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:55:01,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,717 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-07-01 02:55:01,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,733 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,733 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,734 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,734 [main] Physical connection closed
DEBUG 2024-07-01 02:55:01,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,745 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,745 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,746 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,746 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-07-01 02:55:01,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:55:01,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:55:01,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:55:01,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:55:01,758 [main] Physical connection got
DEBUG 2024-07-01 02:55:01,758 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:55:01,759 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:55:01,759 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.301s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.536s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.595s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.347s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Jul 01 02:55:01 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