Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-03-29 02:54:55,932 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-03-29 02:54:55.706 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-03-29 02:54:55,932 [main] Logical connection got
DEBUG 2024-03-29 02:54:55,932 [main] Logical connection closed
DEBUG 2024-03-29 02:54:55,932 [main] Logical connection got
DEBUG 2024-03-29 02:54:55,936 [main] Logical connection closed
DEBUG 2024-03-29 02:54:55,937 [main] Logical connection got
DEBUG 2024-03-29 02:54:55,938 [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-03-29 02:54:55,938 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-03-29 02:54:55.706 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-03-29 02:54:55,939 [main] Logical connection got
DEBUG 2024-03-29 02:54:55,939 [main] UPDATE EMP SET tstamp = '2024-03-29 02.54.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-03-29 02.54.55'
DEBUG 2024-03-29 02:54:55,940 [main] Logical connection closed
DEBUG 2024-03-29 02:54:55,940 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-03-29 02:54:57,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:57,188 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:54:57,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,320 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-03-29 02:54:57,477 [main] Physical connection got
DEBUG 2024-03-29 02:54:57,477 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,553 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,558 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-03-29 02:54:57,569 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:57,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,611 [main] Physical connection got
DEBUG 2024-03-29 02:54:57,611 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,611 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,611 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,721 [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-03-29 02:54:57,727 [main] Physical connection closed
DEBUG 2024-03-29 02:54:57,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:57,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,757 [main] Physical connection got
DEBUG 2024-03-29 02:54:57,757 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,758 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,758 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,797 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,819 [main] Physical connection closed
DEBUG 2024-03-29 02:54:57,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:57,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,849 [main] Physical connection got
DEBUG 2024-03-29 02:54:57,849 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,849 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,850 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,893 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,899 [main] Physical connection closed
DEBUG 2024-03-29 02:54:57,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:57,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,926 [main] Physical connection got
DEBUG 2024-03-29 02:54:57,926 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,927 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,927 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,962 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,967 [main] Physical connection closed
DEBUG 2024-03-29 02:54:57,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:57,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:57,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:57,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:57,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:57,992 [main] Physical connection got
DEBUG 2024-03-29 02:54:57,992 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:57,992 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:57,993 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,024 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,030 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,054 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,055 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,055 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,055 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,086 [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-03-29 02:54:58,090 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,114 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,114 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,114 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,114 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,145 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,150 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,173 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,173 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,174 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,174 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,208 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,213 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,215 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,237 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,237 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,237 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,237 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,265 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,270 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,295 [main] Transaction began, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,296 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,323 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,343 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,346 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-03-29 02.54.58', 99, 'hoge', 0)
DEBUG 2024-03-29 02:54:58,351 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,351 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1711648498295/0, BranchId=]
DEBUG 2024-03-29 02:54:58,352 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,374 [main] Transaction began, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,375 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,375 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,375 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,375 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,401 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,411 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,411 [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-03-29 02:54:58,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,418 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,419 [main] UPDATE EMP SET tstamp = '2024-03-29 02.54.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-03-29 02:54:58,420 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,420 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1711648498295/1, BranchId=]
DEBUG 2024-03-29 02:54:58,420 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,440 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,443 [main] Transaction began, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,443 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,443 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,444 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,444 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,484 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-03-29 02:54:58,487 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,487 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,487 [main] UPDATE EMP SET tstamp = '2024-03-29 02.54.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-03-29 02:54:58,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,488 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1711648498295/2, BranchId=]
DEBUG 2024-03-29 02:54:58,488 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,511 [main] Transaction began, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,511 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,546 [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-03-29 02:54:58,548 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,548 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,549 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-03-29 02:54:58,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,549 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1711648498295/3, BranchId=]
DEBUG 2024-03-29 02:54:58,549 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,572 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,572 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,572 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,572 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,596 [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-03-29 02:54:58,598 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,627 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,627 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,627 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,628 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,651 [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-03-29 02:54:58,660 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,682 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,682 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,682 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,683 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,705 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,713 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,739 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,739 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,739 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,739 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,762 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,769 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,790 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,790 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,790 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,790 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,813 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,821 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,823 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,842 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,842 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,842 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,842 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,864 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,872 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,872 [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-03-29 02:54:58,879 [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-03-29 02:54:58,881 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,901 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,901 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,902 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,902 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,924 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,932 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,932 [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-03-29 02:54:58,936 [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-03-29 02:54:58,937 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:58,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:58,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:58,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:58,957 [main] Physical connection got
DEBUG 2024-03-29 02:54:58,957 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,957 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,958 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,985 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:58,992 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:58,993 [main] select * from emp
DEBUG 2024-03-29 02:54:58,995 [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-03-29 02:54:58,997 [main] Physical connection closed
DEBUG 2024-03-29 02:54:58,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:58,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,016 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,017 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,017 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,017 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,039 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,046 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,047 [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-03-29 02:54:59,050 [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-03-29 02:54:59,051 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,071 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,071 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,071 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,071 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,092 [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-03-29 02:54:59,099 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,119 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,119 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,119 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,119 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,139 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,147 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,147 [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-03-29 02:54:59,149 [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-03-29 02:54:59,151 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,170 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,170 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,170 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,171 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,191 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,198 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,199 [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-03-29 02:54:59,203 [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-03-29 02:54:59,204 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,206 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,223 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,223 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,224 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,224 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,244 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,252 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,252 [main] select * from emp
DEBUG 2024-03-29 02:54:59,254 [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-03-29 02:54:59,255 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,277 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,277 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,277 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,277 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,298 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,306 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,306 [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-03-29 02:54:59,308 [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-03-29 02:54:59,309 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,328 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,328 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,329 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,329 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,350 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,357 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,358 [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-03-29 02:54:59,360 [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-03-29 02:54:59,360 [main] Physical connection closed
DEBUG 2024-03-29 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-03-29 02:54:59,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,380 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,380 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,380 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,381 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,401 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,415 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,415 [main] select count(*) from emp
DEBUG 2024-03-29 02:54:59,417 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,417 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,436 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,436 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,436 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,436 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,456 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,464 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,465 [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-03-29 02:54:59,465 [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-03-29 02:54:59,466 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,485 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,485 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,485 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,485 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,505 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,512 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,513 [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-03-29 02:54:59,513 [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-03-29 02:54:59,514 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,532 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,532 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,532 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,532 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,559 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,559 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-03-29 02:54:59,560 [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-03-29 02:54:59,561 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,579 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,579 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,579 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,580 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,599 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,607 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,607 [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-03-29 02:54:59,608 [main] Logical connection closed, tx=null
[Ljava.util.Map;@27e32382
DEBUG 2024-03-29 02:54:59,608 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,627 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,627 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,627 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,627 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,647 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,654 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-03-29 02:54:59,656 [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-03-29 02:54:59,657 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,676 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,676 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,677 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,677 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,697 [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-03-29 02:54:59,704 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,704 [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-03-29 02:54:59,708 [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-03-29 02:54:59,709 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,711 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,726 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,728 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,728 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,728 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,728 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,748 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,752 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,752 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-03-29 02:54:59,753 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,753 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,771 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,772 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,772 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,772 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,792 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,795 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,795 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-03-29 02:54:59,796 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,796 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,798 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,815 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,816 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,816 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,816 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,829 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,830 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,830 [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-03-29 02:54:59,832 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-03-29 02:54:59,832 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,855 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,855 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,856 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,856 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,869 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,869 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,869 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-03-29 02:54:59,870 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-03-29 02:54:59,871 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,889 [main] Transaction began, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,890 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,890 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,890 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,890 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,917 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-03-29 02.54.59', 9999, 'test', 50)
DEBUG 2024-03-29 02:54:59,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,918 [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-03-29 02:54:59,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/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-03-29 02:54:59,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,920 [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-03-29 02:54:59,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-03-29 02:54:59.917 {50, null, null, 0}
DEBUG 2024-03-29 02:54:59,921 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1711648498295/4, BranchId=]
DEBUG 2024-03-29 02:54:59,922 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,940 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,940 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,940 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,940 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,960 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,966 [main] Physical connection closed
DEBUG 2024-03-29 02:54:59,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:54:59,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:54:59,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:54:59,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:54:59,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:54:59,984 [main] Physical connection got
DEBUG 2024-03-29 02:54:59,985 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:54:59,985 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:54:59,985 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,004 [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-03-29 02:55:00,013 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,013 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-03-29 02:55:00,015 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,016 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,017 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,032 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,034 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,034 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,034 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,034 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,053 [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-03-29 02:55:00,062 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,062 [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-03-29 02:55:00,063 [main] Logical connection closed, tx=null
[]
DEBUG 2024-03-29 02:55:00,063 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,082 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,082 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,082 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,082 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,100 [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-03-29 02:55:00,106 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,106 [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-03-29 02:55:00,108 [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-03-29 02:55:00,108 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,125 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,126 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,126 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,126 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,143 [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-03-29 02:55:00,147 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,148 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,152 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,164 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,164 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,165 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,165 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,183 [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-03-29 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,190 [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-03-29 02:55:00,192 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,192 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,208 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,210 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,210 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,211 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,211 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,228 [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-03-29 02:55:00,235 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,235 [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-03-29 02:55:00,236 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,236 [main] Physical connection closed
DEBUG 2024-03-29 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-03-29 02:55:00,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,257 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,258 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,258 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,258 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,277 [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-03-29 02:55:00,279 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,279 [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-03-29 02:55:00,281 [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-03-29 02:55:00,281 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,300 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,300 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,300 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,300 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,318 [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-03-29 02:55:00,319 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,337 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,337 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,337 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,338 [main] Logical connection got, tx=null
WARN  2024-03-29 02:55:00,341 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-03-29 02:55:00,346 [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-03-29 02:55:00,347 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,347 [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-03-29 02:55:00,350 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-03-29 02:55:00,350 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,352 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,368 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,368 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,368 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,368 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,388 [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-03-29 02:55:00,395 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,413 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,414 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,414 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,414 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,433 [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-03-29 02:55:00,437 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,438 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-03-29 02:55:00,439 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,439 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,439 [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-03-29 02:55:00,440 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,440 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,458 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,458 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,459 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,459 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,478 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-03-29 02:55:00,481 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,482 [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-03-29 02:55:00,485 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,485 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,485 [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-03-29 02:55:00,486 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,487 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,487 [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-03-29 02:55:00,489 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,489 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,489 [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-03-29 02:55:00,490 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,490 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,490 [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-03-29 02:55:00,491 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,491 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,509 [main] Transaction began, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,510 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,510 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,510 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-03-29 02:55:00,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,531 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-03-29 02:55:00,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,532 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-03-29 02:55:00,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,533 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,533 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-03-29 02:55:00,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,533 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1711648498295/5, BranchId=]
DEBUG 2024-03-29 02:55:00,533 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,558 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,558 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,558 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,558 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,585 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,588 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,605 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,605 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,605 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,605 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,623 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,627 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,629 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,644 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,645 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,645 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,645 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,652 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-03-29 02:55:00,653 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,671 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,671 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,671 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,671 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,678 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-03-29 02:55:00,679 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,693 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,695 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,695 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,696 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,696 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,702 [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-03-29 02:55:00,704 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,719 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,719 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,719 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,720 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,726 [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-03-29 02:55:00,728 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,744 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,744 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,744 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,745 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,762 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,763 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,763 [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-03-29 02:55:00,766 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,767 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,783 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,783 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,783 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,783 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,801 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,802 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,818 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,819 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,819 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,819 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,837 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-03-29 02:55:00,838 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,839 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-03-29 02:55:00,854 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,854 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,854 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,854 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,872 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-03-29 02:55:00,872 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.314 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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-03-29 02:55:00,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,922 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:55:00,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,938 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-03-29 02:55:00,941 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,941 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,945 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,948 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,949 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:55:00,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,965 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-03-29 02:55:00,967 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,967 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,972 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,972 [main] Physical connection closed
DEBUG 2024-03-29 02:55:00,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:00,974 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:55:00,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:00,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:00,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:00,989 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-03-29 02:55:00,992 [main] Physical connection got
DEBUG 2024-03-29 02:55:00,992 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:00,996 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:00,997 [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-03-29 02:55:01,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,015 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,015 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,016 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,016 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-03-29 02:55:01,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,031 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,032 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,050 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,050 [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-03-29 02:55:01,054 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,054 [main] Physical connection closed
DEBUG 2024-03-29 02:55:01,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,067 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,067 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,085 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,085 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,085 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,085 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,097 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,102 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,102 [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-03-29 02:55:01,104 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,104 [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.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-03-29 02:55:01,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,123 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:55:01,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,138 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-03-29 02:55:01,150 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,150 [main] Logical connection got, tx=null
WARN  2024-03-29 02:55:01,152 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-03-29 02:55:01,153 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-03-29 02:55:01,153 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,154 [main] Physical connection closed
DEBUG 2024-03-29 02:55:01,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,155 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:55:01,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,170 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-03-29 02:55:01,173 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,173 [main] Logical connection got, tx=null
WARN  2024-03-29 02:55:01,175 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-03-29 02:55:01,176 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-03-29 02:55:01,177 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,177 [main] Physical connection closed
DEBUG 2024-03-29 02:55:01,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,178 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:55:01,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,193 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-03-29 02:55:01,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,197 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-03-29 02:55:01,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,212 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-03-29 02:55:01,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,231 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,232 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,233 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,233 [main] Physical connection closed
DEBUG 2024-03-29 02:55:01,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,246 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,246 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,248 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,248 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-03-29 02:55:01,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-03-29 02:55:01,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-03-29 02:55:01,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-03-29 02:55:01,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-03-29 02:55:01,263 [main] Physical connection got
DEBUG 2024-03-29 02:55:01,263 [main] Logical connection got, tx=null
DEBUG 2024-03-29 02:55:01,264 [main] Logical connection closed, tx=null
DEBUG 2024-03-29 02:55:01,264 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.300s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.962s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.661s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.316s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Mar 29 02:55:01 JST 2024
[INFO] Final Memory: 30M/404M
[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