Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-11-15 02:50:58,095 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-15 02:50:58,096 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,096 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-15 02:50:58,099 [main] Logical connection closed
DEBUG 2024-11-15 02:50:58,100 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-15 02:50:58,134 [main] Physical connection got
DEBUG 2024-11-15 02:50:58,134 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,135 [main] Logical connection closed
DEBUG 2024-11-15 02:50:58,135 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,146 [main] Logical connection closed
DEBUG 2024-11-15 02:50:58,146 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,146 [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-15 02:50:58,148 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-15 02:50:57.943 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-15 02:50:58,148 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,149 [main] Logical connection closed
DEBUG 2024-11-15 02:50:58,149 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,152 [main] Logical connection closed
DEBUG 2024-11-15 02:50:58,154 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,154 [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-15 02:50:58,155 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-15 02:50:57.943 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-15 02:50:58,155 [main] Logical connection got
DEBUG 2024-11-15 02:50:58,155 [main] UPDATE EMP SET tstamp = '2024-11-15 02.50.58', 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-15 02.50.57'
DEBUG 2024-11-15 02:50:58,156 [main] Logical connection closed
DEBUG 2024-11-15 02:50:58,156 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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/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/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/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[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/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/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.128 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-15 02:50:59,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:50:59,476 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:50:59,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:50:59,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:50:59,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:50:59,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:50:59,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:50:59,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:50:59,611 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:50:59,779 [main] Physical connection got
DEBUG 2024-11-15 02:50:59,779 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:50:59,856 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:50:59,862 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-15 02:50:59,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:50:59,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:50:59,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:50:59,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:50:59,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:50:59,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:50:59,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:50:59,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:50:59,900 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:50:59,913 [main] Physical connection got
DEBUG 2024-11-15 02:50:59,913 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:50:59,914 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:50:59,914 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,026 [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-15 02:51:00,032 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,034 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,062 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,062 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,063 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,063 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,104 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,127 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,158 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,158 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,158 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,159 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,202 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,208 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,235 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,235 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,235 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,235 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,270 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,275 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,301 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,302 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,302 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,302 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,336 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,341 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,343 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,365 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,366 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,366 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,366 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,399 [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-15 02:51:00,403 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,414 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,427 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,427 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,427 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,427 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,459 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,463 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,487 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,487 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,488 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,488 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,525 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,529 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,531 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,551 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,551 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,551 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,552 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,581 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,586 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,610 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,612 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,664 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-15 02.51.00', 99, 'hoge', 0)
DEBUG 2024-11-15 02:51:00,669 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,669 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606660610/0, BranchId=]
DEBUG 2024-11-15 02:51:00,670 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,680 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,691 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,692 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,728 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-15 02:51:00,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,737 [main] UPDATE EMP SET tstamp = '2024-11-15 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-15 02:51:00,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,738 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606660610/1, BranchId=]
DEBUG 2024-11-15 02:51:00,738 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,761 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,761 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,815 [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-15 02:51:00,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,818 [main] UPDATE EMP SET tstamp = '2024-11-15 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-15 02:51:00,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,819 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606660610/2, BranchId=]
DEBUG 2024-11-15 02:51:00,819 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,851 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,852 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,852 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,852 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,877 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,887 [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-15 02:51:00,889 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,889 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,889 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-15 02:51:00,890 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,890 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606660610/3, BranchId=]
DEBUG 2024-11-15 02:51:00,890 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,922 [main] Physical connection got
DEBUG 2024-11-15 02:51:00,922 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,922 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:00,923 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:00,966 [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-15 02:51:00,967 [main] Physical connection closed
DEBUG 2024-11-15 02:51:00,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:00,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:00,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:00,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:00,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:00,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,000 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,000 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,001 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,001 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,027 [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-15 02:51:01,037 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,060 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,060 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,060 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,060 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,087 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,099 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,141 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,141 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,141 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,177 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,185 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,212 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,212 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,212 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,212 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,236 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,246 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,275 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,276 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,276 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,276 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,299 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,308 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,309 [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-15 02:51:01,317 [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-15 02:51:01,318 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,341 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,342 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,342 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,342 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,366 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,375 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,375 [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-15 02:51:01,379 [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-15 02:51:01,381 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,402 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,403 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,403 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,403 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,427 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,448 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,448 [main] select * from emp
DEBUG 2024-11-15 02:51:01,451 [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-15 02:51:01,453 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,454 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,475 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,475 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,475 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,475 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,509 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,519 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,519 [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-15 02:51:01,523 [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-15 02:51:01,524 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,546 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,546 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,547 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,571 [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-15 02:51:01,580 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,602 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,603 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,603 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,603 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,625 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,634 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,634 [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-15 02:51:01,637 [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-15 02:51:01,638 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,662 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,662 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,663 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,685 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,694 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,694 [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-15 02:51:01,699 [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-15 02:51:01,700 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,721 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,721 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,721 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,721 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,746 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,755 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,755 [main] select * from emp
DEBUG 2024-11-15 02:51:01,757 [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-15 02:51:01,758 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,778 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,779 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,779 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,779 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,810 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,820 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,820 [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-15 02:51:01,822 [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-15 02:51:01,824 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,844 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,844 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,844 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,865 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,879 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,879 [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-15 02:51:01,881 [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-15 02:51:01,882 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,909 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,909 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,909 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,909 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,934 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,941 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,942 [main] select count(*) from emp
DEBUG 2024-11-15 02:51:01,943 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,943 [main] Physical connection closed
DEBUG 2024-11-15 02:51:01,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:01,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:01,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:01,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:01,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:01,976 [main] Physical connection got
DEBUG 2024-11-15 02:51:01,976 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,977 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:01,977 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:01,997 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,005 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,005 [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-15 02:51:02,006 [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-15 02:51:02,006 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,008 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,041 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,048 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,048 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,048 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,069 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,078 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,078 [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-15 02:51:02,079 [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-15 02:51:02,080 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,081 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,083 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,085 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,095 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,097 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,098 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,109 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,109 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,110 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,110 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,172 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,188 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,188 [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-15 02:51:02,189 [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-15 02:51:02,189 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,191 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,193 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,208 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,208 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,209 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,209 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,228 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,258 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,258 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-15 02:51:02,259 [main] Logical connection closed, tx=null
[Ljava.util.Map;@408fbecf
DEBUG 2024-11-15 02:51:02,259 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,306 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,306 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,306 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,306 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,326 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,333 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,333 [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-15 02:51:02,335 [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-15 02:51:02,336 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,403 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,403 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,403 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,403 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,428 [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-15 02:51:02,435 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,436 [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-15 02:51:02,439 [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-15 02:51:02,440 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,487 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,487 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,487 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,487 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,557 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,557 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:51:02,557 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,557 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,575 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,593 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,601 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,601 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:51:02,602 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,602 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,627 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,627 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,627 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,627 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,640 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,640 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,640 [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-15 02:51:02,642 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-15 02:51:02,642 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,681 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,681 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,682 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,682 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,716 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,717 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,717 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-15 02:51:02,718 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-15 02:51:02,718 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,753 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,760 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,801 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,802 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-15 02.51.02', 9999, 'test', 50)
DEBUG 2024-11-15 02:51:02,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,802 [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-15 02:51:02,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/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-15 02:51:02,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,804 [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-15 02:51:02,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-15 02:51:02.802 {50, null, null, 0}
DEBUG 2024-11-15 02:51:02,805 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606660610/4, BranchId=]
DEBUG 2024-11-15 02:51:02,805 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,823 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,823 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,823 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,823 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,852 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,869 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,869 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,869 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,869 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,886 [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-15 02:51:02,896 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,896 [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-15 02:51:02,898 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,899 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,916 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,916 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,916 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,916 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,933 [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-15 02:51:02,944 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,944 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-15 02:51:02,945 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-15 02:51:02,945 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:02,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,963 [main] Physical connection got
DEBUG 2024-11-15 02:51:02,963 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,963 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:02,963 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,980 [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-15 02:51:02,986 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:02,986 [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-15 02:51:02,987 [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-15 02:51:02,988 [main] Physical connection closed
DEBUG 2024-11-15 02:51:02,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:02,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:02,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:02,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:02,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,009 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,009 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,009 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,009 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,026 [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-15 02:51:03,039 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,040 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,053 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,056 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,056 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,056 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,056 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,073 [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-15 02:51:03,080 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,080 [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-15 02:51:03,082 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,082 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,097 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,097 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,099 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,100 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,100 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,100 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,119 [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-15 02:51:03,126 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,126 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-15 02:51:03,127 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,127 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,145 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,145 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,145 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,145 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,167 [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-15 02:51:03,168 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,168 [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-15 02:51:03,169 [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-15 02:51:03,170 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,187 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,187 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,188 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,188 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,204 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-15 02:51:03,205 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,226 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,226 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,226 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,226 [main] Logical connection got, tx=null
WARN 2024-11-15 02:51:03,229 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-15 02:51:03,235 [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-15 02:51:03,236 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,236 [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-15 02:51:03,238 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-15 02:51:03,238 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,255 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,255 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,255 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,255 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,275 [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-15 02:51:03,283 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,303 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,303 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,303 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,303 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,325 [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-15 02:51:03,330 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,330 [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-15 02:51:03,331 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,331 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,331 [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-15 02:51:03,332 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,332 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,352 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,352 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,353 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,353 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,376 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*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-15 02:51:03,380 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,380 [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-15 02:51:03,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,384 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,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 ename = 'SMITH'
DEBUG 2024-11-15 02:51:03,385 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,385 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,385 [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-15 02:51:03,387 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,387 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,388 [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-15 02:51:03,388 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,389 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,389 [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-15 02:51:03,389 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,389 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,410 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,410 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,411 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,411 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,411 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,433 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-15 02:51:03,433 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,433 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:51:03,434 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,434 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,434 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-15 02:51:03,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,435 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,435 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:51:03,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,435 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606660610/5, BranchId=]
DEBUG 2024-11-15 02:51:03,436 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,454 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,457 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,457 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,458 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,479 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,483 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,506 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,506 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,506 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,506 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,535 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,555 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,556 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,556 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,564 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-15 02:51:03,567 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,587 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,587 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,587 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,588 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,596 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-15 02:51:03,598 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,623 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,623 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,623 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,623 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,635 [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-15 02:51:03,637 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,659 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,660 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,660 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,660 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,669 [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-15 02:51:03,672 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,673 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,676 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,693 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,693 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,693 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,693 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,710 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,711 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,712 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-15 02:51:03,715 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,715 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,732 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,732 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,732 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,733 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,751 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,752 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,766 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,768 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,768 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,769 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,769 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,786 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-15 02:51:03,787 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:51:03,809 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,809 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,810 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,810 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,829 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-15 02:51:03,830 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.968 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.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, 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.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-15 02:51:03,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,891 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:51:03,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,906 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:51:03,909 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,909 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,915 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,917 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:51:03,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,932 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:51:03,935 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,935 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,938 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,939 [main] Physical connection closed
DEBUG 2024-11-15 02:51:03,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,941 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:51:03,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,955 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:51:03,958 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,958 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,962 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,962 [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-15 02:51:03,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,977 [main] Physical connection got
DEBUG 2024-11-15 02:51:03,977 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:03,978 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:03,978 [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-15 02:51:03,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:03,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:03,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:03,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:03,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,000 [main] Physical connection got
DEBUG 2024-11-15 02:51:04,000 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,018 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,018 [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-15 02:51:04,021 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,021 [main] Physical connection closed
DEBUG 2024-11-15 02:51:04,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,027 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,034 [main] Physical connection got
DEBUG 2024-11-15 02:51:04,034 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,099 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,100 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,115 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,120 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,120 [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-15 02:51:04,123 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,123 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 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.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-15 02:51:04,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,143 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:51:04,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,161 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:51:04,175 [main] Physical connection got
DEBUG 2024-11-15 02:51:04,175 [main] Logical connection got, tx=null
WARN 2024-11-15 02:51:04,177 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-15 02:51:04,178 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-15 02:51:04,178 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,178 [main] Physical connection closed
DEBUG 2024-11-15 02:51:04,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,180 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:51:04,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,195 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:51:04,198 [main] Physical connection got
DEBUG 2024-11-15 02:51:04,198 [main] Logical connection got, tx=null
WARN 2024-11-15 02:51:04,200 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-15 02:51:04,200 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-15 02:51:04,201 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,201 [main] Physical connection closed
DEBUG 2024-11-15 02:51:04,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,202 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:51:04,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,222 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:51:04,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,226 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:51:04,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,242 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-15 02:51:04,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,261 [main] Physical connection got
DEBUG 2024-11-15 02:51:04,261 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,263 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,263 [main] Physical connection closed
DEBUG 2024-11-15 02:51:04,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,277 [main] Physical connection got
DEBUG 2024-11-15 02:51:04,277 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,278 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,278 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-15 02:51:04,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:51:04,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:51:04,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:51:04,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:51:04,295 [main] Physical connection got
DEBUG 2024-11-15 02:51:04,295 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:51:04,296 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:51:04,296 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.379s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.095s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.625s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.132s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Nov 15 02:51:04 JST 2024
[INFO] Final Memory: 27M/411M
[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