Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-23 02:54:52,401 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-23 02:54:52.181 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-23 02:54:52,401 [main] Logical connection got
DEBUG 2024-05-23 02:54:52,402 [main] Logical connection closed
DEBUG 2024-05-23 02:54:52,402 [main] Logical connection got
DEBUG 2024-05-23 02:54:52,406 [main] Logical connection closed
DEBUG 2024-05-23 02:54:52,407 [main] Logical connection got
DEBUG 2024-05-23 02:54:52,407 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-23 02:54:52,408 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-23 02:54:52.181 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-23 02:54:52,409 [main] Logical connection got
DEBUG 2024-05-23 02:54:52,409 [main] UPDATE EMP SET tstamp = '2024-05-23 02.54.52', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-23 02.54.52'
DEBUG 2024-05-23 02:54:52,410 [main] Logical connection closed
DEBUG 2024-05-23 02:54:52,410 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.126 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-23 02:54:53,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:53,679 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:53,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:53,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:53,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:53,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:53,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:53,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:53,824 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-23 02:54:53,984 [main] Physical connection got
DEBUG 2024-05-23 02:54:53,985 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,066 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,073 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-23 02:54:54,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,128 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,129 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,129 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,129 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,243 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-05-23 02:54:54,249 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,280 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,280 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,281 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,281 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,320 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,343 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,375 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,375 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,375 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,375 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,417 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,423 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,450 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,450 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,451 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,451 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,485 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,491 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,516 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,516 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,517 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,517 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,549 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,554 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,580 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,580 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,580 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,580 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,613 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-05-23 02:54:54,617 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,642 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,642 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,643 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,643 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,676 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,681 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,707 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,707 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,707 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,707 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,742 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,746 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,770 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,771 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,771 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,771 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:54,800 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:54,804 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,826 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,831 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,832 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,833 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,862 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,883 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,886 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-23 02.54.54', 99, 'hoge', 0)
DEBUG 2024-05-23 02:54:54,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,891 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716400494830/0, BranchId=]
DEBUG 2024-05-23 02:54:54,892 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,894 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,916 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,916 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,944 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,955 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-23 02:54:54,962 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,962 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,963 [main] UPDATE EMP SET tstamp = '2024-05-23 02.54.54', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-23 02:54:54,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,964 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716400494830/1, BranchId=]
DEBUG 2024-05-23 02:54:54,964 [main] Physical connection closed
DEBUG 2024-05-23 02:54:54,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:54,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:54,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:54,985 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:54,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:54,988 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:54,988 [main] Physical connection got
DEBUG 2024-05-23 02:54:54,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:54,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:54,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:55,015 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:55,030 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:55,030 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-23 02:54:55,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:55,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:55,033 [main] UPDATE EMP SET tstamp = '2024-05-23 02.54.55', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-05-23 02:54:55,034 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:55,034 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716400494830/2, BranchId=]
DEBUG 2024-05-23 02:54:55,034 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,058 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,059 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,095 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-23 02:54:55,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,097 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-23 02:54:55,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,098 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716400494830/3, BranchId=]
DEBUG 2024-05-23 02:54:55,098 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,123 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,123 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,123 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,123 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,150 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-05-23 02:54:55,152 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,153 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,154 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,162 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,183 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,183 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,184 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,184 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,211 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-05-23 02:54:55,220 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,244 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,245 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,245 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,245 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,272 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,280 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,305 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,308 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,308 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,308 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,308 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,335 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,343 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,365 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,365 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,366 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,366 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,391 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,400 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,422 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,422 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,422 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,422 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,447 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,455 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,455 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-23 02:54:55,463 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-23 02:54:55,464 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,486 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,486 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,486 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,487 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,511 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,518 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,519 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-23 02:54:55,523 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-23 02:54:55,525 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,547 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,547 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,547 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,547 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,575 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,583 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,583 [main] select * from emp
DEBUG 2024-05-23 02:54:55,586 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-23 02:54:55,587 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,608 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,608 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,608 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,608 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,631 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,638 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,639 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-23 02:54:55,643 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-23 02:54:55,644 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,664 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,664 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,665 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,665 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,687 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-05-23 02:54:55,695 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,715 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,715 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,716 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,716 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,737 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,745 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,745 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-23 02:54:55,748 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-23 02:54:55,750 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,769 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,770 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,770 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,770 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,796 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,805 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,805 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-23 02:54:55,809 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-23 02:54:55,811 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,829 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,831 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,831 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,831 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,831 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,853 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,861 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,861 [main] select * from emp
DEBUG 2024-05-23 02:54:55,863 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-23 02:54:55,864 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,883 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,884 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,884 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,884 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,905 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,913 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,913 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-23 02:54:55,915 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-23 02:54:55,916 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,935 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,935 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,936 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,936 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,957 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,964 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,964 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-23 02:54:55,966 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-23 02:54:55,966 [main] Physical connection closed
DEBUG 2024-05-23 02:54:55,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:55,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:55,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:55,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:55,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:55,985 [main] Physical connection got
DEBUG 2024-05-23 02:54:55,985 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:55,986 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:55,986 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,006 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,018 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,018 [main] select count(*) from emp
DEBUG 2024-05-23 02:54:56,019 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,019 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,029 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,036 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,038 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,038 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,039 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,039 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,059 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,067 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,067 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-23 02:54:56,068 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-05-23 02:54:56,068 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,087 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,087 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,087 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,087 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,107 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,115 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,115 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-23 02:54:56,116 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-05-23 02:54:56,116 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,125 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,135 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,135 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,135 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,135 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,155 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,162 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,162 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-23 02:54:56,163 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-05-23 02:54:56,163 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,180 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,182 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,182 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,182 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,182 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,203 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,210 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,210 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-23 02:54:56,211 [main] Logical connection closed, tx=null
[Ljava.util.Map;@466d1750
DEBUG 2024-05-23 02:54:56,211 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,229 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,230 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,230 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,230 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,250 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,257 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,257 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-05-23 02:54:56,259 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-05-23 02:54:56,260 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,277 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,279 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,279 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,279 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,279 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,301 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-05-23 02:54:56,309 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,309 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-05-23 02:54:56,313 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-23 02:54:56,314 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,333 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,333 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,333 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,333 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,353 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,357 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,357 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-23 02:54:56,358 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,358 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,377 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,377 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,377 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,377 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,397 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,400 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,401 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-23 02:54:56,401 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,401 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,420 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,421 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,421 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,421 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,437 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,438 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,438 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-05-23 02:54:56,440 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-23 02:54:56,440 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,458 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,458 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,459 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,459 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,471 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,472 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,472 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-23 02:54:56,473 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-23 02:54:56,473 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,482 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,489 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,491 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,492 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,511 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,518 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-23 02.54.56', 9999, 'test', 50)
DEBUG 2024-05-23 02:54:56,518 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,519 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,519 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-05-23 02:54:56,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-23 02:54:56,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,521 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-05-23 02:54:56,522 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-23 02:54:56.518 {50, null, null, 0}
DEBUG 2024-05-23 02:54:56,522 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716400494830/4, BranchId=]
DEBUG 2024-05-23 02:54:56,523 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,541 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,541 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,541 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,541 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,559 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,565 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,584 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,584 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,584 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,584 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,602 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:56,611 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,611 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-23 02:54:56,614 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,614 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,631 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,632 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,632 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,632 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,650 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:56,659 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,660 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-05-23 02:54:56,660 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-23 02:54:56,661 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,679 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,679 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,679 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,679 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,697 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:56,702 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,702 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-05-23 02:54:56,704 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-23 02:54:56,705 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,723 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,723 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,723 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,724 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,741 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-05-23 02:54:56,744 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,761 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,761 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,762 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,762 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,780 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-23 02:54:56,786 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,787 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-05-23 02:54:56,789 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,789 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,807 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,807 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,807 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,807 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,827 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-23 02:54:56,834 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,834 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-05-23 02:54:56,835 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,835 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,837 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,850 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,853 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,853 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,853 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,853 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,872 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:56,873 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,873 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-05-23 02:54:56,875 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-05-23 02:54:56,876 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,893 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,893 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,893 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,893 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,911 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:56,912 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,927 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,929 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,929 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,930 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,930 [main] Logical connection got, tx=null
WARN  2024-05-23 02:54:56,933 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-23 02:54:56,938 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-23 02:54:56,939 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,939 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-23 02:54:56,942 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-23 02:54:56,942 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,944 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,957 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,959 [main] Physical connection got
DEBUG 2024-05-23 02:54:56,959 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,959 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:56,959 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:56,976 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:56,983 [main] Physical connection closed
DEBUG 2024-05-23 02:54:56,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:56,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:56,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:56,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:56,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:56,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,000 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,001 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,001 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,001 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,019 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-05-23 02:54:57,023 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,023 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-05-23 02:54:57,024 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,024 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-05-23 02:54:57,025 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,025 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,042 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,042 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,042 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,042 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,060 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-05-23 02:54:57,063 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,063 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-05-23 02:54:57,066 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,067 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,067 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-05-23 02:54:57,068 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,068 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,068 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-23 02:54:57,070 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,070 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,070 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-05-23 02:54:57,071 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,071 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,071 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-05-23 02:54:57,072 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,072 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,088 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,089 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,090 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-23 02:54:57,108 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,108 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-23 02:54:57,108 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,109 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-23 02:54:57,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,109 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-23 02:54:57,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,110 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716400494830/5, BranchId=]
DEBUG 2024-05-23 02:54:57,110 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,127 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,127 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,128 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,128 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,145 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,149 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,165 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,165 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,166 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,166 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,183 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,187 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,208 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,208 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,208 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,208 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,215 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-23 02:54:57,216 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,218 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,232 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,233 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,233 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,233 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,239 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-23 02:54:57,241 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,257 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,257 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,257 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,257 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,263 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:57,265 [main] Physical connection closed
DEBUG 2024-05-23 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-05-23 02:54:57,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,281 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,281 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,282 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,282 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,288 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-05-23 02:54:57,290 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,306 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,306 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,306 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,306 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,323 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,324 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,324 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-23 02:54:57,328 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,328 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,329 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,344 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,345 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,345 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,345 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,361 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,362 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,379 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,379 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,379 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,379 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,396 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-23 02:54:57,397 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-23 02:54:57,413 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,414 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,414 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,414 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,431 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-23 02:54:57,432 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.359 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-23 02:54:57,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,482 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,497 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,500 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,500 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,504 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,506 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,508 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,523 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,525 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,525 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,536 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,537 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,539 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,553 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,556 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,556 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,559 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,560 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-23 02:54:57,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,576 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,576 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,577 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,577 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-23 02:54:57,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,593 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,593 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,609 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,609 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-05-23 02:54:57,614 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,614 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,627 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,627 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,643 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,643 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,643 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,643 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,654 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,659 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,659 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-23 02:54:57,661 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,661 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 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.007 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-23 02:54:57,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,682 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,697 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,708 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,708 [main] Logical connection got, tx=null
WARN  2024-05-23 02:54:57,710 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-23 02:54:57,711 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-23 02:54:57,712 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,712 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,714 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,729 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,731 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,732 [main] Logical connection got, tx=null
WARN  2024-05-23 02:54:57,734 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-23 02:54:57,734 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-23 02:54:57,735 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,735 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,736 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,752 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,756 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-23 02:54:57,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,771 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-23 02:54:57,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,791 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,791 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,792 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,793 [main] Physical connection closed
DEBUG 2024-05-23 02:54:57,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,806 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,806 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,807 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,807 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-23 02:54:57,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-23 02:54:57,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-23 02:54:57,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-23 02:54:57,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-23 02:54:57,823 [main] Physical connection got
DEBUG 2024-05-23 02:54:57,823 [main] Logical connection got, tx=null
DEBUG 2024-05-23 02:54:57,824 [main] Logical connection closed, tx=null
DEBUG 2024-05-23 02:54:57,824 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.310s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.409s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.649s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.409s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu May 23 02:54:57 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