Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-24 02:54:55,577 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-24 02:54:55.363 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-24 02:54:55,577 [main] Logical connection got
DEBUG 2024-05-24 02:54:55,578 [main] Logical connection closed
DEBUG 2024-05-24 02:54:55,578 [main] Logical connection got
DEBUG 2024-05-24 02:54:55,582 [main] Logical connection closed
DEBUG 2024-05-24 02:54:55,583 [main] Logical connection got
DEBUG 2024-05-24 02:54:55,583 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-24 02:54:55,584 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-24 02:54:55.363 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-24 02:54:55,585 [main] Logical connection got
DEBUG 2024-05-24 02:54:55,585 [main] UPDATE EMP SET tstamp = '2024-05-24 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-05-24 02.54.55'
DEBUG 2024-05-24 02:54:55,586 [main] Logical connection closed
DEBUG 2024-05-24 02:54:55,586 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.153 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-24 02:54:56,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:56,964 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:54:57,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,107 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-24 02:54:57,267 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,268 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,343 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,350 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-24 02:54:57,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,404 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,404 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,405 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,405 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,514 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-05-24 02:54:57,520 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,545 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,550 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,550 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,550 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,550 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,586 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,608 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,610 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,633 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,637 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,637 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,637 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,637 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,678 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,683 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,709 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,709 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,710 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,710 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,743 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,748 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,773 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,773 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,773 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,773 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,804 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,809 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,834 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,835 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,835 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,835 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,865 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-05-24 02:54:57,869 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,893 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,893 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,894 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,894 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,925 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,929 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,932 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:57,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:57,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,954 [main] Physical connection got
DEBUG 2024-05-24 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,954 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:57,988 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:57,992 [main] Physical connection closed
DEBUG 2024-05-24 02:54:57,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:57,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:57,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:57,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,017 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,017 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,017 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,017 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,045 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,050 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,071 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,076 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,077 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,105 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,126 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,128 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-24 02.54.58', 99, 'hoge', 0)
DEBUG 2024-05-24 02:54:58,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,134 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716486898075/0, BranchId=]
DEBUG 2024-05-24 02:54:58,134 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,158 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,158 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,159 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,159 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,159 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,185 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,195 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-24 02:54:58,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,203 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,203 [main] UPDATE EMP SET tstamp = '2024-05-24 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-05-24 02:54:58,204 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,204 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716486898075/1, BranchId=]
DEBUG 2024-05-24 02:54:58,204 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,228 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,229 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,229 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,229 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,253 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,270 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,270 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-24 02:54:58,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,273 [main] UPDATE EMP SET tstamp = '2024-05-24 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-05-24 02:54:58,273 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,274 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716486898075/2, BranchId=]
DEBUG 2024-05-24 02:54:58,274 [main] Physical connection closed
DEBUG 2024-05-24 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-05-24 02:54:58,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,298 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,299 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,333 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-24 02:54:58,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,335 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,335 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-24 02:54:58,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,336 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716486898075/3, BranchId=]
DEBUG 2024-05-24 02:54:58,336 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,361 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,361 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,361 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,361 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,387 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-05-24 02:54:58,388 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,421 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,421 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,421 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,421 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,447 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-05-24 02:54:58,455 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,480 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,480 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,481 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,481 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,506 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,514 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,542 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,542 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,543 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,543 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,568 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,576 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,598 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,599 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,599 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,599 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,624 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,632 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,655 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,655 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,655 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,655 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,678 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,686 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,686 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-24 02:54:58,693 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-24 02:54:58,695 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,716 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,717 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,717 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,717 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,740 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,747 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,748 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-24 02:54:58,752 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-24 02:54:58,753 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,775 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,775 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,775 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,775 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,803 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,810 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,811 [main] select * from emp
DEBUG 2024-05-24 02:54:58,814 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-24 02:54:58,815 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,836 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,836 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,836 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,836 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,859 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,867 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,867 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-24 02:54:58,871 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-24 02:54:58,872 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,893 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,893 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,893 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,893 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,916 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-05-24 02:54:58,923 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,925 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,943 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,943 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,944 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,944 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,966 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,973 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,973 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-24 02:54:58,976 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-24 02:54:58,977 [main] Physical connection closed
DEBUG 2024-05-24 02:54:58,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:58,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:58,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:58,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:58,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:58,997 [main] Physical connection got
DEBUG 2024-05-24 02:54:58,997 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:58,998 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:58,998 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,019 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,026 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,026 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-24 02:54:59,031 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-24 02:54:59,032 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,034 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,052 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,052 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,052 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,052 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,073 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,081 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,081 [main] select * from emp
DEBUG 2024-05-24 02:54:59,083 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-24 02:54:59,084 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,102 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,105 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,105 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,105 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,105 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,126 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,134 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,134 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-24 02:54:59,136 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-24 02:54:59,138 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,157 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,160 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,160 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,160 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,160 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,185 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,194 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,194 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-24 02:54:59,196 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-24 02:54:59,196 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,218 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,218 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,219 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,219 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,243 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,262 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,262 [main] select count(*) from emp
DEBUG 2024-05-24 02:54:59,264 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,264 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,281 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,283 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,283 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,283 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,284 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,304 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,312 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,312 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-24 02:54:59,313 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-05-24 02:54:59,313 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,329 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,332 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,332 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,332 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,332 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,353 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,360 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,360 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-24 02:54:59,361 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-05-24 02:54:59,361 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,380 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,380 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,380 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,380 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,400 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,407 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,407 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-24 02:54:59,408 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-05-24 02:54:59,408 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,427 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,427 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,427 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,427 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,447 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,454 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,454 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-24 02:54:59,455 [main] Logical connection closed, tx=null
[Ljava.util.Map;@64c272bc
DEBUG 2024-05-24 02:54:59,455 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,474 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,474 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,474 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,474 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,494 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,501 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,501 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-05-24 02:54:59,503 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-05-24 02:54:59,504 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,522 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,522 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,522 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,522 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,542 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-05-24 02:54:59,549 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,549 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-05-24 02:54:59,553 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-24 02:54:59,553 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,569 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,572 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,572 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,572 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,572 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,593 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,597 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,597 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-24 02:54:59,597 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,597 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,616 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,616 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,616 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,616 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,636 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,639 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,639 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-24 02:54:59,639 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,640 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,659 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,659 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,659 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,659 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,672 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,673 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,673 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-05-24 02:54:59,674 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-24 02:54:59,675 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,697 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,697 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,697 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,698 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,710 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,711 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,711 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-24 02:54:59,712 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-24 02:54:59,712 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,730 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,730 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,757 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-24 02.54.59', 9999, 'test', 50)
DEBUG 2024-05-24 02:54:59,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,757 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-05-24 02:54:59,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-24 02:54:59,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,759 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-05-24 02:54:59,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-24 02:54:59.756 {50, null, null, 0}
DEBUG 2024-05-24 02:54:59,761 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716486898075/4, BranchId=]
DEBUG 2024-05-24 02:54:59,761 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,762 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,779 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,779 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,779 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,779 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,798 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,804 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,822 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,822 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,823 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,823 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,841 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-05-24 02:54:59,850 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,850 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-24 02:54:59,853 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,853 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,871 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,871 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,871 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,871 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,889 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-05-24 02:54:59,899 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,899 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-05-24 02:54:59,899 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-24 02:54:59,900 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,918 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,918 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,919 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,919 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,936 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-05-24 02:54:59,941 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,941 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-05-24 02:54:59,943 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-24 02:54:59,944 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,961 [main] Physical connection got
DEBUG 2024-05-24 02:54:59,961 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,962 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:54:59,962 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:54:59,979 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-05-24 02:54:59,982 [main] Physical connection closed
DEBUG 2024-05-24 02:54:59,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:54:59,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:54:59,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,990 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:54:59,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:54:59,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:54:59,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,000 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,000 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,000 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,000 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,018 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-24 02:55:00,025 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,025 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-05-24 02:55:00,028 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,028 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,046 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,046 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,046 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,046 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,064 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-24 02:55:00,071 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,071 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-05-24 02:55:00,072 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,072 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,090 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,090 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,091 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,091 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,114 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-24 02:55:00,115 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,115 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-05-24 02:55:00,117 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-05-24 02:55:00,117 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,135 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,135 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,135 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,136 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,153 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-24 02:55:00,154 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,174 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,174 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,175 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,175 [main] Logical connection got, tx=null
WARN  2024-05-24 02:55:00,178 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-24 02:55:00,185 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-24 02:55:00,185 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,185 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-24 02:55:00,188 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-24 02:55:00,188 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,208 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,208 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,208 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,209 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,231 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-24 02:55:00,239 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,257 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,259 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,259 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,260 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,260 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,282 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-05-24 02:55:00,286 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,286 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-05-24 02:55:00,287 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,288 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,288 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-05-24 02:55:00,291 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,292 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,313 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,313 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,313 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,313 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,336 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-05-24 02:55:00,340 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,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 
DEBUG 2024-05-24 02:55:00,343 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,343 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,343 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-05-24 02:55:00,344 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,344 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,344 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-24 02:55:00,346 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,347 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,347 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-05-24 02:55:00,347 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,348 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,348 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-05-24 02:55:00,348 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,348 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,370 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,370 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,371 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,371 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,394 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-24 02:55:00,394 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,394 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-24 02:55:00,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,395 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-24 02:55:00,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,395 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-24 02:55:00,396 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,396 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716486898075/5, BranchId=]
DEBUG 2024-05-24 02:55:00,396 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,418 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,418 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,418 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,418 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,441 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,446 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,463 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,463 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,466 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,466 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,466 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,466 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,490 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,495 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,497 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,517 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,517 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,517 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,517 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,526 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-24 02:55:00,529 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,531 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,552 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,553 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,553 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,553 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,559 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-24 02:55:00,561 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,578 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,578 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,578 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,578 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,585 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-05-24 02:55:00,586 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,603 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,603 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,603 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,603 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,609 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-05-24 02:55:00,611 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,628 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,628 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,628 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,628 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,646 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,647 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,647 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-24 02:55:00,650 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,650 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,667 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,668 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,668 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,668 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,686 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,687 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,704 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,704 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,704 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,704 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,722 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-24 02:55:00,722 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,730 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-24 02:55:00,739 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,740 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,740 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,740 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,757 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-24 02:55:00,758 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.408 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-05-24 02:55:00,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,807 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:55:00,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,823 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-24 02:55:00,826 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,826 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,830 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,832 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,834 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:55:00,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,849 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-24 02:55:00,852 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,852 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,856 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,857 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,858 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:55:00,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,873 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-24 02:55:00,876 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,877 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,880 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,881 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-24 02:55:00,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,897 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,897 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,898 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,898 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-24 02:55:00,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,914 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,914 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,932 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,932 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-05-24 02:55:00,935 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,935 [main] Physical connection closed
DEBUG 2024-05-24 02:55:00,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:00,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:00,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:00,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:00,949 [main] Physical connection got
DEBUG 2024-05-24 02:55:00,949 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,967 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,967 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,967 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,967 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,978 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,983 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:00,983 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-24 02:55:00,986 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:00,986 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.007 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-24 02:55:01,014 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:01,015 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:55:01,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,030 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-24 02:55:01,042 [main] Physical connection got
DEBUG 2024-05-24 02:55:01,042 [main] Logical connection got, tx=null
WARN  2024-05-24 02:55:01,044 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-24 02:55:01,045 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-24 02:55:01,045 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:01,046 [main] Physical connection closed
DEBUG 2024-05-24 02:55:01,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:01,047 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:55:01,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,063 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-24 02:55:01,066 [main] Physical connection got
DEBUG 2024-05-24 02:55:01,066 [main] Logical connection got, tx=null
WARN  2024-05-24 02:55:01,068 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-24 02:55:01,069 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-24 02:55:01,069 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:01,069 [main] Physical connection closed
DEBUG 2024-05-24 02:55:01,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:01,071 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:55:01,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,090 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-24 02:55:01,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:01,095 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-24 02:55:01,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,110 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-24 02:55:01,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:01,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,131 [main] Physical connection got
DEBUG 2024-05-24 02:55:01,131 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:01,132 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:01,132 [main] Physical connection closed
DEBUG 2024-05-24 02:55:01,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:01,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,147 [main] Physical connection got
DEBUG 2024-05-24 02:55:01,147 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:01,148 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:01,148 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-24 02:55:01,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-24 02:55:01,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-24 02:55:01,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-24 02:55:01,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-24 02:55:01,165 [main] Physical connection got
DEBUG 2024-05-24 02:55:01,165 [main] Logical connection got, tx=null
DEBUG 2024-05-24 02:55:01,166 [main] Logical connection closed, tx=null
DEBUG 2024-05-24 02:55:01,166 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.305s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.595s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.660s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.604s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri May 24 02:55:01 JST 2024
[INFO] Final Memory: 30M/407M
[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