Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-01-07 02:50:56,934 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-07 02:50:56,935 [main] Logical connection got
DEBUG 2025-01-07 02:50:56,936 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-01-07 02:50:56,939 [main] Logical connection closed
DEBUG 2025-01-07 02:50:56,939 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-07 02:50:56,976 [main] Physical connection got
DEBUG 2025-01-07 02:50:56,976 [main] Logical connection got
DEBUG 2025-01-07 02:50:56,976 [main] Logical connection closed
DEBUG 2025-01-07 02:50:56,976 [main] Logical connection got
DEBUG 2025-01-07 02:50:56,989 [main] Logical connection closed
DEBUG 2025-01-07 02:50:56,990 [main] Logical connection got
DEBUG 2025-01-07 02:50:56,990 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-01-07 02:50:56,992 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-07 02:50:56.772 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:50:56,993 [main] Logical connection got
DEBUG 2025-01-07 02:50:56,993 [main] Logical connection closed
DEBUG 2025-01-07 02:50:56,993 [main] Logical connection got
DEBUG 2025-01-07 02:50:56,997 [main] Logical connection closed
DEBUG 2025-01-07 02:50:56,999 [main] Logical connection got
DEBUG 2025-01-07 02:50:56,999 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:50:57,000 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-07 02:50:56.772 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:50:57,000 [main] Logical connection got
DEBUG 2025-01-07 02:50:57,001 [main] UPDATE EMP SET tstamp = '2025-01-07 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-07 02.50.56'
DEBUG 2025-01-07 02:50:57,001 [main] Logical connection closed
DEBUG 2025-01-07 02:50:57,002 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.139 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-07 02:50:58,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:58,360 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:50:58,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:58,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:58,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:58,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:58,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:58,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:58,508 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:50:58,686 [main] Physical connection got
DEBUG 2025-01-07 02:50:58,686 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:58,766 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:58,772 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-07 02:50:58,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:58,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:58,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:58,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:58,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:58,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:58,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:58,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:58,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:58,830 [main] Physical connection got
DEBUG 2025-01-07 02:50:58,830 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:58,830 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:58,831 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:58,947 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-01-07 02:50:58,953 [main] Physical connection closed
DEBUG 2025-01-07 02:50:58,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:58,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:58,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:58,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:58,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:58,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:58,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:58,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:58,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:58,985 [main] Physical connection got
DEBUG 2025-01-07 02:50:58,985 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:58,985 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:58,986 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,026 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,050 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,080 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,084 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,084 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,085 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,085 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,128 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,134 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,159 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,160 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,163 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,163 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,164 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,164 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,200 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,206 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,232 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,233 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,233 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,233 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,267 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,273 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,299 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,300 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,300 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,300 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,334 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-01-07 02:50:59,338 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,350 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,364 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,364 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,364 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,365 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,399 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,405 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,430 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,430 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,430 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,431 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,467 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,472 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,496 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,496 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,497 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,497 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,525 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,530 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,557 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,559 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,560 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,561 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,561 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,590 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,615 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-07 02.50.59', 99, 'hoge', 0)
DEBUG 2025-01-07 02:50:59,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,621 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736185859557/0, BranchId=]
DEBUG 2025-01-07 02:50:59,622 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,624 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,646 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,646 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,646 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,675 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,686 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:50:59,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,695 [main] UPDATE EMP SET tstamp = '2025-01-07 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-07 02:50:59,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,696 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736185859557/1, BranchId=]
DEBUG 2025-01-07 02:50:59,696 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,720 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,721 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,748 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,765 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,765 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:50:59,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,768 [main] UPDATE EMP SET tstamp = '2025-01-07 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-07 02:50:59,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,769 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736185859557/2, BranchId=]
DEBUG 2025-01-07 02:50:59,769 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,793 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,794 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,794 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,794 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,795 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,832 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:50:59,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,835 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,835 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-07 02:50:59,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,836 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736185859557/3, BranchId=]
DEBUG 2025-01-07 02:50:59,836 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,843 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,861 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,861 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,861 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,861 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,889 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-01-07 02:50:59,891 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,894 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,928 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,928 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,928 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,928 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,956 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-01-07 02:50:59,966 [main] Physical connection closed
DEBUG 2025-01-07 02:50:59,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:50:59,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,971 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:50:59,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:50:59,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:50:59,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:50:59,991 [main] Physical connection got
DEBUG 2025-01-07 02:50:59,991 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:50:59,991 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:50:59,991 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,018 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,026 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,046 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,048 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,048 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,049 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,049 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,078 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,086 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,109 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,110 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,110 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,110 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,134 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,142 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,165 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,165 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,165 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,165 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,188 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,197 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,197 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:51:00,205 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-07 02:51:00,206 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,228 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,228 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,228 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,229 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,253 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,262 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,262 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:51:00,266 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-07 02:51:00,268 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,269 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,270 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,289 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,290 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,290 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,313 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,329 [main] select * from emp
DEBUG 2025-01-07 02:51:00,333 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:51:00,334 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,356 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,356 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,357 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,357 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,381 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,390 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,390 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-07 02:51:00,395 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-07 02:51:00,396 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,418 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,419 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,419 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,419 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,443 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-01-07 02:51:00,452 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,454 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,474 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,475 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,475 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,475 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,498 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,507 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,507 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:51:00,510 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:51:00,511 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,533 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,533 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,533 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,557 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,566 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:51:00,572 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:51:00,573 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,595 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,595 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,595 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,595 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,619 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,628 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,628 [main] select * from emp
DEBUG 2025-01-07 02:51:00,630 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:51:00,631 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,652 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,653 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,653 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,653 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,680 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,691 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,691 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-07 02:51:00,694 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:51:00,695 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,719 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,720 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,720 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,720 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,746 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,756 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,756 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:51:00,758 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:51:00,759 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,783 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,783 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,783 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,784 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,810 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,820 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,820 [main] select count(*) from emp
DEBUG 2025-01-07 02:51:00,821 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,822 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,826 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,851 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,854 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,854 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,854 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,854 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,876 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,885 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,886 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:51:00,887 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-01-07 02:51:00,887 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,889 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,907 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,908 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,908 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,908 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,930 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,938 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,939 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:51:00,939 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-01-07 02:51:00,940 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,949 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:00,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,956 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:00,957 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,958 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,960 [main] Physical connection got
DEBUG 2025-01-07 02:51:00,960 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,960 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,961 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,982 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:00,989 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:00,989 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:51:00,990 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-01-07 02:51:00,991 [main] Physical connection closed
DEBUG 2025-01-07 02:51:00,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:00,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:00,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:00,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,008 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,011 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,011 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,011 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,011 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,033 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,040 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,040 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:51:01,041 [main] Logical connection closed, tx=null
[Ljava.util.Map;@3d9ea173
DEBUG 2025-01-07 02:51:01,042 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,062 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,062 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,062 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,062 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,083 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,091 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,091 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-01-07 02:51:01,093 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-01-07 02:51:01,094 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,113 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,114 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,114 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,114 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,135 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-01-07 02:51:01,143 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,143 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-01-07 02:51:01,148 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-07 02:51:01,148 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,165 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,166 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,168 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,168 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,168 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,168 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,191 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,195 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,195 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:51:01,195 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,195 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,215 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,215 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,215 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,216 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,236 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,240 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,240 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:51:01,240 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,241 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,261 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,261 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,261 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,262 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,276 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,276 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,277 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-01-07 02:51:01,279 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-07 02:51:01,279 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,281 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,298 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,298 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,299 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,299 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,317 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,318 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,318 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-07 02:51:01,319 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-07 02:51:01,319 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,321 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,338 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,338 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,339 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,358 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,366 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-07 02.51.01', 9999, 'test', 50)
DEBUG 2025-01-07 02:51:01,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,367 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,367 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-01-07 02:51:01,369 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:51:01,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,369 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-01-07 02:51:01,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-07 02:51:01.366 {50, null, null, 0}
DEBUG 2025-01-07 02:51:01,370 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736185859557/4, BranchId=]
DEBUG 2025-01-07 02:51:01,371 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,389 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,390 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,390 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,390 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,409 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,416 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,435 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,435 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,454 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:01,464 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,464 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:51:01,467 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,467 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,486 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,486 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,486 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,486 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,505 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:01,515 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,515 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-01-07 02:51:01,516 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-07 02:51:01,516 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,536 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,536 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,536 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,536 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,555 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:01,561 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,561 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-01-07 02:51:01,563 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-07 02:51:01,563 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,569 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,582 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,583 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,583 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,583 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,600 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-01-07 02:51:01,604 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,622 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,622 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,622 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,622 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,641 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-07 02:51:01,648 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,649 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:51:01,651 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,651 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,669 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,669 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,670 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,670 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,689 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-07 02:51:01,696 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,696 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-01-07 02:51:01,697 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,697 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,716 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,716 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,716 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,716 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,741 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:01,743 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,743 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:51:01,745 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-01-07 02:51:01,746 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,755 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,765 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,765 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,784 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:01,785 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,807 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,807 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,808 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,808 [main] Logical connection got, tx=null
WARN 2025-01-07 02:51:01,812 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-07 02:51:01,819 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-07 02:51:01,820 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,820 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-07 02:51:01,824 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-07 02:51:01,824 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,845 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,846 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,846 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,846 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,869 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:01,879 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,902 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,902 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,902 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,903 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,928 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-01-07 02:51:01,933 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,933 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:51:01,934 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,935 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,935 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-01-07 02:51:01,936 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,936 [main] Physical connection closed
DEBUG 2025-01-07 02:51:01,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:01,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:01,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:01,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:01,956 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:01,958 [main] Physical connection got
DEBUG 2025-01-07 02:51:01,959 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,959 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,959 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,983 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-01-07 02:51:01,987 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,988 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:51:01,991 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,994 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,994 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2025-01-07 02:51:01,995 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,996 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,996 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-01-07 02:51:01,998 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:01,998 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:01,998 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-01-07 02:51:01,999 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,000 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,000 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2025-01-07 02:51:02,000 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,001 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,022 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,033 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,034 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,034 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,072 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-07 02:51:02,073 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,073 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:51:02,074 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,074 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,074 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-07 02:51:02,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,075 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,075 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:51:02,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,076 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736185859557/5, BranchId=]
DEBUG 2025-01-07 02:51:02,076 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,092 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,095 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,095 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,096 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,096 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,123 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,129 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,147 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,149 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,152 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,152 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,152 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,153 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,178 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,185 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,208 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,208 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,209 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,209 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,218 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-07 02:51:02,221 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,242 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,242 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,243 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,243 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,252 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-07 02:51:02,254 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,276 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,278 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,278 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,278 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,278 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,285 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:02,287 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,304 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,304 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,305 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,305 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,311 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-01-07 02:51:02,313 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,331 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,331 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,332 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,332 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,350 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,351 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,351 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:51:02,355 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,355 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,357 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,374 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,374 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,374 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,374 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,392 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,393 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,410 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,410 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,411 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,411 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,429 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-07 02:51:02,430 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:51:02,448 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,448 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,448 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,448 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,466 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-07 02:51:02,467 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.694 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-07 02:51:02,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,521 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,537 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,540 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,540 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,544 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,547 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,549 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,565 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,568 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,568 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,572 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,573 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,574 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,590 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,593 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,593 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,597 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,598 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-07 02:51:02,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,615 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,615 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,616 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,616 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-07 02:51:02,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,622 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,633 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,633 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,651 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,651 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-01-07 02:51:02,656 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,656 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,671 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,671 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,689 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,690 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,690 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,690 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,702 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,707 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,707 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:51:02,710 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,710 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-07 02:51:02,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,731 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,747 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,760 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,760 [main] Logical connection got, tx=null
WARN 2025-01-07 02:51:02,762 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-07 02:51:02,763 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-07 02:51:02,763 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,764 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,765 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,781 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,785 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,785 [main] Logical connection got, tx=null
WARN 2025-01-07 02:51:02,787 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-07 02:51:02,788 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-07 02:51:02,788 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,788 [main] Physical connection closed
DEBUG 2025-01-07 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 2025-01-07 02:51:02,790 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,805 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,810 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:51:02,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,825 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-07 02:51:02,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,846 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,846 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,847 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,848 [main] Physical connection closed
DEBUG 2025-01-07 02:51:02,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,861 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,861 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,863 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,863 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-07 02:51:02,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:51:02,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:51:02,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:51:02,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:51:02,879 [main] Physical connection got
DEBUG 2025-01-07 02:51:02,879 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:51:02,880 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:51:02,880 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.294s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.967s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.733s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.792s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Jan 07 02:51:02 JST 2025
[INFO] Final Memory: 30M/405M
[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