Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-01-12 02:50:57,204 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-12 02:50:57,205 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,206 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-01-12 02:50:57,209 [main] Logical connection closed
DEBUG 2025-01-12 02:50:57,209 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-12 02:50:57,248 [main] Physical connection got
DEBUG 2025-01-12 02:50:57,248 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,248 [main] Logical connection closed
DEBUG 2025-01-12 02:50:57,248 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,262 [main] Logical connection closed
DEBUG 2025-01-12 02:50:57,263 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,263 [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 2025-01-12 02:50:57,265 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-12 02:50:57.04 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-12 02:50:57,266 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,266 [main] Logical connection closed
DEBUG 2025-01-12 02:50:57,266 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,271 [main] Logical connection closed
DEBUG 2025-01-12 02:50:57,272 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,273 [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 2025-01-12 02:50:57,274 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-12 02:50:57.04 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-12 02:50:57,274 [main] Logical connection got
DEBUG 2025-01-12 02:50:57,274 [main] UPDATE EMP SET tstamp = '2025-01-12 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-12 02.50.57'
DEBUG 2025-01-12 02:50:57,275 [main] Logical connection closed
DEBUG 2025-01-12 02:50:57,275 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 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.138 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-12 02:50:58,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:58,634 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:50:58,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:58,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:58,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:58,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:58,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:58,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:58,790 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-12 02:50:58,966 [main] Physical connection got
DEBUG 2025-01-12 02:50:58,966 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,049 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,054 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-12 02:50:59,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,068 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,110 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,110 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,110 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,111 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,229 [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 2025-01-12 02:50:59,235 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,268 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,268 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,269 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,269 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,310 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,338 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,372 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,372 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,373 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,373 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,418 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,424 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,454 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,454 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,454 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,454 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,496 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,502 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,531 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,532 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,532 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,532 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,568 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,573 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,600 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,600 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,601 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,601 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,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 2025-01-12 02:50:59,638 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,663 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,663 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,696 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,701 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,709 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,726 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,726 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,726 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,726 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,763 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,768 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,793 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,793 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,794 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,794 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:50:59,823 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:50:59,828 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,855 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,857 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,889 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,915 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-12 02.50.59', 99, 'hoge', 0)
DEBUG 2025-01-12 02:50:59,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,921 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736617859855/0, BranchId=]
DEBUG 2025-01-12 02:50:59,922 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:50:59,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:50:59,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:50:59,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,945 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,945 [main] Physical connection got
DEBUG 2025-01-12 02:50:59,945 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,946 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,975 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,985 [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 2025-01-12 02:50:59,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,993 [main] UPDATE EMP SET tstamp = '2025-01-12 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-12 02:50:59,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,994 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736617859855/1, BranchId=]
DEBUG 2025-01-12 02:50:59,994 [main] Physical connection closed
DEBUG 2025-01-12 02:50:59,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:50:59,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:50:59,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,017 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,017 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,018 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,018 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,054 [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 2025-01-12 02:51:00,056 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,056 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,057 [main] UPDATE EMP SET tstamp = '2025-01-12 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-12 02:51:00,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,058 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736617859855/2, BranchId=]
DEBUG 2025-01-12 02:51:00,058 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,090 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,090 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,091 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,091 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,123 [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 2025-01-12 02:51:00,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,126 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,126 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-12 02:51:00,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,127 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736617859855/3, BranchId=]
DEBUG 2025-01-12 02:51:00,127 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,150 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,150 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,150 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,150 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,174 [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 2025-01-12 02:51:00,176 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,207 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,207 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,207 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,207 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,231 [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 2025-01-12 02:51:00,239 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,262 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,262 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,262 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,262 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,285 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,293 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,314 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,314 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,314 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,314 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,342 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,351 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,369 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,371 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,372 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,372 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,372 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,394 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,403 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,422 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,423 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,423 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,423 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,445 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,453 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,453 [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 2025-01-12 02:51:00,461 [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 2025-01-12 02:51:00,462 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,482 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,482 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,483 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,483 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,505 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,513 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,513 [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 2025-01-12 02:51:00,517 [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 2025-01-12 02:51:00,518 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,539 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,539 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,539 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,539 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,563 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,577 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,577 [main] select * from emp
DEBUG 2025-01-12 02:51:00,580 [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 2025-01-12 02:51:00,581 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,602 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,602 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,602 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,602 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,627 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,634 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,634 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-12 02:51:00,638 [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 2025-01-12 02:51:00,639 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,660 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,660 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,660 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,660 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,681 [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 2025-01-12 02:51:00,689 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,709 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,709 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,710 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,710 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,730 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,738 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,738 [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 2025-01-12 02:51:00,741 [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 2025-01-12 02:51:00,742 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,743 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,744 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,762 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,762 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,762 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,762 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,783 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,791 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,791 [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 2025-01-12 02:51:00,797 [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 2025-01-12 02:51:00,798 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,800 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,818 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,818 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,818 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,818 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,839 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,848 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,848 [main] select * from emp
DEBUG 2025-01-12 02:51:00,849 [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 2025-01-12 02:51:00,850 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,869 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,869 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,870 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,870 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,894 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,903 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,904 [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 2025-01-12 02:51:00,905 [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 2025-01-12 02:51:00,907 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,928 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,929 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,929 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,929 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,954 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,963 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,963 [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 2025-01-12 02:51:00,965 [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 2025-01-12 02:51:00,966 [main] Physical connection closed
DEBUG 2025-01-12 02:51:00,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:00,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:00,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:00,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:00,986 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:00,989 [main] Physical connection got
DEBUG 2025-01-12 02:51:00,989 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:00,990 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:00,990 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,014 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,024 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,024 [main] select count(*) from emp
DEBUG 2025-01-12 02:51:01,026 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,026 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,046 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,055 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,055 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,055 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,055 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,075 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,083 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,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 empno = 7788
DEBUG 2025-01-12 02:51:01,084 [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 2025-01-12 02:51:01,085 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,102 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,103 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,103 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,103 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,123 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,130 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,130 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-12 02:51:01,131 [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 2025-01-12 02:51:01,132 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,149 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,150 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,150 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,150 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,169 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,175 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,176 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-12 02:51:01,176 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-01-12 02:51:01,177 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,195 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,195 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,195 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,196 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,214 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,220 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,220 [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 2025-01-12 02:51:01,221 [main] Logical connection closed, tx=null
[Ljava.util.Map;@3041876
DEBUG 2025-01-12 02:51:01,222 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,237 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,240 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,240 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,240 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,241 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,260 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,266 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,267 [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 2025-01-12 02:51:01,269 [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 2025-01-12 02:51:01,270 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,289 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,289 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,290 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,309 [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 2025-01-12 02:51:01,316 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,316 [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 2025-01-12 02:51:01,319 [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 2025-01-12 02:51:01,320 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,321 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,338 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,338 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,339 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,339 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,357 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,361 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,361 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-12 02:51:01,362 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,362 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,379 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,379 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,380 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,380 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,399 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,402 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,402 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-12 02:51:01,402 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,402 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,420 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,420 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,421 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,421 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,433 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,434 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,434 [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 2025-01-12 02:51:01,435 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-12 02:51:01,436 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,453 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,454 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,454 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,454 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,466 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,466 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,466 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-12 02:51:01,467 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-12 02:51:01,468 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,489 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,490 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,491 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,491 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,510 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,517 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-12 02.51.01', 9999, 'test', 50)
DEBUG 2025-01-12 02:51:01,518 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,518 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-01-12 02:51:01,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/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 2025-01-12 02:51:01,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,520 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-01-12 02:51:01,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-12 02:51:01.517 {50, null, null, 0}
DEBUG 2025-01-12 02:51:01,522 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736617859855/4, BranchId=]
DEBUG 2025-01-12 02:51:01,522 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,540 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,540 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,540 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,541 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,558 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,565 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,583 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,583 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,583 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,583 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,601 [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 2025-01-12 02:51:01,610 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,610 [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 2025-01-12 02:51:01,612 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,612 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,631 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,631 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,631 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,632 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,649 [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 2025-01-12 02:51:01,659 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,659 [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 2025-01-12 02:51:01,660 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-12 02:51:01,660 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,678 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,679 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,679 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,679 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,697 [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 2025-01-12 02:51:01,703 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,703 [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 2025-01-12 02:51:01,705 [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 2025-01-12 02:51:01,705 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,720 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,723 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,723 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,723 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,724 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,740 [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 2025-01-12 02:51:01,743 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,745 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,760 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,760 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,761 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,761 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,777 [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 2025-01-12 02:51:01,784 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,784 [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 2025-01-12 02:51:01,786 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,786 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,804 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,804 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,822 [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 2025-01-12 02:51:01,829 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,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 WHERE department.dname = null
DEBUG 2025-01-12 02:51:01,830 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,830 [main] Physical connection closed
DEBUG 2025-01-12 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 2025-01-12 02:51:01,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,847 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,847 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,847 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,847 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,869 [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 2025-01-12 02:51:01,870 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,870 [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 2025-01-12 02:51:01,872 [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 2025-01-12 02:51:01,872 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,889 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,889 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,890 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,890 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,906 [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 2025-01-12 02:51:01,908 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,925 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,925 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,925 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,925 [main] Logical connection got, tx=null
WARN 2025-01-12 02:51:01,928 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-12 02:51:01,933 [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 2025-01-12 02:51:01,934 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,934 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-12 02:51:01,937 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-12 02:51:01,937 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,954 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,954 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,954 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,954 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,973 [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 2025-01-12 02:51:01,979 [main] Physical connection closed
DEBUG 2025-01-12 02:51:01,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:01,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:01,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:01,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:01,994 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:01,996 [main] Physical connection got
DEBUG 2025-01-12 02:51:01,996 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:01,996 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:01,996 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,014 [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 2025-01-12 02:51:02,018 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,019 [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 2025-01-12 02:51:02,019 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,020 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,020 [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 2025-01-12 02:51:02,021 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,021 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,036 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,038 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,039 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,039 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,039 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,057 [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 2025-01-12 02:51:02,061 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,061 [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 2025-01-12 02:51:02,064 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,065 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,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 ename = 'SMITH'
DEBUG 2025-01-12 02:51:02,066 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,066 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,066 [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 2025-01-12 02:51:02,068 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,069 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,069 [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 2025-01-12 02:51:02,070 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,070 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,070 [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 2025-01-12 02:51:02,071 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,071 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,087 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,088 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,088 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,088 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,088 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-12 02:51:02,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,107 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-12 02:51:02,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,108 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,108 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-12 02:51:02,108 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,108 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,109 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-12 02:51:02,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,109 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736617859855/5, BranchId=]
DEBUG 2025-01-12 02:51:02,109 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,127 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,127 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,128 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,128 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,144 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,148 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,166 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,166 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,166 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,167 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,183 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,188 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,204 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,204 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,205 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,205 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,211 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-12 02:51:02,213 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,215 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,230 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,230 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,230 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,230 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,236 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-12 02:51:02,237 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,257 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,257 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,258 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,258 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,263 [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 2025-01-12 02:51:02,265 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,281 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,281 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,281 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,282 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,287 [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 2025-01-12 02:51:02,289 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,305 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,305 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,305 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,305 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,321 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,322 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,322 [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 2025-01-12 02:51:02,325 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,326 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,342 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,342 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,342 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,343 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,359 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,359 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,361 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,376 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,377 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,377 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,377 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,393 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-12 02:51:02,394 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-12 02:51:02,410 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,410 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,411 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,411 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,428 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-12 02:51:02,435 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.379 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-12 02:51:02,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,502 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,518 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,521 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,521 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,525 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,528 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,529 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,542 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,545 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,548 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,549 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,550 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,564 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,566 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,567 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,570 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,571 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-12 02:51:02,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,591 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,591 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,592 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,592 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-12 02:51:02,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,606 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,606 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,633 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,633 [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 2025-01-12 02:51:02,638 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,638 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,650 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,650 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,665 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,665 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,665 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,665 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,676 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,681 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,681 [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 2025-01-12 02:51:02,683 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,684 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.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.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-12 02:51:02,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,701 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,714 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,726 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,726 [main] Logical connection got, tx=null
WARN 2025-01-12 02:51:02,728 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-12 02:51:02,728 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-12 02:51:02,729 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,729 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,730 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,743 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,746 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,746 [main] Logical connection got, tx=null
WARN 2025-01-12 02:51:02,748 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-12 02:51:02,749 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-12 02:51:02,749 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,749 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,750 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,763 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,767 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-12 02:51:02,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,779 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-12 02:51:02,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,795 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,795 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,797 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,797 [main] Physical connection closed
DEBUG 2025-01-12 02:51:02,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,810 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,810 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,811 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,811 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-12 02:51:02,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-12 02:51:02,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-12 02:51:02,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-12 02:51:02,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-12 02:51:02,825 [main] Physical connection got
DEBUG 2025-01-12 02:51:02,825 [main] Logical connection got, tx=null
DEBUG 2025-01-12 02:51:02,826 [main] Logical connection closed, tx=null
DEBUG 2025-01-12 02:51:02,826 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.383s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.076s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.760s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.508s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sun Jan 12 02:51:02 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS