Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-20 02:54:54,502 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-20 02:54:54.281 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-20 02:54:54,503 [main] Logical connection got
DEBUG 2024-05-20 02:54:54,503 [main] Logical connection closed
DEBUG 2024-05-20 02:54:54,503 [main] Logical connection got
DEBUG 2024-05-20 02:54:54,507 [main] Logical connection closed
DEBUG 2024-05-20 02:54:54,508 [main] Logical connection got
DEBUG 2024-05-20 02:54:54,508 [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-05-20 02:54:54,509 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-20 02:54:54.281 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-20 02:54:54,510 [main] Logical connection got
DEBUG 2024-05-20 02:54:54,510 [main] UPDATE EMP SET tstamp = '2024-05-20 02.54.54', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-20 02.54.54'
DEBUG 2024-05-20 02:54:54,511 [main] Logical connection closed
DEBUG 2024-05-20 02:54:54,511 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-20 02:54:55,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:55,857 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:55,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:55,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:55,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:55,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:55,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:55,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:55,994 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-20 02:54:56,152 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,153 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,227 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,233 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-20 02:54:56,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,285 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,285 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,286 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,286 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,394 [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-05-20 02:54:56,399 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,429 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,429 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,430 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,430 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,467 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,488 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,517 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,517 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,517 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,517 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,559 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,564 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,591 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,591 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,592 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,592 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,629 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,634 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,659 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,659 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,659 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,659 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,692 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,697 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,721 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,721 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,721 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,721 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,752 [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-05-20 02:54:56,756 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,767 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,780 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,780 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,780 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,780 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,811 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,816 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,839 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,839 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,840 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,840 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,876 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,881 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,903 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,904 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,904 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,904 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:56,935 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:56,940 [main] Physical connection closed
DEBUG 2024-05-20 02:54:56,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:56,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:56,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:56,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:56,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:56,964 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:56,966 [main] Physical connection got
DEBUG 2024-05-20 02:54:56,967 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:56,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:56,967 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:56,995 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:57,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:57,019 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-20 02.54.57', 99, 'hoge', 0)
DEBUG 2024-05-20 02:54:57,025 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:57,025 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716141296964/0, BranchId=]
DEBUG 2024-05-20 02:54:57,026 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,046 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,048 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,048 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,049 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,049 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,049 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,074 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,086 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,086 [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-05-20 02:54:57,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,094 [main] UPDATE EMP SET tstamp = '2024-05-20 02.54.57', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-20 02:54:57,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,095 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716141296964/1, BranchId=]
DEBUG 2024-05-20 02:54:57,095 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,117 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,118 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,157 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,158 [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-05-20 02:54:57,160 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,161 [main] UPDATE EMP SET tstamp = '2024-05-20 02.54.57', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-05-20 02:54:57,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,161 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716141296964/2, BranchId=]
DEBUG 2024-05-20 02:54:57,162 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,184 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,184 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,184 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,185 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,185 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,218 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,218 [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-05-20 02:54:57,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,221 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,221 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-20 02:54:57,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,221 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716141296964/3, BranchId=]
DEBUG 2024-05-20 02:54:57,222 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,244 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,244 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,244 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,245 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,269 [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-05-20 02:54:57,271 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,304 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,304 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,304 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,304 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,329 [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-05-20 02:54:57,338 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,361 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,361 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,361 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,362 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,387 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,396 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,421 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,421 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,421 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,421 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,445 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,453 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,473 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,473 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,473 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,473 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,495 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,503 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,522 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,522 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,522 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,522 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,544 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,552 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,552 [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-05-20 02:54:57,560 [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-05-20 02:54:57,561 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,580 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,580 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,580 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,580 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,602 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,609 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,610 [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-05-20 02:54:57,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-05-20 02:54:57,614 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,633 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,633 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,633 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,633 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,658 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,665 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,665 [main] select * from emp
DEBUG 2024-05-20 02:54:57,668 [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-05-20 02:54:57,669 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,688 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,688 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,688 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,688 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,709 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,715 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,715 [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-05-20 02:54:57,719 [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-05-20 02:54:57,720 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,722 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,730 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,739 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,739 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,739 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,739 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,759 [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-05-20 02:54:57,766 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,784 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,784 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,784 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,784 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,804 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,811 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,811 [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-05-20 02:54:57,813 [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-05-20 02:54:57,814 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,816 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,832 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,832 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,832 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,832 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,863 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,870 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,870 [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-05-20 02:54:57,874 [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-05-20 02:54:57,875 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,893 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,893 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,893 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,893 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,912 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,920 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,920 [main] select * from emp
DEBUG 2024-05-20 02:54:57,922 [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-05-20 02:54:57,923 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,940 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,940 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,940 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,941 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,960 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,967 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,967 [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-05-20 02:54:57,968 [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-05-20 02:54:57,969 [main] Physical connection closed
DEBUG 2024-05-20 02:54:57,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:57,971 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:57,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:57,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:57,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:57,987 [main] Physical connection got
DEBUG 2024-05-20 02:54:57,987 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:57,987 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:57,987 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,006 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,012 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,013 [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-05-20 02:54:58,014 [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-05-20 02:54:58,014 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,032 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,032 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,032 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,032 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,055 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,062 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,062 [main] select count(*) from emp
DEBUG 2024-05-20 02:54:58,064 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,064 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,080 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,082 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,082 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,082 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,082 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,101 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,109 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,109 [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-05-20 02:54:58,110 [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-05-20 02:54:58,110 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,128 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,129 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,129 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,129 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,148 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,155 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,155 [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-05-20 02:54:58,156 [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-05-20 02:54:58,157 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,158 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,173 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,175 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,175 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,176 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,176 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,195 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,201 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,201 [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-05-20 02:54:58,202 [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-05-20 02:54:58,203 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,217 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,219 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,221 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,221 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,221 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,221 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,240 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,247 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,247 [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-05-20 02:54:58,248 [main] Logical connection closed, tx=null
[Ljava.util.Map;@3041876
DEBUG 2024-05-20 02:54:58,248 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,266 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,266 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,267 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,267 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,285 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,292 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,292 [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-05-20 02:54:58,294 [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-05-20 02:54:58,295 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,313 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,313 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,314 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,314 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,335 [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-05-20 02:54:58,343 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,343 [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-05-20 02:54:58,347 [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-05-20 02:54:58,348 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,369 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,369 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,370 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,370 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,391 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,395 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,395 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-20 02:54:58,396 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,396 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,417 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,417 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,417 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,417 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,438 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,442 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,442 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-20 02:54:58,442 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,443 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,463 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,463 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,464 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,464 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,480 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,481 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,481 [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-05-20 02:54:58,482 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-20 02:54:58,482 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,497 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,499 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,499 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,500 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,500 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,511 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,512 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,512 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-20 02:54:58,513 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-20 02:54:58,513 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,530 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,530 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,554 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-20 02.54.58', 9999, 'test', 50)
DEBUG 2024-05-20 02:54:58,555 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,555 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,555 [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-05-20 02:54:58,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/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-05-20 02:54:58,557 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,557 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-05-20 02:54:58,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-20 02:54:58.554 {50, null, null, 0}
DEBUG 2024-05-20 02:54:58,558 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716141296964/4, BranchId=]
DEBUG 2024-05-20 02:54:58,559 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,560 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,576 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,576 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,576 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,576 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,593 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,599 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,615 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,615 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,616 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,616 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,632 [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-05-20 02:54:58,641 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,641 [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-05-20 02:54:58,643 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,643 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,661 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,661 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,661 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,661 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,677 [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-05-20 02:54:58,686 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,686 [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-05-20 02:54:58,687 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-20 02:54:58,687 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,704 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,705 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,705 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,705 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,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*/
DEBUG 2024-05-20 02:54:58,726 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,726 [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-05-20 02:54:58,727 [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-05-20 02:54:58,728 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,744 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,745 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,745 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,745 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,760 [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-05-20 02:54:58,763 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,765 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,780 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,780 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,780 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,780 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,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-05-20 02:54:58,803 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,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 = 'RESEARCH'
DEBUG 2024-05-20 02:54:58,806 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,806 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,822 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,823 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,823 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,823 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,842 [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-05-20 02:54:58,848 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,848 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-05-20 02:54:58,850 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,850 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,866 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,866 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,867 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,867 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,885 [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-05-20 02:54:58,886 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,886 [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-05-20 02:54:58,888 [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-05-20 02:54:58,888 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,904 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,904 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,905 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,905 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,921 [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-05-20 02:54:58,922 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,938 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,938 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,938 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,938 [main] Logical connection got, tx=null
WARN  2024-05-20 02:54:58,941 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-20 02:54:58,947 [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-05-20 02:54:58,948 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,948 [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-05-20 02:54:58,950 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-20 02:54:58,951 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:58,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,967 [main] Physical connection got
DEBUG 2024-05-20 02:54:58,967 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,967 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:58,967 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:58,984 [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-05-20 02:54:58,990 [main] Physical connection closed
DEBUG 2024-05-20 02:54:58,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:58,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:58,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:58,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:58,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,006 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,006 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,007 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,007 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,024 [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-05-20 02:54:59,028 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,029 [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-05-20 02:54:59,030 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,030 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,030 [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-05-20 02:54:59,031 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,031 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,047 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,047 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,048 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,048 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,065 [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-05-20 02:54:59,068 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,068 [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-05-20 02:54:59,071 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,071 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,071 [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-05-20 02:54:59,072 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,072 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,073 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-20 02:54:59,074 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,075 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,075 [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-05-20 02:54:59,076 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,076 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,076 [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-05-20 02:54:59,076 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,077 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,091 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,093 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,094 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,094 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,111 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-20 02:54:59,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,112 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-20 02:54:59,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,113 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-20 02:54:59,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,114 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-20 02:54:59,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,115 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716141296964/5, BranchId=]
DEBUG 2024-05-20 02:54:59,115 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,117 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,132 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,132 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,132 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,132 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,149 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,152 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,153 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,154 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,169 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,169 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,169 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,169 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,186 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,190 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,207 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,207 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,207 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,207 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,214 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-20 02:54:59,217 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,235 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,235 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,236 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,236 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,243 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-20 02:54:59,245 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,262 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,262 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,262 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,262 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,269 [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-05-20 02:54:59,271 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,289 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,290 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,290 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,290 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,297 [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-05-20 02:54:59,299 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,318 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,319 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,319 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,319 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,337 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,338 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,338 [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-05-20 02:54:59,342 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,342 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,361 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,361 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,362 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,362 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,382 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,383 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,402 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,402 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,403 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,403 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,423 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-20 02:54:59,424 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-20 02:54:59,444 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,444 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,444 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,444 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,464 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-20 02:54:59,465 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.238 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-20 02:54:59,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,521 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,535 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,538 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,538 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,541 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,544 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,545 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,559 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,562 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,566 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,566 [main] Physical connection closed
DEBUG 2024-05-20 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-05-20 02:54:59,568 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,581 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,584 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,584 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,587 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,588 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-20 02:54:59,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,602 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,602 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,603 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,603 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-20 02:54:59,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,617 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,618 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,632 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,632 [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-05-20 02:54:59,637 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,637 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,649 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,649 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,663 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,663 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,664 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,664 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,674 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,679 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,679 [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-05-20 02:54:59,681 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,681 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-20 02:54:59,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,701 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,715 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,726 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,726 [main] Logical connection got, tx=null
WARN  2024-05-20 02:54:59,728 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-20 02:54:59,729 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-20 02:54:59,729 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,730 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,731 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,744 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,747 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,747 [main] Logical connection got, tx=null
WARN  2024-05-20 02:54:59,749 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-20 02:54:59,750 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-20 02:54:59,750 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,750 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,752 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,768 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,773 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-20 02:54:59,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,786 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-20 02:54:59,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,803 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,803 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,805 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,805 [main] Physical connection closed
DEBUG 2024-05-20 02:54:59,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,816 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,816 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,817 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,818 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-20 02:54:59,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-20 02:54:59,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-20 02:54:59,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-20 02:54:59,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-20 02:54:59,832 [main] Physical connection got
DEBUG 2024-05-20 02:54:59,832 [main] Logical connection got, tx=null
DEBUG 2024-05-20 02:54:59,833 [main] Logical connection closed, tx=null
DEBUG 2024-05-20 02:54:59,833 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.314s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.523s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.648s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.344s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon May 20 02:54:59 JST 2024
[INFO] Final Memory: 29M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS