Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-19 02:54:56,499 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-19 02:54:56.285 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-19 02:54:56,500 [main] Logical connection got
DEBUG 2024-05-19 02:54:56,500 [main] Logical connection closed
DEBUG 2024-05-19 02:54:56,500 [main] Logical connection got
DEBUG 2024-05-19 02:54:56,504 [main] Logical connection closed
DEBUG 2024-05-19 02:54:56,505 [main] Logical connection got
DEBUG 2024-05-19 02:54:56,505 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-19 02:54:56,506 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-19 02:54:56.285 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-19 02:54:56,506 [main] Logical connection got
DEBUG 2024-05-19 02:54:56,507 [main] UPDATE EMP SET tstamp = '2024-05-19 02.54.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-19 02.54.56'
DEBUG 2024-05-19 02:54:56,508 [main] Logical connection closed
DEBUG 2024-05-19 02:54:56,508 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.137 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-19 02:54:57,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:57,749 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:54:57,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:57,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:57,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:57,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:57,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:57,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:57,902 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:54:58,074 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,074 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,154 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,160 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-19 02:54:58,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,216 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,216 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,216 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,217 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,341 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-05-19 02:54:58,347 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,379 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,379 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,380 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,380 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,419 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,443 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,449 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,475 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,475 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,475 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,476 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,519 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,525 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,553 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,554 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,554 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,554 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,590 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,595 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,620 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,621 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,621 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,621 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,653 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,657 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,682 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,683 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,683 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,683 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,713 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-05-19 02:54:58,717 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,739 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,739 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,742 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,742 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,743 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,743 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,773 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,777 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,785 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,802 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,802 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,803 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,803 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,843 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,848 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,871 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,872 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,872 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,872 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:58,899 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:58,904 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:58,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:58,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,930 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,932 [main] Physical connection got
DEBUG 2024-05-19 02:54:58,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,933 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,984 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-19 02.54.58', 99, 'hoge', 0)
DEBUG 2024-05-19 02:54:58,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,991 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054898930/0, BranchId=]
DEBUG 2024-05-19 02:54:58,991 [main] Physical connection closed
DEBUG 2024-05-19 02:54:58,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:58,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:58,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:58,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,014 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,015 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,015 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,015 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,015 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,041 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,052 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,052 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-19 02:54:59,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,060 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,060 [main] UPDATE EMP SET tstamp = '2024-05-19 02.54.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-19 02:54:59,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,061 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054898930/1, BranchId=]
DEBUG 2024-05-19 02:54:59,061 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,083 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,084 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,084 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,108 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,125 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-19 02:54:59,127 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,127 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,128 [main] UPDATE EMP SET tstamp = '2024-05-19 02.54.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-05-19 02:54:59,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,128 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054898930/2, BranchId=]
DEBUG 2024-05-19 02:54:59,129 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,150 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,151 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,151 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,151 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,151 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,183 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,183 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-19 02:54:59,185 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,185 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,186 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-19 02:54:59,186 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,186 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054898930/3, BranchId=]
DEBUG 2024-05-19 02:54:59,187 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,209 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,209 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,210 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,210 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,234 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-05-19 02:54:59,235 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,266 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,266 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,267 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,267 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,291 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-05-19 02:54:59,299 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,318 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,321 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,321 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,322 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,322 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,346 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,354 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,356 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,376 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,376 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,377 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,377 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,400 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,409 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,411 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,420 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,431 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,431 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,431 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,432 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,457 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,468 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,492 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,493 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,493 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,493 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,519 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,528 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,529 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-19 02:54:59,537 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-19 02:54:59,538 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,562 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,562 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,587 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,604 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,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
DEBUG 2024-05-19 02:54:59,608 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-19 02:54:59,610 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,632 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,632 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,633 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,633 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,665 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,672 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,673 [main] select * from emp
DEBUG 2024-05-19 02:54:59,676 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-19 02:54:59,677 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,697 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,698 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,698 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,698 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,719 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,729 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,730 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-19 02:54:59,733 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-19 02:54:59,735 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,756 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,756 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,756 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,756 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,777 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-05-19 02:54:59,785 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,806 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,806 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,806 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,807 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,827 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,835 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,835 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-19 02:54:59,838 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-19 02:54:59,839 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,860 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,860 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,861 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,861 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,881 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,889 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,889 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-19 02:54:59,895 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-19 02:54:59,896 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,898 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,916 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,917 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,917 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,917 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,938 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,947 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,947 [main] select * from emp
DEBUG 2024-05-19 02:54:59,949 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-19 02:54:59,950 [main] Physical connection closed
DEBUG 2024-05-19 02:54:59,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:54:59,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:54:59,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:54:59,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:54:59,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:54:59,970 [main] Physical connection got
DEBUG 2024-05-19 02:54:59,971 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,971 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:54:59,971 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:54:59,992 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,000 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,000 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-19 02:55:00,002 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-19 02:55:00,003 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,021 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,023 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,023 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,024 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,024 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,045 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,052 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,053 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-19 02:55:00,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 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-19 02:55:00,055 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,061 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,073 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,075 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,075 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,075 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,076 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,096 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,112 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,112 [main] select count(*) from emp
DEBUG 2024-05-19 02:55:00,114 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,114 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,132 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,134 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,135 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,135 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,135 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,155 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,163 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,164 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-19 02:55:00,165 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-05-19 02:55:00,165 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,175 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,183 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,185 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,185 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,186 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,186 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,205 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,213 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,213 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-19 02:55:00,214 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-05-19 02:55:00,215 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,234 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,234 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,235 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,235 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,255 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,262 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,262 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-19 02:55:00,263 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-05-19 02:55:00,263 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,283 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,283 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,283 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,283 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,308 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,316 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,316 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-19 02:55:00,317 [main] Logical connection closed, tx=null
[Ljava.util.Map;@a1e940b
DEBUG 2024-05-19 02:55:00,317 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,338 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,338 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,338 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,338 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,360 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,368 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,368 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-05-19 02:55:00,370 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-05-19 02:55:00,371 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,392 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,392 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,392 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,392 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,412 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-05-19 02:55:00,419 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,420 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-05-19 02:55:00,423 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-19 02:55:00,423 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,442 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,442 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,442 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,443 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,461 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,465 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,465 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:55:00,466 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,466 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,484 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,485 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,485 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,485 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,504 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,508 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,508 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:55:00,508 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,509 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,510 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,510 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,528 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,528 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,528 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,529 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,542 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,543 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,543 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-05-19 02:55:00,544 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-19 02:55:00,545 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,563 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,563 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,564 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,564 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,576 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,577 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,577 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-19 02:55:00,578 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-19 02:55:00,579 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,598 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,599 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,624 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-19 02.55.00', 9999, 'test', 50)
DEBUG 2024-05-19 02:55:00,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,625 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-05-19 02:55:00,627 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-19 02:55:00,628 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,628 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-05-19 02:55:00,629 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-19 02:55:00.624 {50, null, null, 0}
DEBUG 2024-05-19 02:55:00,629 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054898930/4, BranchId=]
DEBUG 2024-05-19 02:55:00,629 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,652 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,652 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,652 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,652 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,674 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,681 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,703 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,704 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,704 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,704 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,726 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:00,737 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,737 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-19 02:55:00,740 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,740 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,761 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,761 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,762 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,762 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,784 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:00,796 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,796 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-05-19 02:55:00,797 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-19 02:55:00,797 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,800 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,818 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,819 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,819 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,819 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,841 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:00,848 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,848 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-05-19 02:55:00,850 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-19 02:55:00,851 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,871 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,872 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,872 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,872 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,895 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-05-19 02:55:00,899 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,902 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,920 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,921 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,921 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,921 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,943 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-19 02:55:00,952 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,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 department.dname = 'RESEARCH'
DEBUG 2024-05-19 02:55:00,954 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,955 [main] Physical connection closed
DEBUG 2024-05-19 02:55:00,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:00,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:00,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:00,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:00,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:00,975 [main] Physical connection got
DEBUG 2024-05-19 02:55:00,975 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,975 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:00,976 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:00,997 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-19 02:55:01,005 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,006 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-05-19 02:55:01,006 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,008 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,033 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,033 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,033 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,034 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,053 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:01,055 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,055 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-05-19 02:55:01,057 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-05-19 02:55:01,057 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,074 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,075 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,075 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,075 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,093 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:01,094 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,110 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,113 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,113 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,113 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,113 [main] Logical connection got, tx=null
WARN  2024-05-19 02:55:01,116 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-19 02:55:01,121 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-19 02:55:01,122 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,122 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-19 02:55:01,125 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-19 02:55:01,125 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,142 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,143 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,143 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,143 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,161 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:01,168 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,183 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,185 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,185 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,185 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,186 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,204 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-05-19 02:55:01,208 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,209 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-05-19 02:55:01,210 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,210 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,210 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-05-19 02:55:01,211 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,211 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,228 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,229 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,229 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,229 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,248 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-05-19 02:55:01,251 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,251 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-05-19 02:55:01,254 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,255 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-05-19 02:55:01,256 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,256 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,256 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-19 02:55:01,258 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,258 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,258 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-05-19 02:55:01,259 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,259 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,260 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-05-19 02:55:01,260 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,260 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,277 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,277 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,296 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-19 02:55:01,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,297 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:55:01,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,298 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-19 02:55:01,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,299 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-19 02:55:01,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,300 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716054898930/5, BranchId=]
DEBUG 2024-05-19 02:55:01,300 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,315 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,317 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,317 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,317 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,318 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,335 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,339 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,356 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,356 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,356 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,356 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,374 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,378 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,396 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,396 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,396 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,396 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,403 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-19 02:55:01,404 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,421 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,421 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,421 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,421 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,427 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-19 02:55:01,429 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,434 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,445 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,446 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,446 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,446 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,452 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:01,454 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,470 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,470 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,471 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,471 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,477 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-05-19 02:55:01,479 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,496 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,496 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,496 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,497 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,514 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,515 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,515 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-19 02:55:01,518 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,518 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,536 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,536 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,536 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,536 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,553 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,554 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,570 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,570 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,571 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,571 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,588 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-19 02:55:01,589 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,603 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-19 02:55:01,605 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,605 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,606 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,606 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,625 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-19 02:55:01,626 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.466 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-19 02:55:01,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,678 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,680 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,693 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,696 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,696 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,699 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,702 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,703 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,718 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,720 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,720 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,724 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,724 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,726 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,740 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,743 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,743 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,747 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,747 [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-05-19 02:55:01,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,762 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,763 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,763 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,764 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-19 02:55:01,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,779 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,779 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,796 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,796 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-05-19 02:55:01,801 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,801 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,824 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,824 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,840 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,840 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,841 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,841 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,852 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,857 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-19 02:55:01,860 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,860 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-19 02:55:01,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,881 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,896 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,909 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,910 [main] Logical connection got, tx=null
WARN  2024-05-19 02:55:01,912 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-19 02:55:01,913 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-19 02:55:01,913 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,914 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,915 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,930 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,933 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,933 [main] Logical connection got, tx=null
WARN  2024-05-19 02:55:01,935 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-19 02:55:01,936 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-19 02:55:01,936 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,936 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,938 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,955 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,959 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-19 02:55:01,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,973 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-19 02:55:01,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:01,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,992 [main] Physical connection got
DEBUG 2024-05-19 02:55:01,992 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:01,994 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:01,994 [main] Physical connection closed
DEBUG 2024-05-19 02:55:01,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:01,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:01,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:01,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:02,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:02,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:02,006 [main] Physical connection got
DEBUG 2024-05-19 02:55:02,006 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:02,007 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:02,007 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-19 02:55:02,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-19 02:55:02,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:02,012 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-19 02:55:02,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-19 02:55:02,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:02,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-19 02:55:02,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-19 02:55:02,021 [main] Physical connection got
DEBUG 2024-05-19 02:55:02,022 [main] Logical connection got, tx=null
DEBUG 2024-05-19 02:55:02,022 [main] Logical connection closed, tx=null
DEBUG 2024-05-19 02:55:02,022 [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.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.540s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.621s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.547s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun May 19 02:55:02 JST 2024
[INFO] Final Memory: 30M/404M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS