Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-04-20 02:54:52,460 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-20 02:54:52.256 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-20 02:54:52,460 [main] Logical connection got
DEBUG 2024-04-20 02:54:52,460 [main] Logical connection closed
DEBUG 2024-04-20 02:54:52,461 [main] Logical connection got
DEBUG 2024-04-20 02:54:52,464 [main] Logical connection closed
DEBUG 2024-04-20 02:54:52,465 [main] Logical connection got
DEBUG 2024-04-20 02:54:52,465 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-20 02:54:52,466 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-20 02:54:52.256 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-20 02:54:52,467 [main] Logical connection got
DEBUG 2024-04-20 02:54:52,467 [main] UPDATE EMP SET tstamp = '2024-04-20 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-04-20 02.54.52'
DEBUG 2024-04-20 02:54:52,468 [main] Logical connection closed
DEBUG 2024-04-20 02:54:52,468 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 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.145 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-04-20 02:54:53,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:53,819 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:53,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:53,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:53,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:53,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:53,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:53,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:53,954 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-20 02:54:54,113 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,114 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,187 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,193 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-04-20 02:54:54,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,244 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,244 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,244 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,245 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,354 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-04-20 02:54:54,359 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,384 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,389 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,389 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,389 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,389 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,428 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,450 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,480 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,480 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,480 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,480 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,522 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,528 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,555 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,555 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,555 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,556 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,590 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,595 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,619 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,619 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,620 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,620 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,651 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,656 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,679 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,680 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,680 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,680 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,711 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-04-20 02:54:54,715 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,738 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,738 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,739 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,739 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,769 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,774 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,797 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,797 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,797 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,798 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,833 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,838 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,860 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,861 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,861 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,861 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:54,889 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:54,893 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,918 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,919 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,967 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,969 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-20 02.54.54', 99, 'hoge', 0)
DEBUG 2024-04-20 02:54:54,975 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,975 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713549294918/0, BranchId=]
DEBUG 2024-04-20 02:54:54,976 [main] Physical connection closed
DEBUG 2024-04-20 02:54:54,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:54,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:54,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:54,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:54,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:54,998 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:54,998 [main] Physical connection got
DEBUG 2024-04-20 02:54:54,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:54,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:54,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:55,024 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:55,035 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:55,036 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-20 02:54:55,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:55,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:55,044 [main] UPDATE EMP SET tstamp = '2024-04-20 02.54.55', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-20 02:54:55,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:55,045 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713549294918/1, BranchId=]
DEBUG 2024-04-20 02:54:55,045 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,067 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,067 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,107 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-20 02:54:55,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,110 [main] UPDATE EMP SET tstamp = '2024-04-20 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-04-20 02:54:55,111 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,111 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713549294918/2, BranchId=]
DEBUG 2024-04-20 02:54:55,111 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,113 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,132 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,132 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,156 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,166 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-20 02:54:55,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,175 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,177 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-20 02:54:55,179 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,180 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713549294918/3, BranchId=]
DEBUG 2024-04-20 02:54:55,182 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,205 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,205 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,205 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,205 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,229 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-04-20 02:54:55,230 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,261 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,261 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,261 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,262 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,286 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-04-20 02:54:55,294 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,315 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,315 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,315 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,315 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,336 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,344 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,367 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,367 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,368 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,368 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,388 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,396 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,415 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,415 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,415 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,416 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,436 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,444 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,463 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,463 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,464 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,464 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,484 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,491 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,491 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-20 02:54:55,498 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-04-20 02:54:55,500 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,519 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,519 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,519 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,519 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,539 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,547 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,547 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-20 02:54:55,551 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-04-20 02:54:55,552 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,569 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,571 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,572 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,572 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,572 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,596 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,603 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,604 [main] select * from emp
DEBUG 2024-04-20 02:54:55,607 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-20 02:54:55,608 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,627 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,627 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,628 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,628 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,647 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,654 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,655 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-04-20 02:54:55,658 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-04-20 02:54:55,659 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,678 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,678 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,678 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,678 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,697 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-04-20 02:54:55,704 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,723 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,723 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,724 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,724 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,743 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,751 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,751 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-20 02:54:55,753 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-20 02:54:55,755 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,771 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,773 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,773 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,774 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,774 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,793 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,801 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,801 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-20 02:54:55,805 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-20 02:54:55,807 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,825 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,826 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,826 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,826 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,844 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,853 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,853 [main] select * from emp
DEBUG 2024-04-20 02:54:55,855 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-20 02:54:55,856 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,877 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,877 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,877 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,877 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,896 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,903 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,904 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-04-20 02:54:55,906 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-20 02:54:55,907 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,925 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,925 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,926 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,926 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,945 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,952 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-20 02:54:55,954 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-20 02:54:55,954 [main] Physical connection closed
DEBUG 2024-04-20 02:54:55,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:55,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:55,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:55,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:55,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:55,973 [main] Physical connection got
DEBUG 2024-04-20 02:54:55,973 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,973 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:55,974 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:55,992 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,006 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,006 [main] select count(*) from emp
DEBUG 2024-04-20 02:54:56,008 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,008 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,023 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,027 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,027 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,027 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,027 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,046 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,054 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,054 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-20 02:54:56,055 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-04-20 02:54:56,056 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,061 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,073 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,075 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,075 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,075 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,075 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,094 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,102 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,102 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-20 02:54:56,103 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-04-20 02:54:56,103 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,121 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,121 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,122 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,122 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,140 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,147 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,147 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-20 02:54:56,148 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-04-20 02:54:56,149 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,167 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,167 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,167 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,167 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,185 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,192 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-20 02:54:56,193 [main] Logical connection closed, tx=null
[Ljava.util.Map;@19fac852
DEBUG 2024-04-20 02:54:56,194 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,212 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,212 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,213 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,213 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,231 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,238 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,238 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-04-20 02:54:56,240 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-04-20 02:54:56,241 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,257 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,259 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,259 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,259 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,259 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,277 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-04-20 02:54:56,284 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,284 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-04-20 02:54:56,287 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-04-20 02:54:56,288 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,306 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,306 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,306 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,307 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,324 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,328 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,328 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-20 02:54:56,328 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,329 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,346 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,346 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,346 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,347 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,363 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,367 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,367 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-20 02:54:56,367 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,367 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,385 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,385 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,386 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,386 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,402 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,403 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,403 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-04-20 02:54:56,404 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-04-20 02:54:56,405 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,421 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,421 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,421 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,421 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,433 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,433 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,433 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-04-20 02:54:56,434 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-04-20 02:54:56,434 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,451 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,451 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,451 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,451 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,468 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,475 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,475 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-20 02.54.56', 9999, 'test', 50)
DEBUG 2024-04-20 02:54:56,475 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,475 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,476 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-04-20 02:54:56,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-20 02:54:56,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,478 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-04-20 02:54:56,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-04-20 02:54:56.475 {50, null, null, 0}
DEBUG 2024-04-20 02:54:56,479 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713549294918/4, BranchId=]
DEBUG 2024-04-20 02:54:56,479 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,496 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,496 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,496 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,496 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,513 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,519 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,535 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,535 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,536 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,536 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,552 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:56,561 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,561 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-04-20 02:54:56,563 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,563 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,564 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,579 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,580 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,580 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,580 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,596 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:56,604 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,604 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-04-20 02:54:56,605 [main] Logical connection closed, tx=null
[]
DEBUG 2024-04-20 02:54:56,605 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,622 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,622 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,622 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,622 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,638 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:56,643 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,643 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-04-20 02:54:56,645 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-04-20 02:54:56,645 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,662 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,662 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,662 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,663 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,678 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-04-20 02:54:56,681 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,697 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,697 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,698 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,698 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,714 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-04-20 02:54:56,721 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,721 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-04-20 02:54:56,723 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,723 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,730 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,739 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,739 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,739 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,739 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,758 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-04-20 02:54:56,765 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,765 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-04-20 02:54:56,765 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,765 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,787 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,787 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,787 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,787 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,806 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:56,807 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,807 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-04-20 02:54:56,809 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-04-20 02:54:56,809 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,825 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,825 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,826 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,826 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,842 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:56,842 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,858 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,858 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,859 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,859 [main] Logical connection got, tx=null
WARN  2024-04-20 02:54:56,861 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-04-20 02:54:56,866 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-04-20 02:54:56,867 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,867 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-04-20 02:54:56,869 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-04-20 02:54:56,869 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,882 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,884 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,884 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,885 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,885 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,901 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:56,907 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,923 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,923 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,923 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,923 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,940 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-04-20 02:54:56,943 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,943 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-04-20 02:54:56,944 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,944 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,944 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-04-20 02:54:56,945 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,945 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,946 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:56,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,962 [main] Physical connection got
DEBUG 2024-04-20 02:54:56,962 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,962 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,962 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,979 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-04-20 02:54:56,981 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,981 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-04-20 02:54:56,984 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,985 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,985 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-04-20 02:54:56,985 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,985 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,985 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-04-20 02:54:56,987 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,987 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,987 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-04-20 02:54:56,988 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,988 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:56,988 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-04-20 02:54:56,989 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:56,989 [main] Physical connection closed
DEBUG 2024-04-20 02:54:56,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:56,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:56,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:56,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:56,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,003 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,004 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,021 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-04-20 02:54:57,022 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,022 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-20 02:54:57,022 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,022 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,022 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-04-20 02:54:57,022 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,023 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,023 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-20 02:54:57,023 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,023 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713549294918/5, BranchId=]
DEBUG 2024-04-20 02:54:57,023 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,036 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,038 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,039 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,039 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,039 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,056 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,059 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,074 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,074 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,074 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,074 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,091 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,095 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,113 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,113 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,113 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,113 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,120 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-04-20 02:54:57,121 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,135 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,136 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,136 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,136 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,142 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-04-20 02:54:57,143 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,157 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,157 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,158 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,158 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,163 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:57,165 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,179 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,179 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,179 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,179 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,185 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-04-20 02:54:57,187 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,188 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,201 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,201 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,201 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,201 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,218 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,219 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,219 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-20 02:54:57,222 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,223 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,238 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,238 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,238 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,238 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,255 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,256 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,269 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,271 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,271 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,271 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,271 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,287 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-20 02:54:57,288 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-20 02:54:57,303 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,303 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,303 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,303 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,320 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-20 02:54:57,320 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.127 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-04-20 02:54:57,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,367 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,378 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,381 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,383 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,383 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,387 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,389 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,390 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,404 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,406 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,406 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,410 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,410 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,412 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,430 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,432 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,432 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,436 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,436 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-04-20 02:54:57,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,451 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,451 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,451 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,451 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-04-20 02:54:57,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,466 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,466 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,482 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,482 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-04-20 02:54:57,486 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,486 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,498 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,498 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,514 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,514 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,514 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,514 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,525 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,530 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,530 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-04-20 02:54:57,532 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,532 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-04-20 02:54:57,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,551 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,557 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,564 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,575 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,575 [main] Logical connection got, tx=null
WARN  2024-04-20 02:54:57,577 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-20 02:54:57,578 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-20 02:54:57,578 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,579 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,580 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,594 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,596 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,596 [main] Logical connection got, tx=null
WARN  2024-04-20 02:54:57,598 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-20 02:54:57,599 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-20 02:54:57,599 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,599 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,604 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,618 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,622 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-20 02:54:57,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,635 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-04-20 02:54:57,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,654 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,654 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,655 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,655 [main] Physical connection closed
DEBUG 2024-04-20 02:54:57,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,667 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,667 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,668 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,669 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-04-20 02:54:57,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-20 02:54:57,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-20 02:54:57,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-20 02:54:57,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-20 02:54:57,683 [main] Physical connection got
DEBUG 2024-04-20 02:54:57,683 [main] Logical connection got, tx=null
DEBUG 2024-04-20 02:54:57,684 [main] Logical connection closed, tx=null
DEBUG 2024-04-20 02:54:57,684 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.344s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.443s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.595s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.248s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Apr 20 02:54:57 JST 2024
[INFO] Final Memory: 30M/407M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS