Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-01 02:54:54,623 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-01 02:54:54.421 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-01 02:54:54,624 [main] Logical connection got
DEBUG 2024-06-01 02:54:54,624 [main] Logical connection closed
DEBUG 2024-06-01 02:54:54,624 [main] Logical connection got
DEBUG 2024-06-01 02:54:54,627 [main] Logical connection closed
DEBUG 2024-06-01 02:54:54,629 [main] Logical connection got
DEBUG 2024-06-01 02:54:54,629 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-01 02:54:54,630 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-01 02:54:54.421 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-01 02:54:54,630 [main] Logical connection got
DEBUG 2024-06-01 02:54:54,631 [main] UPDATE EMP SET tstamp = '2024-06-01 02.54.54', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-01 02.54.54'
DEBUG 2024-06-01 02:54:54,631 [main] Logical connection closed
DEBUG 2024-06-01 02:54:54,632 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-01 02:54:55,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,003 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:56,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,143 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-01 02:54:56,303 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,303 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,380 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,386 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-01 02:54:56,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,439 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,439 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,439 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,440 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,551 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-06-01 02:54:56,556 [main] Physical connection closed
DEBUG 2024-06-01 02:54:56,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,586 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,586 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,586 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,587 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,625 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,647 [main] Physical connection closed
DEBUG 2024-06-01 02:54:56,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,677 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,678 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,678 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,678 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,720 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,726 [main] Physical connection closed
DEBUG 2024-06-01 02:54:56,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,753 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,753 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,753 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,753 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,789 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,794 [main] Physical connection closed
DEBUG 2024-06-01 02:54:56,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,818 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,818 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,818 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,819 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,851 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,856 [main] Physical connection closed
DEBUG 2024-06-01 02:54:56,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,879 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,880 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,880 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,880 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,911 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-06-01 02:54:56,915 [main] Physical connection closed
DEBUG 2024-06-01 02:54:56,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,938 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,938 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,938 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,938 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,970 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,975 [main] Physical connection closed
DEBUG 2024-06-01 02:54:56,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:56,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:56,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:56,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:56,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:56,998 [main] Physical connection got
DEBUG 2024-06-01 02:54:56,998 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:56,998 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:56,999 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,035 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,041 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,064 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,064 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,064 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,064 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,096 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,101 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,126 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,128 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,128 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,160 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,183 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,186 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-01 02.54.57', 99, 'hoge', 0)
DEBUG 2024-06-01 02:54:57,191 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,192 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717178097126/0, BranchId=]
DEBUG 2024-06-01 02:54:57,192 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,215 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,215 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-01 02:54:57,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,263 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,263 [main] UPDATE EMP SET tstamp = '2024-06-01 02.54.57', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-01 02:54:57,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,264 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717178097126/1, BranchId=]
DEBUG 2024-06-01 02:54:57,264 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,284 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,287 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,287 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,288 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,288 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,313 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,328 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,328 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-01 02:54:57,330 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,330 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,331 [main] UPDATE EMP SET tstamp = '2024-06-01 02.54.57', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-01 02:54:57,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,331 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717178097126/2, BranchId=]
DEBUG 2024-06-01 02:54:57,332 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,353 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,353 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,354 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,354 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,354 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,378 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,387 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-01 02:54:57,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,389 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-01 02:54:57,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,390 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717178097126/3, BranchId=]
DEBUG 2024-06-01 02:54:57,390 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,413 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,413 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,413 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,413 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,437 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-06-01 02:54:57,439 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,468 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,468 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,468 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,468 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,492 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-06-01 02:54:57,500 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,521 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,521 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,544 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,551 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,575 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,577 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,578 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,578 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,578 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,600 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,607 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,626 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,627 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,627 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,627 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,649 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,657 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,677 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,677 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,677 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,678 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,700 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,707 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,707 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-01 02:54:57,714 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-01 02:54:57,716 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,732 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,733 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,735 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,735 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,735 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,735 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,756 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,763 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,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-06-01 02:54:57,767 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-01 02:54:57,768 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,787 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,787 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,787 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,787 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,817 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,824 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,824 [main] select * from emp
DEBUG 2024-06-01 02:54:57,827 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-01 02:54:57,828 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,847 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,847 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,847 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,848 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,867 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,874 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,874 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-01 02:54:57,877 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-01 02:54:57,879 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,897 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,897 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,898 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,898 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,917 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-01 02:54:57,924 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,943 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,943 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,943 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,943 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,963 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,970 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,970 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-01 02:54:57,973 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-01 02:54:57,974 [main] Physical connection closed
DEBUG 2024-06-01 02:54:57,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:57,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:57,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:57,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:57,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:57,991 [main] Physical connection got
DEBUG 2024-06-01 02:54:57,991 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:57,992 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:57,992 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,017 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,024 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,024 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-01 02:54:58,029 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-01 02:54:58,030 [main] Physical connection closed
DEBUG 2024-06-01 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-06-01 02:54:58,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,047 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,047 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,047 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,048 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,066 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,073 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,074 [main] select * from emp
DEBUG 2024-06-01 02:54:58,075 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-01 02:54:58,076 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,095 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,095 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,095 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,095 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,114 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,121 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,121 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-01 02:54:58,123 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-01 02:54:58,124 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,142 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,142 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,142 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,142 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,161 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,167 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,167 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-01 02:54:58,169 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-01 02:54:58,169 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,187 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,188 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,188 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,188 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,206 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,218 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,218 [main] select count(*) from emp
DEBUG 2024-06-01 02:54:58,219 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,219 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,236 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,236 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,236 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,237 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,255 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,262 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,262 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-01 02:54:58,263 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-06-01 02:54:58,263 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,280 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,280 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,280 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,280 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,298 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,304 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,305 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-01 02:54:58,305 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-06-01 02:54:58,305 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,322 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,322 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,322 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,322 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,340 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,347 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,347 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-01 02:54:58,347 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-01 02:54:58,347 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,364 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,364 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,364 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,364 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,382 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,388 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,388 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-01 02:54:58,389 [main] Logical connection closed, tx=null
[Ljava.util.Map;@6a40afb9
DEBUG 2024-06-01 02:54:58,389 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,406 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,406 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,406 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,406 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,423 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,430 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,430 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-01 02:54:58,432 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-06-01 02:54:58,433 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,449 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,449 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,450 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,450 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,469 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-01 02:54:58,477 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,477 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-01 02:54:58,481 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-01 02:54:58,482 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,501 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,501 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,501 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,501 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,522 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,526 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,526 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-01 02:54:58,526 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,526 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,546 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,546 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,546 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,547 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,568 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,572 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,572 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-01 02:54:58,572 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,573 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,593 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,593 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,593 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,594 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,612 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,612 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,613 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-06-01 02:54:58,614 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-01 02:54:58,614 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,631 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,631 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,631 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,631 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,643 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,644 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,644 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-01 02:54:58,644 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-01 02:54:58,645 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,661 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,662 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,662 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,662 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,662 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,686 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-01 02.54.58', 9999, 'test', 50)
DEBUG 2024-06-01 02:54:58,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,686 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-06-01 02:54:58,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-01 02:54:58,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,688 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-01 02:54:58,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-01 02:54:58.685 {50, null, null, 0}
DEBUG 2024-06-01 02:54:58,689 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717178097126/4, BranchId=]
DEBUG 2024-06-01 02:54:58,689 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,706 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,706 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,706 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,706 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,723 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,729 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,743 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,744 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,746 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,746 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,746 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,746 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,763 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:58,771 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,771 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-01 02:54:58,773 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,773 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,790 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,790 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,790 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,790 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,806 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:58,815 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,815 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-01 02:54:58,815 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-01 02:54:58,815 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,829 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,832 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,832 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,832 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,832 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,848 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:58,853 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,853 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-06-01 02:54:58,855 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-01 02:54:58,855 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,871 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,871 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,871 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,871 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,886 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-01 02:54:58,889 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,905 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,905 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,905 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,905 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,921 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-01 02:54:58,927 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,927 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-01 02:54:58,929 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,929 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,930 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,944 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,944 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,944 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,945 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,960 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-01 02:54:58,970 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,970 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-01 02:54:58,970 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,971 [main] Physical connection closed
DEBUG 2024-06-01 02:54:58,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:58,972 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:58,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:58,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:58,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:58,987 [main] Physical connection got
DEBUG 2024-06-01 02:54:58,987 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:58,988 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:58,988 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,005 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:59,006 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,007 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-06-01 02:54:59,008 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-06-01 02:54:59,009 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,021 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,023 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,025 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,025 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,025 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,025 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,041 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:59,042 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,058 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,058 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,059 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,059 [main] Logical connection got, tx=null
WARN  2024-06-01 02:54:59,062 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-01 02:54:59,067 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-01 02:54:59,067 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,067 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-01 02:54:59,070 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-01 02:54:59,070 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,087 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,087 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,087 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,087 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,104 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:59,110 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,126 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,127 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,127 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,127 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,144 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-06-01 02:54:59,147 [main] Logical connection got, tx=null
DEBUG 2024-06-01 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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-01 02:54:59,148 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,148 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,149 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-01 02:54:59,149 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,149 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,155 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,166 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,166 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,166 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,166 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,182 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-06-01 02:54:59,185 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,185 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-01 02:54:59,189 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,189 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,189 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-06-01 02:54:59,190 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,190 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,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 job = 'SALESMAN' 
DEBUG 2024-06-01 02:54:59,192 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,192 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,192 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-01 02:54:59,193 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,193 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-01 02:54:59,194 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,194 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,209 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,210 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,210 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,210 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,210 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,227 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-01 02:54:59,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,228 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-01 02:54:59,228 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,229 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,229 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-01 02:54:59,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,229 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,229 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-01 02:54:59,230 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,230 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717178097126/5, BranchId=]
DEBUG 2024-06-01 02:54:59,230 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,246 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,246 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,246 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,246 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,263 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,267 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,282 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,282 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,283 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,283 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,299 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,304 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,317 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,320 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,320 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,321 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,321 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,327 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-01 02:54:59,334 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,350 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,350 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,350 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,351 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,357 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-01 02:54:59,358 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,374 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,374 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,374 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,374 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,380 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:59,382 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,397 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,397 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,397 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,398 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,403 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-06-01 02:54:59,405 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,420 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,420 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,420 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,421 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,438 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,439 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,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
DEBUG 2024-06-01 02:54:59,442 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,442 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,458 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,459 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,459 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,459 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,475 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,476 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,489 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,492 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,492 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,492 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,492 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,508 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-01 02:54:59,509 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,510 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,511 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-01 02:54:59,525 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,525 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,525 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,525 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,541 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-01 02:54:59,542 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.156 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-01 02:54:59,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,590 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,604 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,607 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,607 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,611 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,613 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,615 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,629 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,632 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,632 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,636 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,636 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,638 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,651 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,654 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,654 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,657 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,658 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-01 02:54:59,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,679 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,679 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,680 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,680 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-01 02:54:59,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,695 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,695 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,710 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,710 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-06-01 02:54:59,715 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,715 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,728 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,728 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,743 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,744 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,744 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,744 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,754 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,758 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,758 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-01 02:54:59,760 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,761 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-01 02:54:59,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,779 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,793 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,804 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,804 [main] Logical connection got, tx=null
WARN  2024-06-01 02:54:59,806 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-01 02:54:59,807 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-01 02:54:59,807 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,808 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,809 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,822 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,825 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,825 [main] Logical connection got, tx=null
WARN  2024-06-01 02:54:59,827 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-01 02:54:59,827 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-01 02:54:59,828 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,828 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,829 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,842 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,847 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-01 02:54:59,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,860 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-01 02:54:59,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,879 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,879 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,880 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,880 [main] Physical connection closed
DEBUG 2024-06-01 02:54:59,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,893 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,893 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,894 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,894 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-01 02:54:59,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-01 02:54:59,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-01 02:54:59,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-01 02:54:59,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-01 02:54:59,908 [main] Physical connection got
DEBUG 2024-06-01 02:54:59,908 [main] Logical connection got, tx=null
DEBUG 2024-06-01 02:54:59,909 [main] Logical connection closed, tx=null
DEBUG 2024-06-01 02:54:59,909 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.309s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.677s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.598s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.298s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Jun 01 02:54:59 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS