Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-29 02:54:55,445 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-29 02:54:55.221 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-29 02:54:55,446 [main] Logical connection got
DEBUG 2024-06-29 02:54:55,446 [main] Logical connection closed
DEBUG 2024-06-29 02:54:55,446 [main] Logical connection got
DEBUG 2024-06-29 02:54:55,450 [main] Logical connection closed
DEBUG 2024-06-29 02:54:55,452 [main] Logical connection got
DEBUG 2024-06-29 02:54:55,452 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-29 02:54:55,453 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-29 02:54:55.221 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-29 02:54:55,453 [main] Logical connection got
DEBUG 2024-06-29 02:54:55,454 [main] UPDATE EMP SET tstamp = '2024-06-29 02.54.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-29 02.54.55'
DEBUG 2024-06-29 02:54:55,454 [main] Logical connection closed
DEBUG 2024-06-29 02:54:55,455 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 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.167 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-29 02:54:56,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:56,882 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:54:56,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:56,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:56,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:56,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:56,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:56,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,013 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:54:57,180 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,180 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,262 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,268 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-29 02:54:57,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,322 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,322 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,322 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,323 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,436 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-06-29 02:54:57,441 [main] Physical connection closed
DEBUG 2024-06-29 02:54:57,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,466 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,471 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,471 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,472 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,472 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,511 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,534 [main] Physical connection closed
DEBUG 2024-06-29 02:54:57,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,565 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,565 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,565 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,565 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,608 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,613 [main] Physical connection closed
DEBUG 2024-06-29 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-06-29 02:54:57,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,641 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,641 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,642 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,642 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,677 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,682 [main] Physical connection closed
DEBUG 2024-06-29 02:54:57,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,709 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,709 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,710 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,710 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,745 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,750 [main] Physical connection closed
DEBUG 2024-06-29 02:54:57,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,773 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,777 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,777 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,777 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,778 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,810 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-06-29 02:54:57,815 [main] Physical connection closed
DEBUG 2024-06-29 02:54:57,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,840 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,841 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,841 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,841 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,873 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,879 [main] Physical connection closed
DEBUG 2024-06-29 02:54:57,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,904 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,904 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,904 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,904 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,943 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,948 [main] Physical connection closed
DEBUG 2024-06-29 02:54:57,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:57,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:57,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:57,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:57,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:57,973 [main] Physical connection got
DEBUG 2024-06-29 02:54:57,973 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:57,973 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:57,973 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,002 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,007 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,009 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,018 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,033 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,035 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,035 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,036 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,036 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,087 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-29 02.54.58', 99, 'hoge', 0)
DEBUG 2024-06-29 02:54:58,092 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,092 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597298033/0, BranchId=]
DEBUG 2024-06-29 02:54:58,093 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,095 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,117 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,117 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,154 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 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  EMP.empno = 7788
DEBUG 2024-06-29 02:54:58,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,162 [main] UPDATE EMP SET tstamp = '2024-06-29 02.54.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-29 02:54:58,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,163 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597298033/1, BranchId=]
DEBUG 2024-06-29 02:54:58,164 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,175 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,187 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,187 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,234 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-29 02:54:58,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,237 [main] UPDATE EMP SET tstamp = '2024-06-29 02.54.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-29 02:54:58,238 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,238 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597298033/2, BranchId=]
DEBUG 2024-06-29 02:54:58,238 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,261 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,261 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,262 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,262 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,297 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-29 02:54:58,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,300 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-29 02:54:58,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,300 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597298033/3, BranchId=]
DEBUG 2024-06-29 02:54:58,301 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,324 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,325 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,325 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,325 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,351 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-06-29 02:54:58,352 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,383 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,383 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,383 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,383 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,408 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-06-29 02:54:58,417 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,441 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,441 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,441 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,441 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,466 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,474 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,476 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,508 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,508 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,509 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,509 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,534 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,542 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,544 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,564 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,564 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,565 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,565 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,590 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,598 [main] Physical connection closed
DEBUG 2024-06-29 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-06-29 02:54:58,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,621 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,621 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,621 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,622 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,646 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,653 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-29 02:54:58,661 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-29 02:54:58,662 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,684 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,684 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,684 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,684 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,708 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,716 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,717 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-29 02:54:58,721 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-29 02:54:58,722 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,740 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,743 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,743 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,743 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,743 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,773 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,781 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,781 [main] select * from emp
DEBUG 2024-06-29 02:54:58,783 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-29 02:54:58,784 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,801 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,803 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,803 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,803 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,803 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,826 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,833 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,834 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-29 02:54:58,837 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-29 02:54:58,838 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,857 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,857 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,857 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,857 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,879 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-29 02:54:58,887 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,906 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,906 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,906 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,906 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,928 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,936 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,936 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-29 02:54:58,938 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-29 02:54:58,939 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:58,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:58,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:58,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,957 [main] Physical connection got
DEBUG 2024-06-29 02:54:58,957 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,957 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,958 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,979 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:58,986 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:58,986 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-29 02:54:58,991 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-29 02:54:58,992 [main] Physical connection closed
DEBUG 2024-06-29 02:54:58,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:58,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:58,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,016 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,016 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,016 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,016 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,036 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,044 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,044 [main] select * from emp
DEBUG 2024-06-29 02:54:59,045 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-29 02:54:59,046 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,067 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,067 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,068 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,068 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,088 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,095 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,096 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-29 02:54:59,097 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-29 02:54:59,099 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,116 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,117 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,117 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,117 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,137 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,144 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,144 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-29 02:54:59,146 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-29 02:54:59,146 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,147 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,152 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,165 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,165 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,165 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,165 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,185 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,202 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,202 [main] select count(*) from emp
DEBUG 2024-06-29 02:54:59,203 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,204 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,222 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,222 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,222 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,222 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,242 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,250 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,250 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-29 02:54:59,251 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-06-29 02:54:59,251 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,253 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,267 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,270 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,270 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,270 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,270 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,290 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,297 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-29 02:54:59,298 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-06-29 02:54:59,299 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,317 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,317 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,317 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,317 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,337 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,344 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,344 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-29 02:54:59,345 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-29 02:54:59,345 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,364 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,364 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,364 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,364 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,384 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,391 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,391 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-29 02:54:59,392 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1d417690
DEBUG 2024-06-29 02:54:59,392 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,410 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,410 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,410 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,411 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,431 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,438 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,438 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-29 02:54:59,440 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-06-29 02:54:59,440 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,458 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,458 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,458 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,458 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,478 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-29 02:54:59,484 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-29 02:54:59,489 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-29 02:54:59,489 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,506 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,506 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,507 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,507 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,526 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,529 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,529 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:54:59,529 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,530 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,531 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,547 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,547 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,547 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,547 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,571 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,574 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,574 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:54:59,575 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,575 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,593 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,593 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,593 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,593 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,606 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,607 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,607 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-06-29 02:54:59,608 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-29 02:54:59,608 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,631 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,632 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,632 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,632 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,644 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,644 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,645 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-29 02:54:59,645 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-29 02:54:59,645 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,663 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,663 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,663 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,688 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-29 02.54.59', 9999, 'test', 50)
DEBUG 2024-06-29 02:54:59,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,689 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-06-29 02:54:59,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-29 02:54:59,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,691 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-29 02:54:59,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-29 02:54:59.688 {50, null, null, 0}
DEBUG 2024-06-29 02:54:59,691 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597298033/4, BranchId=]
DEBUG 2024-06-29 02:54:59,692 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,709 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,709 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,709 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,709 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,728 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,734 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,749 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,751 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,751 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,752 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,752 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,770 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-06-29 02:54:59,778 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,778 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-29 02:54:59,780 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,781 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,798 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,798 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,798 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,798 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,816 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-06-29 02:54:59,825 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,825 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-29 02:54:59,825 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-29 02:54:59,826 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,843 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,843 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,843 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,843 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,860 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-06-29 02:54:59,865 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,865 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-06-29 02:54:59,867 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-29 02:54:59,867 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,884 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,884 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,884 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,884 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,901 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-29 02:54:59,904 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,920 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,920 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,920 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,920 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,937 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-29 02:54:59,943 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,944 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-29 02:54:59,946 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,946 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:54:59,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,963 [main] Physical connection got
DEBUG 2024-06-29 02:54:59,963 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,963 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,963 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,980 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-29 02:54:59,986 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:54:59,986 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-29 02:54:59,986 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:54:59,987 [main] Physical connection closed
DEBUG 2024-06-29 02:54:59,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:54:59,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:54:59,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:54:59,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:54:59,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,001 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,004 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,004 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,004 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,004 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,026 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-29 02:55:00,027 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,027 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-06-29 02:55:00,029 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-06-29 02:55:00,030 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,047 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,047 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,047 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,047 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,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 AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-29 02:55:00,065 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,085 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,085 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,085 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,085 [main] Logical connection got, tx=null
WARN  2024-06-29 02:55:00,089 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-29 02:55:00,095 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-29 02:55:00,096 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,096 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-29 02:55:00,099 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-29 02:55:00,099 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,117 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,117 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,117 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,117 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,139 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-29 02:55:00,147 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,166 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,166 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,167 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,188 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-06-29 02:55:00,193 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-29 02:55:00,193 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,194 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,194 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-29 02:55:00,195 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,195 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,214 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,214 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,214 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,214 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,235 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-06-29 02:55:00,239 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,239 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-29 02:55:00,242 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,242 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,242 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-06-29 02:55:00,243 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,243 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,243 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-06-29 02:55:00,245 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,245 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,245 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-29 02:55:00,246 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,246 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-29 02:55:00,247 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,247 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,263 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,266 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,266 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,266 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,267 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-29 02:55:00,288 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,289 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:55:00,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,289 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-29 02:55:00,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,290 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-29 02:55:00,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,290 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719597298033/5, BranchId=]
DEBUG 2024-06-29 02:55:00,290 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,309 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,309 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,309 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,309 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,330 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,335 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,354 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,354 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,354 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,354 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,385 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,394 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,424 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,424 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,424 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,424 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,434 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-29 02:55:00,437 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,471 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,471 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,471 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,471 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,477 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-29 02:55:00,479 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,496 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,496 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,496 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,496 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,503 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-06-29 02:55:00,504 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,520 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,520 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,521 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,521 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,527 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-06-29 02:55:00,529 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,545 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,545 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,545 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,546 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,563 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,564 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,564 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-29 02:55:00,567 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,567 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,584 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,584 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,584 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,584 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,601 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,602 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,618 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,619 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,619 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,619 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,636 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-29 02:55:00,637 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-29 02:55:00,653 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,653 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,654 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,654 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,671 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-29 02:55:00,672 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.405 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-29 02:55:00,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,721 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,736 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,738 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,738 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,742 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,745 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,746 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,760 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,762 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,762 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,766 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,766 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,768 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,782 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,784 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,784 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,788 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,788 [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-06-29 02:55:00,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,803 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,803 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,804 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,804 [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-06-29 02:55:00,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,820 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,820 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,836 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,836 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-06-29 02:55:00,841 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,841 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,854 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,854 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,870 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,871 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,871 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,871 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,882 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,887 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:00,887 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-29 02:55:00,890 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,890 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-29 02:55:00,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,913 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,928 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,939 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,939 [main] Logical connection got, tx=null
WARN  2024-06-29 02:55:00,942 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-29 02:55:00,942 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-29 02:55:00,943 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,943 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,945 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,959 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,962 [main] Physical connection got
DEBUG 2024-06-29 02:55:00,962 [main] Logical connection got, tx=null
WARN  2024-06-29 02:55:00,964 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-29 02:55:00,965 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-29 02:55:00,965 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:00,965 [main] Physical connection closed
DEBUG 2024-06-29 02:55:00,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,967 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,980 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:00,985 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-29 02:55:00,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:00,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:00,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:00,999 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-29 02:55:01,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:01,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:01,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:01,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:01,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:01,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:01,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:01,018 [main] Physical connection got
DEBUG 2024-06-29 02:55:01,018 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:01,020 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:01,020 [main] Physical connection closed
DEBUG 2024-06-29 02:55:01,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:01,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:01,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:01,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:01,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:01,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:01,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:01,033 [main] Physical connection got
DEBUG 2024-06-29 02:55:01,033 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:01,034 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:01,034 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-29 02:55:01,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-29 02:55:01,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:01,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-29 02:55:01,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-29 02:55:01,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:01,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-29 02:55:01,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-29 02:55:01,050 [main] Physical connection got
DEBUG 2024-06-29 02:55:01,050 [main] Logical connection got, tx=null
DEBUG 2024-06-29 02:55:01,051 [main] Logical connection closed, tx=null
DEBUG 2024-06-29 02:55:01,051 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.308s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.503s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.644s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.607s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Jun 29 02:55:01 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS