Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-04-23 02:54:56,509 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-23 02:54:56.285 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-23 02:54:56,510 [main] Logical connection got
DEBUG 2024-04-23 02:54:56,510 [main] Logical connection closed
DEBUG 2024-04-23 02:54:56,510 [main] Logical connection got
DEBUG 2024-04-23 02:54:56,514 [main] Logical connection closed
DEBUG 2024-04-23 02:54:56,516 [main] Logical connection got
DEBUG 2024-04-23 02:54:56,516 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-23 02:54:56,517 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-23 02:54:56.285 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-23 02:54:56,518 [main] Logical connection got
DEBUG 2024-04-23 02:54:56,519 [main] UPDATE EMP SET tstamp = '2024-04-23 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-04-23 02.54.56'
DEBUG 2024-04-23 02:54:56,519 [main] Logical connection closed
DEBUG 2024-04-23 02:54:56,520 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-04-23 02:54:57,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:57,783 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:54:57,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:57,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:57,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:57,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:57,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:57,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:57,924 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-23 02:54:58,082 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,082 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,163 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,170 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-04-23 02:54:58,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,224 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,224 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,224 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,224 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,337 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-04-23 02:54:58,343 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,373 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,374 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,374 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,374 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,413 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,436 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,463 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,467 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,467 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,467 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,467 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,509 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,514 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,517 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,541 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,541 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,542 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,542 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,578 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,583 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,586 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,606 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,608 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,608 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,609 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,609 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,643 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,648 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,672 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,673 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,673 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,673 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,706 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-04-23 02:54:58,710 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,732 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,735 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,735 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,735 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,737 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,770 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,776 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,800 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,800 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,801 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,801 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,843 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,847 [main] Physical connection closed
DEBUG 2024-04-23 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-04-23 02:54:58,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,872 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,872 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,872 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,872 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:58,904 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:58,909 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:58,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:58,930 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:58,931 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:58,935 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,937 [main] Physical connection got
DEBUG 2024-04-23 02:54:58,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,938 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,990 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-23 02.54.58', 99, 'hoge', 0)
DEBUG 2024-04-23 02:54:58,995 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,995 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713808498935/0, BranchId=]
DEBUG 2024-04-23 02:54:58,996 [main] Physical connection closed
DEBUG 2024-04-23 02:54:58,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:58,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,019 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,020 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,020 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,020 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,056 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,057 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-23 02:54:59,064 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,064 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,065 [main] UPDATE EMP SET tstamp = '2024-04-23 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-04-23 02:54:59,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,066 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713808498935/1, BranchId=]
DEBUG 2024-04-23 02:54:59,066 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,068 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,089 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,090 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,090 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,136 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,136 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-23 02:54:59,139 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,139 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,139 [main] UPDATE EMP SET tstamp = '2024-04-23 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-04-23 02:54:59,140 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,140 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713808498935/2, BranchId=]
DEBUG 2024-04-23 02:54:59,140 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,164 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,165 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,165 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,165 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,165 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,189 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,199 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-23 02:54:59,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,201 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,202 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-23 02:54:59,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,202 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713808498935/3, BranchId=]
DEBUG 2024-04-23 02:54:59,202 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,227 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,227 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,228 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,228 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,252 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-04-23 02:54:59,254 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,276 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,286 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,286 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,287 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,287 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,312 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-04-23 02:54:59,321 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,343 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,346 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,346 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,347 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,347 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,372 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,381 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,405 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,405 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,405 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,405 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,430 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,439 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,462 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,462 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,463 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,463 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,486 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,496 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,518 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,518 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,519 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,519 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,542 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,551 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,551 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-23 02:54:59,559 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-04-23 02:54:59,560 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,582 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,582 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,582 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,582 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,605 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,614 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,614 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-23 02:54:59,618 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-04-23 02:54:59,620 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,641 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,641 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,641 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,641 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,668 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,675 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,675 [main] select * from emp
DEBUG 2024-04-23 02:54:59,678 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-23 02:54:59,679 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,699 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,699 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,699 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,699 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,721 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,728 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,728 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-04-23 02:54:59,732 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-04-23 02:54:59,734 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,753 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,753 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,753 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,754 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,774 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-04-23 02:54:59,782 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,802 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,802 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,802 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,802 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,823 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,830 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,830 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-23 02:54:59,833 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-23 02:54:59,834 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,836 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,854 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,854 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,854 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,854 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,874 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,881 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,882 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-23 02:54:59,886 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-23 02:54:59,887 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,889 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,906 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,906 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,907 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,907 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,927 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,934 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,935 [main] select * from emp
DEBUG 2024-04-23 02:54:59,936 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-23 02:54:59,937 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:54:59,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,956 [main] Physical connection got
DEBUG 2024-04-23 02:54:59,956 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,956 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,956 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,976 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:54:59,983 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:54:59,983 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-04-23 02:54:59,985 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-04-23 02:54:59,986 [main] Physical connection closed
DEBUG 2024-04-23 02:54:59,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:54:59,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:54:59,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:54:59,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:54:59,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,005 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,005 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,024 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,031 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,031 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-23 02:55:00,034 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-23 02:55:00,034 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,052 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,052 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,053 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,053 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,072 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,084 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,085 [main] select count(*) from emp
DEBUG 2024-04-23 02:55:00,086 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,086 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,103 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,103 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,103 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,103 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,122 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,130 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,130 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-23 02:55:00,131 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-04-23 02:55:00,131 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,149 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,149 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,149 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,149 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,168 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,175 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,176 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-23 02:55:00,176 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-04-23 02:55:00,177 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,178 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,194 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,194 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,194 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,194 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,212 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,219 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,219 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-23 02:55:00,220 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-04-23 02:55:00,220 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,237 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,238 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,239 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,239 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,239 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,257 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,264 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,264 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-04-23 02:55:00,264 [main] Logical connection closed, tx=null
[Ljava.util.Map;@38a1aa85
DEBUG 2024-04-23 02:55:00,265 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,282 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,282 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,283 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,283 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,302 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,308 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,308 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-04-23 02:55:00,310 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-04-23 02:55:00,311 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,328 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,328 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,328 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,328 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,347 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-04-23 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,354 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-04-23 02:55:00,358 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-04-23 02:55:00,358 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,383 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,383 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,384 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,384 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,411 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,416 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,416 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-23 02:55:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,417 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,440 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,440 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,440 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,441 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,467 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,472 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,472 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-23 02:55:00,473 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,473 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,496 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,496 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,496 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,496 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,515 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,516 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,516 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-04-23 02:55:00,518 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-04-23 02:55:00,518 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,542 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,542 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,543 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,543 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,556 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,556 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,556 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-04-23 02:55:00,557 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-04-23 02:55:00,557 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,574 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,574 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,574 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,592 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,599 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-23 02.55.00', 9999, 'test', 50)
DEBUG 2024-04-23 02:55:00,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,600 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-04-23 02:55:00,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-23 02:55:00,602 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,602 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-04-23 02:55:00,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-04-23 02:55:00.599 {50, null, null, 0}
DEBUG 2024-04-23 02:55:00,603 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713808498935/4, BranchId=]
DEBUG 2024-04-23 02:55:00,603 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,620 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,620 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,620 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,620 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,637 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,643 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,659 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,659 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,659 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,660 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,676 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:00,685 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,685 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-04-23 02:55:00,687 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,687 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,703 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,703 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,703 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,703 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,720 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:00,728 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,728 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-04-23 02:55:00,729 [main] Logical connection closed, tx=null
[]
DEBUG 2024-04-23 02:55:00,729 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,749 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,749 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,749 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,749 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,766 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:00,771 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,771 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-04-23 02:55:00,772 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-04-23 02:55:00,773 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,787 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,789 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,789 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,789 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,789 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,805 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-04-23 02:55:00,809 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,825 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,825 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,825 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,825 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,841 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-04-23 02:55:00,848 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,848 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-04-23 02:55:00,850 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,850 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,865 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,867 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,867 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,867 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,867 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,884 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-04-23 02:55:00,910 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,911 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-04-23 02:55:00,911 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,911 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,935 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,935 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,935 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,935 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,953 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:00,954 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,954 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-04-23 02:55:00,956 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-04-23 02:55:00,956 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:00,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,972 [main] Physical connection got
DEBUG 2024-04-23 02:55:00,972 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,972 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:00,973 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:00,988 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:00,989 [main] Physical connection closed
DEBUG 2024-04-23 02:55:00,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:00,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:00,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:00,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:00,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,004 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,004 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,005 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,005 [main] Logical connection got, tx=null
WARN  2024-04-23 02:55:01,007 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-04-23 02:55:01,013 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-04-23 02:55:01,013 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,013 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-04-23 02:55:01,015 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-04-23 02:55:01,016 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,017 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,029 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,030 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,030 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,031 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,031 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,048 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:01,054 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,069 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,069 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,069 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,069 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,086 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-04-23 02:55:01,090 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,090 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-04-23 02:55:01,090 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,091 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,091 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-04-23 02:55:01,091 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,091 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,107 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,107 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,107 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,107 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,124 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-04-23 02:55:01,126 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,126 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-04-23 02:55:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,130 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,130 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-04-23 02:55:01,130 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,130 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,131 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-04-23 02:55:01,132 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,132 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,132 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-04-23 02:55:01,133 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,133 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,133 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-04-23 02:55:01,134 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,134 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,148 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,149 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,149 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,149 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,149 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-04-23 02:55:01,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,167 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-23 02:55:01,167 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,167 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-04-23 02:55:01,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,168 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-23 02:55:01,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,168 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713808498935/5, BranchId=]
DEBUG 2024-04-23 02:55:01,168 [main] Physical connection closed
DEBUG 2024-04-23 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-04-23 02:55:01,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,184 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,184 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,184 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,184 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,201 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,204 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,219 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,219 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,219 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,219 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,236 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,240 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,256 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,256 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,256 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,256 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,262 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-04-23 02:55:01,264 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,276 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,278 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,278 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,278 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,278 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,284 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-04-23 02:55:01,286 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,288 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,290 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,300 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,300 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,300 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,300 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,306 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:01,308 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,309 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,322 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,322 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,322 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,322 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,328 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-04-23 02:55:01,329 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,344 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,344 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,344 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,344 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,361 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,362 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,362 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-23 02:55:01,365 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,365 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,380 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,380 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,380 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,380 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,396 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,397 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,410 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,412 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,412 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,412 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,412 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,433 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-23 02:55:01,434 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-23 02:55:01,449 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,449 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,449 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,449 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,465 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-23 02:55:01,466 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.296 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-04-23 02:55:01,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,513 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,527 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,530 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,530 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,533 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,536 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,537 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,551 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,553 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,553 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,556 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,557 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,558 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,564 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,564 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,569 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,572 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,574 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,574 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,577 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,578 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-04-23 02:55:01,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,592 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,592 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,593 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,593 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-04-23 02:55:01,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,614 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,614 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,631 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,631 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-04-23 02:55:01,634 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,634 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,647 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,647 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,662 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,663 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,663 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,663 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,673 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,677 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,677 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-04-23 02:55:01,680 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,680 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-04-23 02:55:01,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,698 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,712 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,723 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,723 [main] Logical connection got, tx=null
WARN  2024-04-23 02:55:01,725 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-23 02:55:01,726 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-23 02:55:01,726 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,726 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,728 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,729 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,731 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,738 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,741 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,744 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,744 [main] Logical connection got, tx=null
WARN  2024-04-23 02:55:01,746 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-23 02:55:01,746 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-23 02:55:01,747 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,747 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,748 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,761 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,765 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-23 02:55:01,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,778 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-04-23 02:55:01,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,796 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,796 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,797 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,797 [main] Physical connection closed
DEBUG 2024-04-23 02:55:01,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,808 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,809 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,810 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,810 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-04-23 02:55:01,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-23 02:55:01,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-23 02:55:01,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-23 02:55:01,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-23 02:55:01,823 [main] Physical connection got
DEBUG 2024-04-23 02:55:01,823 [main] Logical connection got, tx=null
DEBUG 2024-04-23 02:55:01,824 [main] Logical connection closed, tx=null
DEBUG 2024-04-23 02:55:01,824 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.306s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.556s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.670s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.298s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Apr 23 02:55:01 JST 2024
[INFO] Final Memory: 30M/404M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS