Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-02 02:54:55,542 [main] Physical connection got
DEBUG 2024-11-02 02:54:55,542 [main] Logical connection got
DEBUG 2024-11-02 02:54:55,543 [main] Logical connection closed
DEBUG 2024-11-02 02:54:55,543 [main] Logical connection got
DEBUG 2024-11-02 02:54:55,555 [main] Logical connection closed
DEBUG 2024-11-02 02:54:55,555 [main] Logical connection got
DEBUG 2024-11-02 02:54:55,555 [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 ename LIKE '%CO%'
DEBUG 2024-11-02 02:54:55,557 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-02 02:54:55.347 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:54:55,557 [main] Logical connection got
DEBUG 2024-11-02 02:54:55,558 [main] Logical connection closed
DEBUG 2024-11-02 02:54:55,558 [main] Logical connection got
DEBUG 2024-11-02 02:54:55,562 [main] Logical connection closed
DEBUG 2024-11-02 02:54:55,563 [main] Logical connection got
DEBUG 2024-11-02 02:54:55,563 [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-11-02 02:54:55,564 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-02 02:54:55.347 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:54:55,564 [main] Logical connection got
DEBUG 2024-11-02 02:54:55,565 [main] UPDATE EMP SET tstamp = '2024-11-02 02.54.55', 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-11-02 02.54.55'
DEBUG 2024-11-02 02:54:55,566 [main] Logical connection closed
DEBUG 2024-11-02 02:54:55,566 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from 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.165 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-02 02:54:57,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:57,163 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:54:57,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,298 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:54:57,463 [main] Physical connection got
DEBUG 2024-11-02 02:54:57,463 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,538 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,544 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-02 02:54:57,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:57,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,596 [main] Physical connection got
DEBUG 2024-11-02 02:54:57,596 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,597 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,597 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,714 [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-11-02 02:54:57,720 [main] Physical connection closed
DEBUG 2024-11-02 02:54:57,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:57,722 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,749 [main] Physical connection got
DEBUG 2024-11-02 02:54:57,750 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,750 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,750 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,789 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,811 [main] Physical connection closed
DEBUG 2024-11-02 02:54:57,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:57,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,840 [main] Physical connection got
DEBUG 2024-11-02 02:54:57,840 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,841 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,841 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,884 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,890 [main] Physical connection closed
DEBUG 2024-11-02 02:54:57,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:57,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,916 [main] Physical connection got
DEBUG 2024-11-02 02:54:57,916 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,917 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,917 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,952 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,958 [main] Physical connection closed
DEBUG 2024-11-02 02:54:57,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:57,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:57,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:57,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:57,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:57,982 [main] Physical connection got
DEBUG 2024-11-02 02:54:57,982 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:57,982 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:57,982 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,013 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,017 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,040 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,040 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,040 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,040 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,070 [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-11-02 02:54:58,074 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,075 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,096 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,096 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,096 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,096 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,126 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,131 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,151 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,153 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,154 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,154 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,154 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,187 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,191 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,213 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,213 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,213 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,214 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,241 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,246 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,269 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,271 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,272 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,272 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,318 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,320 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-02 02.54.58', 99, 'hoge', 0)
DEBUG 2024-11-02 02:54:58,325 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,326 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483698269/0, BranchId=]
DEBUG 2024-11-02 02:54:58,326 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,348 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,348 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,348 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,349 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,349 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,373 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,384 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,384 [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-11-02 02:54:58,391 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,391 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,392 [main] UPDATE EMP SET tstamp = '2024-11-02 02.54.58', 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-11-02 02:54:58,393 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,393 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483698269/1, BranchId=]
DEBUG 2024-11-02 02:54:58,393 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,415 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,415 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,415 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,441 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,457 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,457 [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-11-02 02:54:58,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,460 [main] UPDATE EMP SET tstamp = '2024-11-02 02.54.58', 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-11-02 02:54:58,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,461 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483698269/2, BranchId=]
DEBUG 2024-11-02 02:54:58,461 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,483 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,483 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,483 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,484 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,484 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,509 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,518 [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-11-02 02:54:58,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,521 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-02 02:54:58,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,521 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483698269/3, BranchId=]
DEBUG 2024-11-02 02:54:58,521 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,523 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,545 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,545 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,545 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,545 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,570 [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-11-02 02:54:58,572 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,605 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,605 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,605 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,605 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,630 [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-11-02 02:54:58,640 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,661 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,661 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,662 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,662 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,686 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,694 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,727 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,727 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,727 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,727 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,751 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,759 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,779 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,780 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,780 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,780 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,803 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,813 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,832 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,833 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,833 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,833 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,863 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,864 [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-11-02 02:54:58,870 [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-11-02 02:54:58,872 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,891 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,891 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,891 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,892 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,920 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,921 [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-11-02 02:54:58,924 [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-11-02 02:54:58,926 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,945 [main] Physical connection got
DEBUG 2024-11-02 02:54:58,945 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,945 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,945 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,972 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:58,980 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:58,980 [main] select * from emp
DEBUG 2024-11-02 02:54:58,983 [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-11-02 02:54:58,984 [main] Physical connection closed
DEBUG 2024-11-02 02:54:58,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:58,986 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:58,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:58,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:58,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:58,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,003 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,003 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,003 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,004 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,025 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,032 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,032 [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-11-02 02:54:59,036 [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-11-02 02:54:59,037 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,056 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,056 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,056 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,056 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,078 [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-11-02 02:54:59,085 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,087 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,104 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,104 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,104 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,104 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,126 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,133 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,133 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:54:59,136 [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-11-02 02:54:59,137 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,155 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,155 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,155 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,156 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,177 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,184 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,184 [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-11-02 02:54:59,189 [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-11-02 02:54:59,190 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,209 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,209 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,209 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,209 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,230 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,239 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,239 [main] select * from emp
DEBUG 2024-11-02 02:54:59,241 [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-11-02 02:54:59,242 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,263 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,263 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,263 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,263 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,284 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,292 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,292 [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-11-02 02:54:59,294 [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-11-02 02:54:59,295 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,314 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,314 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,314 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,315 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,336 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,343 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,343 [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-11-02 02:54:59,345 [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-11-02 02:54:59,345 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,364 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,364 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,365 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,365 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,386 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,399 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,399 [main] select count(*) from emp
DEBUG 2024-11-02 02:54:59,401 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,401 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,420 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,420 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,420 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,420 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,441 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,449 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,449 [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-11-02 02:54:59,450 [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-11-02 02:54:59,451 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,452 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,469 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,469 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,470 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,470 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,491 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,499 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,499 [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-11-02 02:54:59,500 [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-11-02 02:54:59,500 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,519 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,519 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,519 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,519 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,540 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,547 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,547 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:54:59,548 [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-11-02 02:54:59,549 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,567 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,568 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,568 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,568 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,588 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,596 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,596 [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-11-02 02:54:59,597 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b784427
DEBUG 2024-11-02 02:54:59,597 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,615 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,615 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,615 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,615 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,635 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,645 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,645 [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-11-02 02:54:59,647 [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-11-02 02:54:59,647 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,649 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,665 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,665 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,666 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,666 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,686 [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-11-02 02:54:59,693 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,693 [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-11-02 02:54:59,696 [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-11-02 02:54:59,696 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,714 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,714 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,715 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,715 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,734 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,738 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,738 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:54:59,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,738 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,756 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,757 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,757 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,757 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,776 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,780 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,780 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:54:59,780 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,780 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,797 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,799 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,800 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,800 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,800 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,813 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,814 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,814 [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-11-02 02:54:59,815 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-02 02:54:59,816 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,835 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,839 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,839 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,839 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,839 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,852 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,852 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,853 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-02 02:54:59,853 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-02 02:54:59,854 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,871 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,871 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,898 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-02 02.54.59', 9999, 'test', 50)
DEBUG 2024-11-02 02:54:59,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,899 [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-11-02 02:54:59,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/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-11-02 02:54:59,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,901 [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-11-02 02:54:59,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-02 02:54:59.898 {50, null, null, 0}
DEBUG 2024-11-02 02:54:59,902 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483698269/4, BranchId=]
DEBUG 2024-11-02 02:54:59,902 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,920 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,920 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,920 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,920 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,939 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,945 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:54:59,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:54:59,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,963 [main] Physical connection got
DEBUG 2024-11-02 02:54:59,963 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,963 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,963 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,982 [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-11-02 02:54:59,991 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:54:59,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 = 'RESEARCH'
DEBUG 2024-11-02 02:54:59,993 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:54:59,994 [main] Physical connection closed
DEBUG 2024-11-02 02:54:59,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:54:59,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:54:59,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:54:59,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,011 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,011 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,012 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,030 [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-11-02 02:55:00,039 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,040 [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-11-02 02:55:00,040 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-02 02:55:00,041 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,058 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,059 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,059 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,059 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,077 [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-11-02 02:55:00,082 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,083 [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-11-02 02:55:00,084 [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-11-02 02:55:00,085 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,102 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,102 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,103 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,103 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,120 [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-11-02 02:55:00,123 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,141 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,141 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,141 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,159 [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-11-02 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,166 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:55:00,169 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,169 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,186 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,186 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,186 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,187 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,208 [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-11-02 02:55:00,216 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,216 [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-11-02 02:55:00,217 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,217 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,222 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,235 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,235 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,235 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,236 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,267 [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-11-02 02:55:00,273 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,273 [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-11-02 02:55:00,277 [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-11-02 02:55:00,281 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,327 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,327 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,327 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,327 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,356 [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-11-02 02:55:00,357 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,382 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,382 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,382 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,382 [main] Logical connection got, tx=null
WARN 2024-11-02 02:55:00,387 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-02 02:55:00,395 [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-11-02 02:55:00,395 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,395 [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-11-02 02:55:00,398 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-02 02:55:00,398 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,415 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,415 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,415 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,433 [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-11-02 02:55:00,441 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,458 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,458 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,458 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,476 [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-11-02 02:55:00,480 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,480 [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-11-02 02:55:00,480 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,481 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,481 [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-11-02 02:55:00,481 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,481 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,499 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,499 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,499 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,517 [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-11-02 02:55:00,520 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,520 [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-11-02 02:55:00,523 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,523 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,523 [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-11-02 02:55:00,524 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,524 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,524 [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-11-02 02:55:00,526 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,527 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,527 [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-11-02 02:55:00,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,528 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,528 [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-11-02 02:55:00,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,528 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,545 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,546 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-02 02:55:00,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,565 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:55:00,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,565 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-02 02:55:00,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,566 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:55:00,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,566 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483698269/5, BranchId=]
DEBUG 2024-11-02 02:55:00,566 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,582 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,583 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,583 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,583 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,601 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,604 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,620 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,620 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,620 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,620 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,638 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,643 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,659 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,659 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,659 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,659 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,666 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-02 02:55:00,667 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,687 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,687 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,687 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,687 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,693 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-02 02:55:00,695 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,708 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,710 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,710 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,710 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,710 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,716 [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-11-02 02:55:00,718 [main] Physical connection closed
DEBUG 2024-11-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-11-02 02:55:00,719 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,733 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,733 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,733 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,740 [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-11-02 02:55:00,741 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,756 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,756 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,757 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,757 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,774 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,775 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,775 [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-11-02 02:55:00,778 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,778 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,795 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,795 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,795 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,795 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,812 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,813 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,826 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,828 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,828 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,828 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,829 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,845 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:55:00,846 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:55:00,861 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,862 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,862 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,862 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,879 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:55:00,879 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.334 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-02 02:55:00,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,928 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:55:00,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,943 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:55:00,945 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,945 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,950 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,952 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,953 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:55:00,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,968 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:55:00,971 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,971 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,975 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,976 [main] Physical connection closed
DEBUG 2024-11-02 02:55:00,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:00,977 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:55:00,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:00,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:00,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:00,992 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:55:00,994 [main] Physical connection got
DEBUG 2024-11-02 02:55:00,994 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:00,998 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:00,999 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-02 02:55:01,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,014 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,014 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,015 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,015 [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-11-02 02:55:01,018 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,030 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,030 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,047 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,047 [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-11-02 02:55:01,050 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,050 [main] Physical connection closed
DEBUG 2024-11-02 02:55:01,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,064 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,065 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,081 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,081 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,082 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,082 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,092 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,097 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,097 [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-11-02 02:55:01,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,099 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-02 02:55:01,119 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,120 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:55:01,122 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,134 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:55:01,145 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,145 [main] Logical connection got, tx=null
WARN 2024-11-02 02:55:01,147 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-02 02:55:01,148 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-02 02:55:01,148 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,148 [main] Physical connection closed
DEBUG 2024-11-02 02:55:01,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,149 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:55:01,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,163 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:55:01,166 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,166 [main] Logical connection got, tx=null
WARN 2024-11-02 02:55:01,167 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-02 02:55:01,168 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-02 02:55:01,168 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,169 [main] Physical connection closed
DEBUG 2024-11-02 02:55:01,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,170 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:55:01,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,186 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:55:01,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,190 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:55:01,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,204 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:55:01,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,222 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,222 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,223 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,224 [main] Physical connection closed
DEBUG 2024-11-02 02:55:01,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,236 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,236 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,237 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,237 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-02 02:55:01,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:55:01,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:55:01,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:55:01,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:55:01,251 [main] Physical connection got
DEBUG 2024-11-02 02:55:01,252 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:55:01,252 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:55:01,252 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.563s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.624s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.670s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Nov 02 02:55:01 JST 2024
[INFO] Final Memory: 29M/406M
[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