Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-30 02:50:59,323 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-30 02:50:59,324 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,324 [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-12-30 02:50:59,327 [main] Logical connection closed
DEBUG 2024-12-30 02:50:59,328 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-30 02:50:59,364 [main] Physical connection got
DEBUG 2024-12-30 02:50:59,364 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,365 [main] Logical connection closed
DEBUG 2024-12-30 02:50:59,365 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,376 [main] Logical connection closed
DEBUG 2024-12-30 02:50:59,377 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,377 [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-12-30 02:50:59,379 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-30 02:50:59.165 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-30 02:50:59,379 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,380 [main] Logical connection closed
DEBUG 2024-12-30 02:50:59,380 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,384 [main] Logical connection closed
DEBUG 2024-12-30 02:50:59,385 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,385 [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-12-30 02:50:59,386 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-30 02:50:59.165 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-30 02:50:59,387 [main] Logical connection got
DEBUG 2024-12-30 02:50:59,387 [main] UPDATE EMP SET tstamp = '2024-12-30 02.50.59', 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-12-30 02.50.59'
DEBUG 2024-12-30 02:50:59,388 [main] Logical connection closed
DEBUG 2024-12-30 02:50:59,388 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.137 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-30 02:51:00,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:00,642 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:00,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:00,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:00,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:00,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:00,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:00,793 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-30 02:51:00,970 [main] Physical connection got
DEBUG 2024-12-30 02:51:00,970 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,051 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,056 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-30 02:51:01,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,113 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,113 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,113 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,114 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,231 [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-12-30 02:51:01,236 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,263 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,268 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,269 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,269 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,269 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,308 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,333 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,367 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,367 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,367 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,368 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,426 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,432 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,433 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,461 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,461 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,462 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,462 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,498 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,504 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,531 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,531 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,532 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,532 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,565 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,571 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,598 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,598 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,599 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,599 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,633 [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-12-30 02:51:01,637 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,663 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,663 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,696 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,702 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,726 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,726 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,727 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,727 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,765 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,770 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,795 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,795 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,796 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,796 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:01,824 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:01,829 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,850 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,856 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,857 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,859 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,912 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-30 02.51.01', 99, 'hoge', 0)
DEBUG 2024-12-30 02:51:01,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,918 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735494661856/0, BranchId=]
DEBUG 2024-12-30 02:51:01,919 [main] Physical connection closed
DEBUG 2024-12-30 02:51:01,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:01,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:01,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:01,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:01,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:01,944 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,945 [main] Physical connection got
DEBUG 2024-12-30 02:51:01,945 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,945 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,945 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,990 [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-12-30 02:51:01,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:01,999 [main] UPDATE EMP SET tstamp = '2024-12-30 02.51.01', 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-12-30 02:51:02,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:02,000 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735494661856/1, BranchId=]
DEBUG 2024-12-30 02:51:02,001 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,021 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,024 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,025 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,025 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,026 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,053 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,083 [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-12-30 02:51:02,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,086 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,086 [main] UPDATE EMP SET tstamp = '2024-12-30 02.51.02', 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-12-30 02:51:02,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,087 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735494661856/2, BranchId=]
DEBUG 2024-12-30 02:51:02,087 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,109 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,112 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,112 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,141 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,150 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,151 [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-12-30 02:51:02,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,153 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-30 02:51:02,154 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,154 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735494661856/3, BranchId=]
DEBUG 2024-12-30 02:51:02,154 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,179 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,180 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,180 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,180 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,207 [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-12-30 02:51:02,209 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,244 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,244 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,244 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,245 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,274 [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-12-30 02:51:02,284 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,308 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,308 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,308 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,308 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,334 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,343 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,366 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,366 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,366 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,366 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,396 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,406 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,408 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,430 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,430 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,430 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,430 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,456 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,466 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,489 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,489 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,515 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,524 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,524 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-30 02:51:02,532 [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-12-30 02:51:02,534 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,557 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,558 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,558 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,558 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,583 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,592 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,592 [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-12-30 02:51:02,596 [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-12-30 02:51:02,597 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,620 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,620 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,620 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,620 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,644 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,660 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,660 [main] select * from emp
DEBUG 2024-12-30 02:51:02,663 [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-12-30 02:51:02,664 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,666 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,683 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,686 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,686 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,686 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,687 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,710 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,719 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,719 [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-12-30 02:51:02,722 [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-12-30 02:51:02,724 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,730 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,734 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,734 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,745 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,746 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,746 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,746 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,768 [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-12-30 02:51:02,777 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,799 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,799 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,799 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,799 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,820 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,829 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,829 [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-12-30 02:51:02,831 [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-12-30 02:51:02,833 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,854 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,854 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,854 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,854 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,875 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,884 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,884 [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-12-30 02:51:02,889 [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-12-30 02:51:02,890 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,908 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,909 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,911 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,911 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,912 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,912 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,934 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,943 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,943 [main] select * from emp
DEBUG 2024-12-30 02:51:02,944 [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-12-30 02:51:02,946 [main] Physical connection closed
DEBUG 2024-12-30 02:51:02,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:02,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:02,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:02,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:02,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:02,966 [main] Physical connection got
DEBUG 2024-12-30 02:51:02,966 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,966 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:02,966 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:02,992 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,002 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,002 [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-12-30 02:51:03,004 [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-12-30 02:51:03,006 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,008 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,029 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,029 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,029 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,030 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,055 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,065 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,065 [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-12-30 02:51:03,067 [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-12-30 02:51:03,067 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,091 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,091 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,091 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,092 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,117 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,127 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,127 [main] select count(*) from emp
DEBUG 2024-12-30 02:51:03,129 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,129 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,161 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,161 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,161 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,161 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,182 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,191 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,191 [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-12-30 02:51:03,192 [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-12-30 02:51:03,192 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,212 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,212 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,212 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,212 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,233 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,241 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,241 [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-12-30 02:51:03,242 [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-12-30 02:51:03,243 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,262 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,262 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,262 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,262 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,283 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,291 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,291 [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-12-30 02:51:03,292 [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-12-30 02:51:03,293 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,312 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,312 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,313 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,313 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,334 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,341 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,342 [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-12-30 02:51:03,342 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1f80cb01
DEBUG 2024-12-30 02:51:03,343 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,362 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,363 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,363 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,363 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,384 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,392 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,392 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-30 02:51:03,394 [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-12-30 02:51:03,394 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,415 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,415 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,415 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,416 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,436 [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-12-30 02:51:03,445 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,445 [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-12-30 02:51:03,449 [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-12-30 02:51:03,450 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,451 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,452 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,469 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,469 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,469 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,470 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,490 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,494 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,494 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-30 02:51:03,495 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,495 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,497 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,514 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,514 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,515 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,515 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,535 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,538 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,538 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-30 02:51:03,539 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,539 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,541 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,559 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,559 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,559 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,559 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,573 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,573 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,574 [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-12-30 02:51:03,576 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-30 02:51:03,577 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,596 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,596 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,596 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,597 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,615 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,616 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,616 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-30 02:51:03,617 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-30 02:51:03,617 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,634 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,636 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,636 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,636 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,637 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,637 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,656 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,664 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-30 02.51.03', 9999, 'test', 50)
DEBUG 2024-12-30 02:51:03,664 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,665 [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-12-30 02:51:03,666 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/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-12-30 02:51:03,667 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,667 [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-12-30 02:51:03,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-30 02:51:03.664 {50, null, null, 0}
DEBUG 2024-12-30 02:51:03,668 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735494661856/4, BranchId=]
DEBUG 2024-12-30 02:51:03,668 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,687 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,688 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,688 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,688 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,707 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,713 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,732 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,733 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,733 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,733 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,752 [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-12-30 02:51:03,761 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,761 [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-12-30 02:51:03,764 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,764 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,783 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,783 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,783 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,783 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,802 [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-12-30 02:51:03,811 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,812 [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-12-30 02:51:03,812 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-30 02:51:03,813 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,815 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,833 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,833 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,833 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,833 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,852 [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-12-30 02:51:03,858 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,858 [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-12-30 02:51:03,860 [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-12-30 02:51:03,860 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,880 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,880 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,880 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,880 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,898 [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-12-30 02:51:03,901 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,920 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,921 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,921 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,921 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,939 [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-12-30 02:51:03,947 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,947 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-30 02:51:03,949 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,950 [main] Physical connection closed
DEBUG 2024-12-30 02:51:03,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:03,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:03,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:03,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:03,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:03,969 [main] Physical connection got
DEBUG 2024-12-30 02:51:03,969 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,969 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:03,969 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:03,989 [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-12-30 02:51:03,997 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,002 [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-12-30 02:51:04,003 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,003 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,033 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,037 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,037 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,037 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,038 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,063 [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-12-30 02:51:04,064 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,064 [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-12-30 02:51:04,066 [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-12-30 02:51:04,067 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,087 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,087 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,087 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,087 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,111 [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-12-30 02:51:04,113 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,140 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,140 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,141 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,141 [main] Logical connection got, tx=null
WARN 2024-12-30 02:51:04,145 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-30 02:51:04,154 [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-12-30 02:51:04,155 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,155 [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-12-30 02:51:04,158 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-30 02:51:04,159 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,170 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,182 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,182 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,182 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,183 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,205 [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-12-30 02:51:04,215 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,239 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,239 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,240 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,240 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,263 [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-12-30 02:51:04,269 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,269 [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-12-30 02:51:04,270 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,271 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,271 [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-12-30 02:51:04,272 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,272 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,299 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,299 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,299 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,299 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,321 [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-12-30 02:51:04,325 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,326 [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-12-30 02:51:04,329 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,330 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,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 WHERE ename = 'SMITH'
DEBUG 2024-12-30 02:51:04,331 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,331 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,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 WHERE job = 'SALESMAN'
DEBUG 2024-12-30 02:51:04,333 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,334 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,334 [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-12-30 02:51:04,335 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,335 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,335 [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-12-30 02:51:04,336 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,336 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,359 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,360 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,383 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-30 02:51:04,384 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,385 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-30 02:51:04,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,386 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-30 02:51:04,386 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,386 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-30 02:51:04,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,387 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735494661856/5, BranchId=]
DEBUG 2024-12-30 02:51:04,387 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,410 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,410 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,410 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,410 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,446 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,451 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,460 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,480 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,480 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,480 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,480 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,503 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,509 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,511 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,511 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,531 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,531 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,531 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,532 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,540 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-30 02:51:04,542 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,544 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,563 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,563 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,563 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,564 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,572 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-30 02:51:04,574 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,606 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,607 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,607 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,607 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,614 [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-12-30 02:51:04,616 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,633 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,633 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,633 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,633 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,640 [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-12-30 02:51:04,641 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,657 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,657 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,658 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,658 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,675 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,676 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,676 [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-12-30 02:51:04,679 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,679 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,696 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,696 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,696 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,696 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,714 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,714 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,716 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,731 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,731 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,731 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,731 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,753 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-30 02:51:04,754 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,771 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-30 02:51:04,774 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,774 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,774 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,774 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,791 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-30 02:51:04,792 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.735 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 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.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-30 02:51:04,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,851 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:04,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,869 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-30 02:51:04,872 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,872 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,876 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,878 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,880 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:04,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,895 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-30 02:51:04,897 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,897 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,901 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,902 [main] Physical connection closed
DEBUG 2024-12-30 02:51:04,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,903 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:04,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,918 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-30 02:51:04,921 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,921 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,925 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,926 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-30 02:51:04,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,944 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,944 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,945 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,945 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-30 02:51:04,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:04,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:04,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:04,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:04,961 [main] Physical connection got
DEBUG 2024-12-30 02:51:04,961 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:04,992 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:04,992 [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-12-30 02:51:05,001 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,002 [main] Physical connection closed
DEBUG 2024-12-30 02:51:05,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,017 [main] Physical connection got
DEBUG 2024-12-30 02:51:05,017 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:05,034 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,034 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:05,034 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,035 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:05,046 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,051 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:05,051 [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-12-30 02:51:05,054 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,054 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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-12-30 02:51:05,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,077 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:05,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,093 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-30 02:51:05,113 [main] Physical connection got
DEBUG 2024-12-30 02:51:05,113 [main] Logical connection got, tx=null
WARN 2024-12-30 02:51:05,116 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-30 02:51:05,116 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-30 02:51:05,124 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,124 [main] Physical connection closed
DEBUG 2024-12-30 02:51:05,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,126 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:05,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,141 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-30 02:51:05,144 [main] Physical connection got
DEBUG 2024-12-30 02:51:05,144 [main] Logical connection got, tx=null
WARN 2024-12-30 02:51:05,146 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-30 02:51:05,147 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-30 02:51:05,148 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,148 [main] Physical connection closed
DEBUG 2024-12-30 02:51:05,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,150 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:05,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,169 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-30 02:51:05,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,173 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-30 02:51:05,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,188 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-30 02:51:05,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,209 [main] Physical connection got
DEBUG 2024-12-30 02:51:05,209 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:05,211 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,211 [main] Physical connection closed
DEBUG 2024-12-30 02:51:05,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,233 [main] Physical connection got
DEBUG 2024-12-30 02:51:05,233 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:05,234 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,234 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-30 02:51:05,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-30 02:51:05,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-30 02:51:05,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-30 02:51:05,249 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-30 02:51:05,250 [main] Physical connection got
DEBUG 2024-12-30 02:51:05,251 [main] Logical connection got, tx=null
DEBUG 2024-12-30 02:51:05,251 [main] Logical connection closed, tx=null
DEBUG 2024-12-30 02:51:05,251 [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.360s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.302s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.612s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.886s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Mon Dec 30 02:51:05 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