Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-19 02:50:58,257 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-19 02:50:58,258 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,258 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-19 02:50:58,261 [main] Logical connection closed
DEBUG 2024-12-19 02:50:58,261 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-19 02:50:58,293 [main] Physical connection got
DEBUG 2024-12-19 02:50:58,293 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,294 [main] Logical connection closed
DEBUG 2024-12-19 02:50:58,294 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,304 [main] Logical connection closed
DEBUG 2024-12-19 02:50:58,305 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,305 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-19 02:50:58,306 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-19 02:50:58.116 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-19 02:50:58,307 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,307 [main] Logical connection closed
DEBUG 2024-12-19 02:50:58,307 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,310 [main] Logical connection closed
DEBUG 2024-12-19 02:50:58,312 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,312 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-19 02:50:58,312 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-19 02:50:58.116 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-19 02:50:58,313 [main] Logical connection got
DEBUG 2024-12-19 02:50:58,313 [main] UPDATE EMP SET tstamp = '2024-12-19 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-19 02.50.58'
DEBUG 2024-12-19 02:50:58,314 [main] Logical connection closed
DEBUG 2024-12-19 02:50:58,314 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-19 02:50:59,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:50:59,492 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:50:59,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:50:59,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:50:59,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:50:59,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:50:59,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:50:59,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:50:59,621 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-19 02:50:59,781 [main] Physical connection got
DEBUG 2024-12-19 02:50:59,782 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:50:59,857 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:50:59,862 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-19 02:50:59,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:50:59,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:50:59,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:50:59,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:50:59,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:50:59,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:50:59,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:50:59,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:50:59,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:50:59,916 [main] Physical connection got
DEBUG 2024-12-19 02:50:59,916 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:50:59,916 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:50:59,917 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,032 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-19 02:51:00,039 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,070 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,076 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,076 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,076 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,076 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,115 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,136 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,165 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,165 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,165 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,166 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,206 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,211 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,235 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,238 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,238 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,238 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,238 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,270 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,276 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,299 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,299 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,300 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,300 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,330 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,335 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,358 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,358 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,359 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,359 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,389 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-19 02:51:00,393 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,415 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,415 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,415 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,415 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,446 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,450 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,452 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,473 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,473 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,473 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,473 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,515 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,519 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,543 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,543 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,544 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,574 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,579 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,581 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,603 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,604 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,633 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,654 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,656 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-19 02.51.00', 99, 'hoge', 0)
DEBUG 2024-12-19 02:51:00,661 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,661 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734544260602/0, BranchId=]
DEBUG 2024-12-19 02:51:00,662 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,683 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,683 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,719 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-19 02:51:00,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,727 [main] UPDATE EMP SET tstamp = '2024-12-19 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-19 02:51:00,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,728 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734544260602/1, BranchId=]
DEBUG 2024-12-19 02:51:00,728 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,748 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,748 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,778 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,778 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-19 02:51:00,780 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,781 [main] UPDATE EMP SET tstamp = '2024-12-19 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-19 02:51:00,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,782 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734544260602/2, BranchId=]
DEBUG 2024-12-19 02:51:00,782 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,807 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,808 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,838 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-19 02:51:00,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,840 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,840 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-19 02:51:00,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,841 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734544260602/3, BranchId=]
DEBUG 2024-12-19 02:51:00,841 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,863 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,863 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,863 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,863 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,886 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-19 02:51:00,887 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,915 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,915 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,915 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,938 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-19 02:51:00,945 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,948 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:00,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:00,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:00,964 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:00,967 [main] Physical connection got
DEBUG 2024-12-19 02:51:00,967 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,967 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,968 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:00,990 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:00,997 [main] Physical connection closed
DEBUG 2024-12-19 02:51:00,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:00,999 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,017 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,018 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,018 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,018 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,044 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,052 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,072 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,072 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,072 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,073 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,095 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,103 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,123 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,123 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,124 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,124 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,146 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,153 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,153 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-19 02:51:01,160 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-19 02:51:01,161 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,181 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,181 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,182 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,182 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,203 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,210 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,211 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-19 02:51:01,214 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-19 02:51:01,215 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,236 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,236 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,236 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,236 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,258 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,279 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,279 [main] select * from emp
DEBUG 2024-12-19 02:51:01,281 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-19 02:51:01,283 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,302 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,302 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,302 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,303 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,324 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,331 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,331 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-19 02:51:01,335 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-19 02:51:01,336 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,355 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,355 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,355 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,355 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,375 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-19 02:51:01,382 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,401 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,401 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,401 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,402 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,421 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,428 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,428 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-19 02:51:01,430 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-19 02:51:01,432 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,433 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,450 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,450 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,450 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,450 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,469 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,476 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,477 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-19 02:51:01,489 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-19 02:51:01,490 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,509 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,509 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,509 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,528 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,536 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,536 [main] select * from emp
DEBUG 2024-12-19 02:51:01,537 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-19 02:51:01,538 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,557 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,557 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,557 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,557 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,575 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,583 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,583 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-19 02:51:01,584 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-19 02:51:01,586 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,587 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,603 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,603 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,604 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,604 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,622 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,629 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,629 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-19 02:51:01,631 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-19 02:51:01,631 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,648 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,650 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,650 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,650 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,650 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,669 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,675 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,675 [main] select count(*) from emp
DEBUG 2024-12-19 02:51:01,677 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,677 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,680 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,697 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,699 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,699 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,699 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,700 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,718 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,725 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,726 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-19 02:51:01,726 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-19 02:51:01,727 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,744 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,744 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,744 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,744 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,770 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,770 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-19 02:51:01,771 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-19 02:51:01,771 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,788 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,788 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,789 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,789 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,807 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,813 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,814 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-19 02:51:01,814 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-19 02:51:01,815 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,816 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,832 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,832 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,832 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,832 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,850 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,857 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,857 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-19 02:51:01,858 [main] Logical connection closed, tx=null
[Ljava.util.Map;@3c63e8c
DEBUG 2024-12-19 02:51:01,858 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,875 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,875 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,875 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,875 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,893 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,900 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,900 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-19 02:51:01,902 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-19 02:51:01,902 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,917 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,919 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,936 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-19 02:51:01,944 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,944 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-19 02:51:01,949 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-19 02:51:01,949 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:01,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,967 [main] Physical connection got
DEBUG 2024-12-19 02:51:01,967 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,967 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,967 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,984 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,987 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:01,988 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-19 02:51:01,988 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:01,988 [main] Physical connection closed
DEBUG 2024-12-19 02:51:01,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:01,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:01,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:01,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:01,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,005 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,005 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,006 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,006 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,023 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,025 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,026 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-19 02:51:02,026 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,026 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,043 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,043 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,043 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,044 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,056 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,056 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,056 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-19 02:51:02,058 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-19 02:51:02,058 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,074 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,076 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,076 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,076 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,077 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,087 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,088 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,088 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-19 02:51:02,089 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-19 02:51:02,089 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,097 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,106 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,106 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,129 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-19 02.51.02', 9999, 'test', 50)
DEBUG 2024-12-19 02:51:02,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,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 EMP.empno = 7369
DEBUG 2024-12-19 02:51:02,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-19 02:51:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,132 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-19 02:51:02,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-19 02:51:02.129 {50, null, null, 0}
DEBUG 2024-12-19 02:51:02,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734544260602/4, BranchId=]
DEBUG 2024-12-19 02:51:02,133 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,150 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,150 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,150 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,150 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,166 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,172 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,188 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,188 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,188 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,189 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,205 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,213 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,213 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-19 02:51:02,215 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,215 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,229 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,230 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,232 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,232 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,232 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,232 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,248 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,256 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,256 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-19 02:51:02,257 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-19 02:51:02,257 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,273 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,273 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,274 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,274 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,289 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,294 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,294 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-19 02:51:02,296 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-19 02:51:02,296 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,312 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,312 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,313 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,313 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,327 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-19 02:51:02,330 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,346 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,346 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,347 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,347 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,362 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-19 02:51:02,368 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,368 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-19 02:51:02,370 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,370 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,372 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,384 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,386 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,386 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,386 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,386 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,402 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-19 02:51:02,408 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,408 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-19 02:51:02,409 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,409 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,427 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,427 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,427 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,427 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,444 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,445 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,445 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-19 02:51:02,446 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-19 02:51:02,447 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,462 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,463 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,477 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,478 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,493 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,493 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,493 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,494 [main] Logical connection got, tx=null
WARN 2024-12-19 02:51:02,496 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-19 02:51:02,501 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-19 02:51:02,501 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,502 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-19 02:51:02,504 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-19 02:51:02,504 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,517 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,519 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,519 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,519 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,519 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,535 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,541 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,556 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,556 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,556 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,556 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,572 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-19 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,575 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-19 02:51:02,576 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,576 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,576 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-19 02:51:02,577 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,577 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,592 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,593 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,593 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,593 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,609 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-19 02:51:02,611 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,612 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-19 02:51:02,614 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,615 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,615 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-19 02:51:02,615 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,615 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,616 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-19 02:51:02,617 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,617 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,617 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-19 02:51:02,618 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,618 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,618 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-19 02:51:02,619 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,619 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,633 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,634 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,634 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,634 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,634 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,651 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-19 02:51:02,652 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,652 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-19 02:51:02,652 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,652 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,652 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-19 02:51:02,652 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,652 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,653 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-19 02:51:02,653 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,653 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734544260602/5, BranchId=]
DEBUG 2024-12-19 02:51:02,653 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,666 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,668 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,669 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,669 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,669 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,685 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,688 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,703 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,703 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,703 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,703 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,718 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,722 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,737 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,737 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,737 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,737 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,743 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-19 02:51:02,745 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,760 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,760 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,760 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,760 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,765 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-19 02:51:02,767 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,781 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,781 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,781 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,781 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,787 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,789 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,801 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,803 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,803 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,803 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,803 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,809 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-19 02:51:02,810 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,811 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,824 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,824 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,825 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,825 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,840 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,841 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,841 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-19 02:51:02,845 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,845 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,860 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,860 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,860 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,860 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,876 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,876 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,892 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,892 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,892 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,892 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,908 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-19 02:51:02,908 [main] Physical connection closed
DEBUG 2024-12-19 02:51:02,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:02,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:02,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:02,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:02,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-19 02:51:02,924 [main] Physical connection got
DEBUG 2024-12-19 02:51:02,924 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,924 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:02,924 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:02,940 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-19 02:51:02,940 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.077 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-19 02:51:03,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,009 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,012 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,029 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,031 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,032 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,035 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,037 [main] Physical connection closed
DEBUG 2024-12-19 02:51:03,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,040 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,058 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,061 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,061 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,065 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,066 [main] Physical connection closed
DEBUG 2024-12-19 02:51:03,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,068 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,085 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,087 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,087 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,091 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,091 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-19 02:51:03,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,107 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,107 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,108 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,108 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-19 02:51:03,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,123 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,123 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,139 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,140 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-19 02:51:03,145 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,145 [main] Physical connection closed
DEBUG 2024-12-19 02:51:03,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,158 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,158 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,173 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,173 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,173 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,173 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,183 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,187 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,187 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-19 02:51:03,189 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,190 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 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.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-19 02:51:03,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,208 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,223 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,234 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,235 [main] Logical connection got, tx=null
WARN 2024-12-19 02:51:03,237 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-19 02:51:03,237 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-19 02:51:03,238 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,238 [main] Physical connection closed
DEBUG 2024-12-19 02:51:03,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,239 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,254 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,257 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,257 [main] Logical connection got, tx=null
WARN 2024-12-19 02:51:03,259 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-19 02:51:03,260 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-19 02:51:03,260 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,261 [main] Physical connection closed
DEBUG 2024-12-19 02:51:03,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,262 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,276 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,284 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-19 02:51:03,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,289 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,297 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-19 02:51:03,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,316 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,316 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,317 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,318 [main] Physical connection closed
DEBUG 2024-12-19 02:51:03,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,329 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,330 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,331 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,332 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,332 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-19 02:51:03,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-19 02:51:03,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-19 02:51:03,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-19 02:51:03,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-19 02:51:03,347 [main] Physical connection got
DEBUG 2024-12-19 02:51:03,348 [main] Logical connection got, tx=null
DEBUG 2024-12-19 02:51:03,348 [main] Logical connection closed, tx=null
DEBUG 2024-12-19 02:51:03,348 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.296s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.458s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.508s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.054s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Thu Dec 19 02:51:03 JST 2024
[INFO] Final Memory: 30M/404M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS