Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-02 02:54:57,461 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-02 02:54:57.254 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:54:57,462 [main] Logical connection got
DEBUG 2024-06-02 02:54:57,462 [main] Logical connection closed
DEBUG 2024-06-02 02:54:57,462 [main] Logical connection got
DEBUG 2024-06-02 02:54:57,466 [main] Logical connection closed
DEBUG 2024-06-02 02:54:57,468 [main] Logical connection got
DEBUG 2024-06-02 02:54:57,468 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:54:57,469 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-02 02:54:57.254 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:54:57,469 [main] Logical connection got
DEBUG 2024-06-02 02:54:57,470 [main] UPDATE EMP SET tstamp = '2024-06-02 02.54.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-02 02.54.57'
DEBUG 2024-06-02 02:54:57,470 [main] Logical connection closed
DEBUG 2024-06-02 02:54:57,471 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-02 02:54:58,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:58,838 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:54:58,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:58,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:58,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:58,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:58,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:58,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:58,985 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:54:59,156 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,157 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,235 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,241 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-02 02:54:59,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,292 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,292 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,292 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,293 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,405 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-06-02 02:54:59,410 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,413 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,441 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,441 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,441 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,441 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,481 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,504 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,535 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,535 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,535 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,535 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,580 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,586 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,614 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,614 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,614 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,615 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,651 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,657 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,685 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,685 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,686 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,686 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,719 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,724 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,750 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,750 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,750 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,750 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,783 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-06-02 02:54:59,787 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,810 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,810 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,811 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,811 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,844 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,849 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,872 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,872 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,872 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,872 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,908 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,913 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,936 [main] Physical connection got
DEBUG 2024-06-02 02:54:59,937 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,937 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,937 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:54:59,967 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:54:59,972 [main] Physical connection closed
DEBUG 2024-06-02 02:54:59,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:54:59,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:54:59,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,991 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:54:59,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:54:59,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:54:59,998 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,000 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,031 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,056 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-02 02.55.00', 99, 'hoge', 0)
DEBUG 2024-06-02 02:55:00,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,062 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264499998/0, BranchId=]
DEBUG 2024-06-02 02:55:00,063 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,085 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,086 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,086 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,086 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,086 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,125 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:55:00,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,132 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,133 [main] UPDATE EMP SET tstamp = '2024-06-02 02.55.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-02 02:55:00,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,134 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264499998/1, BranchId=]
DEBUG 2024-06-02 02:55:00,134 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,137 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,157 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,157 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,158 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,185 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,200 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:55:00,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,203 [main] UPDATE EMP SET tstamp = '2024-06-02 02.55.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-02 02:55:00,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,204 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264499998/2, BranchId=]
DEBUG 2024-06-02 02:55:00,204 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,206 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,222 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,226 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,227 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,227 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,227 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,227 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,253 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,262 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,262 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:55:00,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,264 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,265 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-02 02:55:00,265 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,265 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264499998/3, BranchId=]
DEBUG 2024-06-02 02:55:00,265 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,285 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,289 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,290 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,290 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,290 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,315 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-06-02 02:55:00,317 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,348 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,349 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,376 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-06-02 02:55:00,385 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,409 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,410 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,410 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,410 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,437 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,455 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,502 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,502 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,502 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,502 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,531 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,541 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,564 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,564 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,565 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,565 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,589 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,597 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,619 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,619 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,619 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,619 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,642 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,650 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,650 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:55:00,657 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-02 02:55:00,659 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,680 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,680 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,681 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,681 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,704 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,712 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,712 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:55:00,716 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-02 02:55:00,717 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,719 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,738 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,738 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,738 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,739 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,769 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,777 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,777 [main] select * from emp
DEBUG 2024-06-02 02:55:00,780 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:55:00,781 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,801 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,801 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,802 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,802 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,823 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,831 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,831 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-02 02:55:00,835 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-02 02:55:00,836 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,855 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,855 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,855 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,856 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,877 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-02 02:55:00,884 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,886 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,901 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,903 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,903 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,903 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,904 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,924 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,932 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,932 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:55:00,934 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:55:00,935 [main] Physical connection closed
DEBUG 2024-06-02 02:55:00,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:00,937 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:00,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,954 [main] Physical connection got
DEBUG 2024-06-02 02:55:00,954 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,955 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,955 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,975 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:00,983 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:00,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
DEBUG 2024-06-02 02:55:00,987 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:55:00,989 [main] Physical connection closed
DEBUG 2024-06-02 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-06-02 02:55:00,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:00,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:00,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:00,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,008 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,008 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,009 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,009 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,029 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,037 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,037 [main] select * from emp
DEBUG 2024-06-02 02:55:01,038 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:55:01,039 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,060 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,060 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,060 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,060 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,084 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,093 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,093 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-06-02 02:55:01,095 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-06-02 02:55:01,096 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,117 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,117 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,117 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,117 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,140 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,149 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,149 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:55:01,151 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:55:01,151 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,153 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,172 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,172 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,172 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,173 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,195 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,210 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,210 [main] select count(*) from emp
DEBUG 2024-06-02 02:55:01,212 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,212 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,230 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,230 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,230 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,231 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,249 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,257 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,257 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:55:01,258 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-06-02 02:55:01,258 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,276 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,276 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,277 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,277 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,295 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,302 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,303 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:55:01,303 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-06-02 02:55:01,304 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,322 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,322 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,322 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,322 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,341 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,347 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,348 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:55:01,348 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-02 02:55:01,349 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,366 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,366 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,366 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,367 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,385 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,392 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,392 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-02 02:55:01,393 [main] Logical connection closed, tx=null
[Ljava.util.Map;@206e41b5
DEBUG 2024-06-02 02:55:01,393 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,411 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,411 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,411 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,411 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,430 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,437 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,437 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-06-02 02:55:01,439 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-06-02 02:55:01,440 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,458 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,458 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,458 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,458 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,477 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-02 02:55:01,484 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-06-02 02:55:01,488 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-02 02:55:01,488 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,506 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,506 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,507 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,507 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,525 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,529 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,529 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:55:01,530 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,530 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,532 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,545 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,547 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,548 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,548 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,548 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,567 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,570 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,570 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:55:01,571 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,571 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,589 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,589 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,589 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,590 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,602 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,603 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,603 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-06-02 02:55:01,605 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-02 02:55:01,605 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,626 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,628 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,628 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,628 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,629 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,641 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,642 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,642 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-02 02:55:01,643 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-02 02:55:01,643 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,661 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,661 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,662 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,662 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,662 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,687 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-02 02.55.01', 9999, 'test', 50)
DEBUG 2024-06-02 02:55:01,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,688 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-06-02 02:55:01,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-02 02:55:01,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,690 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-06-02 02:55:01,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-02 02:55:01.687 {50, null, null, 0}
DEBUG 2024-06-02 02:55:01,691 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264499998/4, BranchId=]
DEBUG 2024-06-02 02:55:01,692 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,709 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,710 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,710 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,710 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,728 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,734 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,752 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,752 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,752 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,752 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,770 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:01,778 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,779 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-02 02:55:01,781 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,781 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,797 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,799 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,799 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,799 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,799 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,816 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:01,825 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,826 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-06-02 02:55:01,826 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-02 02:55:01,827 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,844 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,844 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,845 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,845 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,861 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:01,867 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,867 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-06-02 02:55:01,869 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-06-02 02:55:01,869 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,886 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,886 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,886 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,887 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,903 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-06-02 02:55:01,906 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,923 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,923 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,923 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,924 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,940 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-02 02:55:01,947 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,947 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-02 02:55:01,950 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,950 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:01,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:01,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,967 [main] Physical connection got
DEBUG 2024-06-02 02:55:01,967 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,967 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,967 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,984 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-06-02 02:55:01,990 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:01,991 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-06-02 02:55:01,991 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:01,992 [main] Physical connection closed
DEBUG 2024-06-02 02:55:01,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:01,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:01,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:01,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,009 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,009 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,010 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,010 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,032 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:02,034 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,034 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-06-02 02:55:02,036 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-06-02 02:55:02,036 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,053 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,053 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,053 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,054 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,071 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:02,072 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,091 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,091 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,092 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,092 [main] Logical connection got, tx=null
WARN  2024-06-02 02:55:02,095 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-02 02:55:02,101 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-02 02:55:02,102 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,102 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-06-02 02:55:02,105 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-02 02:55:02,105 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,124 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,124 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,125 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,125 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,145 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:02,153 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,155 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,173 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,173 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,174 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,174 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,194 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-06-02 02:55:02,198 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,198 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-06-02 02:55:02,199 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,200 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,200 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-02 02:55:02,201 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,201 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,220 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,220 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,221 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,221 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,241 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-06-02 02:55:02,245 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,245 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-02 02:55:02,248 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,248 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,249 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-06-02 02:55:02,249 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,250 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,250 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-06-02 02:55:02,252 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,252 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,252 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-06-02 02:55:02,253 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,253 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,253 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-02 02:55:02,254 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,254 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,273 [main] Transaction began, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,274 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,274 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,274 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,295 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-02 02:55:02,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,296 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:55:02,296 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,296 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,296 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-02 02:55:02,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,297 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-02 02:55:02,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,298 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1717264499998/5, BranchId=]
DEBUG 2024-06-02 02:55:02,298 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,317 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,317 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,317 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,317 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,338 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,342 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,361 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,361 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,361 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,361 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,381 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,386 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,405 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,405 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,405 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,405 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,413 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-02 02:55:02,415 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,433 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,433 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,433 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,433 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,441 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-02 02:55:02,442 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,467 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,467 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,467 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,467 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,478 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:02,479 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,495 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,495 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,495 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,495 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,501 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-06-02 02:55:02,503 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,518 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,519 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,519 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,519 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,536 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,537 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,537 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-06-02 02:55:02,540 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,541 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,557 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,557 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,557 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,557 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,573 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,574 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,590 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,590 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,591 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,591 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,607 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-02 02:55:02,608 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-02 02:55:02,624 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,625 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,625 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,625 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,642 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-02 02:55:02,643 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.401 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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-06-02 02:55:02,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,693 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,708 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,710 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,711 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,714 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,717 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,718 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,732 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,735 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,735 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,739 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,739 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,741 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,755 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,757 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,757 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,761 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,761 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-02 02:55:02,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,777 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,777 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,778 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,778 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-02 02:55:02,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,793 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,793 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,809 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,810 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-06-02 02:55:02,814 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,814 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,827 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,827 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,844 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,844 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,844 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,844 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,855 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,860 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,860 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-06-02 02:55:02,862 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,862 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-02 02:55:02,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,882 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,896 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,907 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,908 [main] Logical connection got, tx=null
WARN  2024-06-02 02:55:02,910 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-02 02:55:02,911 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-02 02:55:02,911 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,911 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,913 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,926 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,929 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,929 [main] Logical connection got, tx=null
WARN  2024-06-02 02:55:02,932 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-02 02:55:02,932 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-02 02:55:02,932 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,933 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,934 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,948 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,952 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-02 02:55:02,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,966 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-02 02:55:02,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,985 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,985 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:02,987 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:02,987 [main] Physical connection closed
DEBUG 2024-06-02 02:55:02,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:02,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:02,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:02,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:02,999 [main] Physical connection got
DEBUG 2024-06-02 02:55:02,999 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:03,001 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:03,001 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-02 02:55:03,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-02 02:55:03,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:03,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-02 02:55:03,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-02 02:55:03,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:03,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-02 02:55:03,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-02 02:55:03,015 [main] Physical connection got
DEBUG 2024-06-02 02:55:03,016 [main] Logical connection got, tx=null
DEBUG 2024-06-02 02:55:03,016 [main] Logical connection closed, tx=null
DEBUG 2024-06-02 02:55:03,016 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.310s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.512s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.604s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.604s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Jun 02 02:55:03 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