Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-04-26 02:54:55,570 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-26 02:54:55.367 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-26 02:54:55,570 [main] Logical connection got
DEBUG 2024-04-26 02:54:55,570 [main] Logical connection closed
DEBUG 2024-04-26 02:54:55,570 [main] Logical connection got
DEBUG 2024-04-26 02:54:55,574 [main] Logical connection closed
DEBUG 2024-04-26 02:54:55,575 [main] Logical connection got
DEBUG 2024-04-26 02:54:55,575 [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-04-26 02:54:55,576 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-26 02:54:55.367 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-26 02:54:55,577 [main] Logical connection got
DEBUG 2024-04-26 02:54:55,577 [main] UPDATE EMP SET tstamp = '2024-04-26 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-04-26 02.54.55'
DEBUG 2024-04-26 02:54:55,578 [main] Logical connection closed
DEBUG 2024-04-26 02:54:55,578 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-04-26 02:54:56,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:56,755 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:54:56,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:56,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:56,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:56,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:56,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:56,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:56,892 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:54:57,048 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,048 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,123 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,129 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-04-26 02:54:57,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,144 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,181 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,181 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,181 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,182 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,299 [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-04-26 02:54:57,304 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,306 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,336 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,336 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,336 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,336 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,377 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,401 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,414 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,428 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,432 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,432 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,432 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,433 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,477 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,482 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,511 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,511 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,511 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,511 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,551 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,556 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,584 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,584 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,584 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,584 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,622 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,627 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,654 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,654 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,654 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,655 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,692 [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-04-26 02:54:57,696 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,722 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,722 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,722 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,722 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,759 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,765 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,791 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,791 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,791 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,791 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,833 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,839 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,861 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,862 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,865 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,865 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,866 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,866 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:57,903 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:57,909 [main] Physical connection closed
DEBUG 2024-04-26 02:54:57,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:57,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:57,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,929 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:57,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:57,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:57,937 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:57,939 [main] Physical connection got
DEBUG 2024-04-26 02:54:57,940 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:57,940 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:57,940 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:57,974 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:57,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:57,999 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-26 02.54.57', 99, 'hoge', 0)
DEBUG 2024-04-26 02:54:58,005 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:58,005 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067697937/0, BranchId=]
DEBUG 2024-04-26 02:54:58,006 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,008 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,029 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,029 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,030 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,030 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,030 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,075 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,075 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-26 02:54:58,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,083 [main] UPDATE EMP SET tstamp = '2024-04-26 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-04-26 02:54:58,084 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,084 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067697937/1, BranchId=]
DEBUG 2024-04-26 02:54:58,084 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,107 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,107 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,108 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,108 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,154 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,154 [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-04-26 02:54:58,156 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,156 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,157 [main] UPDATE EMP SET tstamp = '2024-04-26 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-04-26 02:54:58,157 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,158 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067697937/2, BranchId=]
DEBUG 2024-04-26 02:54:58,158 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,180 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,181 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,181 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,218 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,218 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-26 02:54:58,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,220 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-26 02:54:58,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,221 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067697937/3, BranchId=]
DEBUG 2024-04-26 02:54:58,221 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,245 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,245 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,245 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,245 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,273 [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-04-26 02:54:58,274 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,305 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,305 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,305 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,306 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,329 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-04-26 02:54:58,338 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,362 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,362 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,362 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,362 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,386 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,394 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,420 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,420 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,420 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,421 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,444 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,452 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,454 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,474 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,474 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,474 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,474 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,497 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,506 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,528 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,528 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,528 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,528 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,551 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,559 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,559 [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-04-26 02:54:58,567 [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-04-26 02:54:58,569 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,590 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,590 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,590 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,590 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,613 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,620 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,621 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-26 02:54:58,625 [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-04-26 02:54:58,626 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,647 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,648 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,648 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,648 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,673 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,681 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,681 [main] select * from emp
DEBUG 2024-04-26 02:54:58,684 [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-04-26 02:54:58,685 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,706 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,706 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,706 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,706 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,727 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,735 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,735 [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-04-26 02:54:58,739 [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-04-26 02:54:58,740 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,760 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,761 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,761 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,761 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,782 [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-04-26 02:54:58,790 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,810 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,810 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,810 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,810 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,830 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,838 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,838 [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-04-26 02:54:58,840 [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-04-26 02:54:58,842 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,862 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,862 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,862 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,862 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,888 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,895 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,896 [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-04-26 02:54:58,900 [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-04-26 02:54:58,901 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,921 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,921 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,921 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,922 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,942 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,949 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,950 [main] select * from emp
DEBUG 2024-04-26 02:54:58,951 [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-04-26 02:54:58,952 [main] Physical connection closed
DEBUG 2024-04-26 02:54:58,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:58,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:58,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:58,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:58,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:58,972 [main] Physical connection got
DEBUG 2024-04-26 02:54:58,972 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,972 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,972 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,992 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:58,999 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:58,999 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-04-26 02:54:59,001 [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-04-26 02:54:59,003 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,021 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,022 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,022 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,022 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,041 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,048 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,048 [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-04-26 02:54:59,050 [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-04-26 02:54:59,051 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,070 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,070 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,070 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,070 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,098 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,105 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,105 [main] select count(*) from emp
DEBUG 2024-04-26 02:54:59,107 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,107 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,126 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,126 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,126 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,127 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,146 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,154 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,154 [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-04-26 02:54:59,155 [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-04-26 02:54:59,155 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,174 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,174 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,174 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,174 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,193 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,201 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,201 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-26 02:54:59,201 [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-04-26 02:54:59,202 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,217 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,221 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,221 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,221 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,221 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,240 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,247 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,247 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-26 02:54:59,248 [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-04-26 02:54:59,248 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,267 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,267 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,267 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,268 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,287 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,294 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,294 [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-04-26 02:54:59,294 [main] Logical connection closed, tx=null
[Ljava.util.Map;@465ff916
DEBUG 2024-04-26 02:54:59,295 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,313 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,314 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,314 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,314 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,333 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,340 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,340 [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-04-26 02:54:59,342 [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-04-26 02:54:59,343 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,361 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,361 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,361 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,361 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,383 [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-04-26 02:54:59,390 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,390 [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-04-26 02:54:59,394 [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-04-26 02:54:59,395 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,413 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,413 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,413 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,413 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,432 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,436 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,436 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:54:59,436 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,437 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,455 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,455 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,455 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,455 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,474 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,477 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,477 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:54:59,478 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,478 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,496 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,496 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,497 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,497 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,512 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,513 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,513 [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-04-26 02:54:59,514 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-04-26 02:54:59,515 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,532 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,532 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,532 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,533 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,545 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,545 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,546 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-04-26 02:54:59,546 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-04-26 02:54:59,547 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,564 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,565 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,590 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,590 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-26 02.54.59', 9999, 'test', 50)
DEBUG 2024-04-26 02:54:59,591 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,591 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,591 [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-04-26 02:54:59,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/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-04-26 02:54:59,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,593 [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-04-26 02:54:59,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-04-26 02:54:59.59 {50, null, null, 0}
DEBUG 2024-04-26 02:54:59,595 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067697937/4, BranchId=]
DEBUG 2024-04-26 02:54:59,595 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,612 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,612 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,612 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,613 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,630 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,637 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,654 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,654 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,655 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,655 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,672 [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-04-26 02:54:59,681 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,682 [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-04-26 02:54:59,684 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,684 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,702 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,702 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,702 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,702 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,720 [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-04-26 02:54:59,729 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,729 [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-04-26 02:54:59,730 [main] Logical connection closed, tx=null
[]
DEBUG 2024-04-26 02:54:59,730 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,748 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,749 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,749 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,766 [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-04-26 02:54:59,771 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,771 [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-04-26 02:54:59,773 [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-04-26 02:54:59,774 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,791 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,791 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,792 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,792 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,809 [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-04-26 02:54:59,812 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,829 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,829 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,829 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,829 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,847 [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-04-26 02:54:59,853 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,853 [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-04-26 02:54:59,856 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,856 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,857 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,871 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,873 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,873 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,873 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,873 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,893 [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-04-26 02:54:59,900 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,900 [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-04-26 02:54:59,900 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,901 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,902 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,918 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,918 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,918 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,918 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,937 [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-04-26 02:54:59,938 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,938 [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-04-26 02:54:59,940 [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-04-26 02:54:59,940 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,957 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,957 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,957 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,957 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,974 [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-04-26 02:54:59,975 [main] Physical connection closed
DEBUG 2024-04-26 02:54:59,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:54:59,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:54:59,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:54:59,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:54:59,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:54:59,991 [main] Physical connection got
DEBUG 2024-04-26 02:54:59,991 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:54:59,992 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:54:59,992 [main] Logical connection got, tx=null
WARN  2024-04-26 02:54:59,995 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-04-26 02:55:00,000 [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-04-26 02:55:00,000 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,001 [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-04-26 02:55:00,003 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-04-26 02:55:00,003 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,019 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,019 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,020 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,020 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,038 [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-04-26 02:55:00,044 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,060 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,061 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,061 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,061 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,079 [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-04-26 02:55:00,083 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,083 [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-04-26 02:55:00,084 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,084 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,084 [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-04-26 02:55:00,085 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,085 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,087 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,102 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,102 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,102 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,102 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,120 [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-04-26 02:55:00,123 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,123 [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-04-26 02:55:00,127 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,127 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,127 [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-04-26 02:55:00,128 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,128 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,128 [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-04-26 02:55:00,130 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,130 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,130 [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-04-26 02:55:00,131 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,131 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,131 [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-04-26 02:55:00,132 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,132 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,148 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,149 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,149 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,150 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,150 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,167 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-04-26 02:55:00,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,168 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:55:00,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,169 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,169 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-04-26 02:55:00,169 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,169 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,169 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-26 02:55:00,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,170 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714067697937/5, BranchId=]
DEBUG 2024-04-26 02:55:00,170 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,187 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,187 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,191 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,191 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,209 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,212 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,229 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,229 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,229 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,229 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,246 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,256 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,273 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,273 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,273 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,273 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,279 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-04-26 02:55:00,281 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,300 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,300 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,300 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,301 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,307 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-04-26 02:55:00,308 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,309 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,310 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,313 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,322 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,324 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,324 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,325 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,325 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,331 [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-04-26 02:55:00,333 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,349 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,349 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,360 [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-04-26 02:55:00,363 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,396 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,396 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,396 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,396 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,414 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,415 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,416 [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-04-26 02:55:00,419 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,419 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,435 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,436 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,436 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,436 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,453 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,454 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,470 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,470 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,471 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,471 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,487 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-26 02:55:00,488 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-26 02:55:00,504 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,505 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,505 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,505 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,522 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-26 02:55:00,523 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.393 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-04-26 02:55:00,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,572 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,587 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,589 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,589 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,593 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,596 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,597 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,611 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,613 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,614 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,622 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,623 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,625 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,638 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,641 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,641 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,644 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,645 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-04-26 02:55:00,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,661 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,661 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,662 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,662 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-04-26 02:55:00,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,677 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,677 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,693 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,693 [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-04-26 02:55:00,698 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,699 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,711 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,711 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,727 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,727 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,727 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,728 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,738 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,743 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,743 [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-04-26 02:55:00,745 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,745 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-04-26 02:55:00,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,765 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,779 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,790 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,791 [main] Logical connection got, tx=null
WARN  2024-04-26 02:55:00,793 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-26 02:55:00,794 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-26 02:55:00,794 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,794 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,796 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,810 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,813 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,813 [main] Logical connection got, tx=null
WARN  2024-04-26 02:55:00,815 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-26 02:55:00,816 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-26 02:55:00,816 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,816 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,818 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,831 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,835 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-26 02:55:00,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,849 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-04-26 02:55:00,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,868 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,868 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,869 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,869 [main] Physical connection closed
DEBUG 2024-04-26 02:55:00,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,881 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,881 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,882 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,883 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-04-26 02:55:00,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-26 02:55:00,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-26 02:55:00,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-26 02:55:00,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-26 02:55:00,897 [main] Physical connection got
DEBUG 2024-04-26 02:55:00,897 [main] Logical connection got, tx=null
DEBUG 2024-04-26 02:55:00,898 [main] Logical connection closed, tx=null
DEBUG 2024-04-26 02:55:00,898 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.641s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.590s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.361s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Apr 26 02:55:00 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