Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-11-30 02:50:59,108 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-30 02:50:59,109 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,109 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-30 02:50:59,112 [main] Logical connection closed
DEBUG 2024-11-30 02:50:59,113 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-30 02:50:59,148 [main] Physical connection got
DEBUG 2024-11-30 02:50:59,148 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,149 [main] Logical connection closed
DEBUG 2024-11-30 02:50:59,149 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,161 [main] Logical connection closed
DEBUG 2024-11-30 02:50:59,161 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,161 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-30 02:50:59,163 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-30 02:50:58.953 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-30 02:50:59,164 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,164 [main] Logical connection closed
DEBUG 2024-11-30 02:50:59,164 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,168 [main] Logical connection closed
DEBUG 2024-11-30 02:50:59,170 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,170 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-30 02:50:59,171 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-30 02:50:58.953 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-30 02:50:59,171 [main] Logical connection got
DEBUG 2024-11-30 02:50:59,172 [main] UPDATE EMP SET tstamp = '2024-11-30 02.50.59', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-30 02.50.58'
DEBUG 2024-11-30 02:50:59,172 [main] Logical connection closed
DEBUG 2024-11-30 02:50:59,173 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-30 02:51:00,413 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:00,479 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:00,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:00,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:00,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:00,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:00,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:00,646 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-30 02:51:00,824 [main] Physical connection got
DEBUG 2024-11-30 02:51:00,825 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:00,908 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:00,913 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-30 02:51:00,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:00,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:00,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:00,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:00,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:00,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:00,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:00,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:00,956 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:00,970 [main] Physical connection got
DEBUG 2024-11-30 02:51:00,970 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:00,970 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:00,971 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,089 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-30 02:51:01,096 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,128 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,169 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,196 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,222 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,229 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,229 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,230 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,230 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,276 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,282 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,288 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,290 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,312 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,312 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,313 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,313 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,353 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,360 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,389 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,389 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,389 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,390 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,427 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,433 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,461 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,461 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,461 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,462 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,496 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-30 02:51:01,501 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,524 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,527 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,528 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,528 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,562 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,567 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,569 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,593 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,634 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,639 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,664 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,664 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,665 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,665 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:01,697 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:01,702 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,730 [main] Transaction began, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,732 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,790 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-30 02.51.01', 99, 'hoge', 0)
DEBUG 2024-11-30 02:51:01,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,797 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1732902661730/0, BranchId=]
DEBUG 2024-11-30 02:51:01,797 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,800 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,822 [main] Transaction began, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,822 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,865 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-30 02:51:01,873 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,873 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,874 [main] UPDATE EMP SET tstamp = '2024-11-30 02.51.01', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-30 02:51:01,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,875 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1732902661730/1, BranchId=]
DEBUG 2024-11-30 02:51:01,875 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,899 [main] Transaction began, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,899 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,928 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,938 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-30 02:51:01,940 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,941 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,941 [main] UPDATE EMP SET tstamp = '2024-11-30 02.51.01', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-30 02:51:01,942 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,942 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1732902661730/2, BranchId=]
DEBUG 2024-11-30 02:51:01,942 [main] Physical connection closed
DEBUG 2024-11-30 02:51:01,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:01,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:01,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:01,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:01,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:01,971 [main] Transaction began, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:01,971 [main] Physical connection got
DEBUG 2024-11-30 02:51:01,972 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:01,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:01,972 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:01,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:02,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:02,007 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-30 02:51:02,010 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:02,010 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:02,010 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-30 02:51:02,011 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:02,011 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1732902661730/3, BranchId=]
DEBUG 2024-11-30 02:51:02,011 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,013 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,035 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,036 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,036 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,036 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,062 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-30 02:51:02,064 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,066 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,096 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,096 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,097 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,097 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,122 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-30 02:51:02,131 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,139 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,156 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,156 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,157 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,157 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,182 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,191 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,214 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,214 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,214 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,214 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,243 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,252 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,254 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,274 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,274 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,274 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,274 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,298 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,307 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,327 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,329 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,330 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,330 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,330 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,354 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,362 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,362 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-30 02:51:02,369 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-30 02:51:02,371 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,393 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,393 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,393 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,393 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,416 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,424 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,424 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-30 02:51:02,429 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-30 02:51:02,430 [main] Physical connection closed
DEBUG 2024-11-30 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 2024-11-30 02:51:02,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,451 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,451 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,451 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,452 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,475 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,491 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,491 [main] select * from emp
DEBUG 2024-11-30 02:51:02,494 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-30 02:51:02,495 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,497 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,516 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,516 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,516 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,516 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,540 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,547 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,548 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-30 02:51:02,551 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-30 02:51:02,553 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,571 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,574 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,574 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,574 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,574 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,597 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-30 02:51:02,606 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,626 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,627 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,627 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,627 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,650 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,659 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,659 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-30 02:51:02,661 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-30 02:51:02,663 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,684 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,684 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,684 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,684 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,707 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,716 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,716 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-30 02:51:02,721 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-30 02:51:02,722 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,743 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,743 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,743 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,744 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,766 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,775 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,775 [main] select * from emp
DEBUG 2024-11-30 02:51:02,777 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-30 02:51:02,778 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,799 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,799 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,799 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,800 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,825 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,836 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,836 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-30 02:51:02,838 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-30 02:51:02,839 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,863 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,863 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,863 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,863 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,890 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,899 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,899 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-30 02:51:02,902 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-30 02:51:02,902 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,925 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,925 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,926 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,926 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,952 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,962 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,962 [main] select count(*) from emp
DEBUG 2024-11-30 02:51:02,964 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,964 [main] Physical connection closed
DEBUG 2024-11-30 02:51:02,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:02,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:02,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:02,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:02,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:02,992 [main] Physical connection got
DEBUG 2024-11-30 02:51:02,992 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:02,993 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:02,993 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,015 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,023 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,023 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-30 02:51:03,024 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-30 02:51:03,024 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,026 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,044 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,044 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,044 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,044 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,065 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,073 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,073 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-30 02:51:03,074 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-30 02:51:03,075 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,091 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,094 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,094 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,094 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,094 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,115 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,122 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,122 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-30 02:51:03,123 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-30 02:51:03,123 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,142 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,142 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,143 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,163 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,170 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,170 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-30 02:51:03,171 [main] Logical connection closed, tx=null
[Ljava.util.Map;@465ff916
DEBUG 2024-11-30 02:51:03,171 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,188 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,190 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,190 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,190 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,190 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,210 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,217 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,217 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-30 02:51:03,219 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-30 02:51:03,219 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,238 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,238 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,238 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,238 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,257 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-30 02:51:03,264 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,265 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-30 02:51:03,269 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-30 02:51:03,269 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,287 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,287 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,288 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,288 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,307 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,310 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,310 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-30 02:51:03,311 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,311 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,317 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,327 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,329 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,329 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,329 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,330 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,348 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,352 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,352 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-30 02:51:03,352 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,353 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,368 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,371 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,371 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,371 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,371 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,385 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,385 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-30 02:51:03,386 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-30 02:51:03,387 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,404 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,405 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,405 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,405 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,421 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,422 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,422 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-30 02:51:03,423 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-30 02:51:03,424 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,441 [main] Transaction began, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,441 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,442 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,467 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,467 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-30 02.51.03', 9999, 'test', 50)
DEBUG 2024-11-30 02:51:03,467 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,468 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,468 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-30 02:51:03,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-30 02:51:03,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,470 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-30 02:51:03,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-30 02:51:03.467 {50, null, null, 0}
DEBUG 2024-11-30 02:51:03,471 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1732902661730/4, BranchId=]
DEBUG 2024-11-30 02:51:03,471 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,487 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,490 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,490 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,490 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,490 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,508 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,514 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,532 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,532 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,533 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,533 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,551 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:03,560 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,560 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-30 02:51:03,562 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,562 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,564 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,580 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,580 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,580 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,580 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,598 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:03,607 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,608 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-30 02:51:03,608 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-30 02:51:03,609 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,610 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,627 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,627 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,627 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,627 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,644 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:03,650 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,650 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-30 02:51:03,652 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-30 02:51:03,652 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,670 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,670 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,670 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,670 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,687 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-30 02:51:03,691 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,708 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,708 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,708 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,708 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,726 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-30 02:51:03,733 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,733 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-30 02:51:03,735 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,735 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,753 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,753 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,753 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,753 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,770 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-30 02:51:03,777 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,777 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-30 02:51:03,778 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,778 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,798 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,798 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,798 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,799 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,822 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:03,823 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,823 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-30 02:51:03,824 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-30 02:51:03,825 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,842 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,842 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,843 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,843 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,861 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:03,862 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,880 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,883 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,883 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,883 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,883 [main] Logical connection got, tx=null
WARN 2024-11-30 02:51:03,887 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-30 02:51:03,893 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-30 02:51:03,894 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,894 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-30 02:51:03,897 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-30 02:51:03,898 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,918 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,918 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,918 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,918 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,940 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:03,949 [main] Physical connection closed
DEBUG 2024-11-30 02:51:03,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:03,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:03,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:03,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:03,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:03,969 [main] Physical connection got
DEBUG 2024-11-30 02:51:03,970 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,970 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,970 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,992 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-30 02:51:03,997 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,997 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-30 02:51:03,998 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,998 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:03,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 AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-30 02:51:03,999 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:03,999 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,020 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,020 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,020 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,020 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,042 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-30 02:51:04,046 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,046 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-30 02:51:04,050 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,050 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,050 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-30 02:51:04,051 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,051 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,052 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-30 02:51:04,053 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,054 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,054 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-30 02:51:04,055 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,055 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,055 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-30 02:51:04,056 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,056 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,058 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,073 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,075 [main] Transaction began, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,076 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-30 02:51:04,099 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,099 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-30 02:51:04,100 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,100 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,100 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-30 02:51:04,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,101 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,101 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-30 02:51:04,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,102 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1732902661730/5, BranchId=]
DEBUG 2024-11-30 02:51:04,102 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,122 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,122 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,122 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,147 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,168 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,168 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,168 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,168 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,188 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,193 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,210 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,210 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,210 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,210 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,221 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-30 02:51:04,223 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,237 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,239 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,239 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,239 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,239 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,246 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-30 02:51:04,249 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,266 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,266 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,266 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,266 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,272 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:04,274 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,289 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,289 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,289 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,289 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,295 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-30 02:51:04,296 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,311 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,312 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,312 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,312 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,328 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,329 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,329 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-30 02:51:04,332 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,332 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,348 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,349 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,349 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,349 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,365 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,366 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,382 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,382 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,382 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,382 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,398 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-30 02:51:04,399 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-30 02:51:04,414 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,414 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,414 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,415 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,430 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-30 02:51:04,431 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.519 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-30 02:51:04,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,479 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,493 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,495 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,495 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,501 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,502 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,515 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,517 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,517 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,520 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,520 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,522 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,535 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,537 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,537 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,540 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,541 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-30 02:51:04,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,554 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,554 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,555 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,555 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-30 02:51:04,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,568 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,568 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,583 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,583 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-30 02:51:04,586 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,586 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,598 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,598 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,612 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,613 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,623 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,628 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,628 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-30 02:51:04,630 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,630 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-30 02:51:04,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,647 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,660 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,671 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,671 [main] Logical connection got, tx=null
WARN 2024-11-30 02:51:04,673 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-30 02:51:04,674 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-30 02:51:04,674 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,674 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,676 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,688 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,691 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,691 [main] Logical connection got, tx=null
WARN 2024-11-30 02:51:04,693 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-30 02:51:04,693 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-30 02:51:04,693 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,694 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,695 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,708 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,712 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-30 02:51:04,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,725 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-30 02:51:04,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,747 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,747 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,748 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,748 [main] Physical connection closed
DEBUG 2024-11-30 02:51:04,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,760 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,760 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,761 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,761 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-30 02:51:04,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-30 02:51:04,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-30 02:51:04,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,772 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-30 02:51:04,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-30 02:51:04,774 [main] Physical connection got
DEBUG 2024-11-30 02:51:04,774 [main] Logical connection got, tx=null
DEBUG 2024-11-30 02:51:04,775 [main] Logical connection closed, tx=null
DEBUG 2024-11-30 02:51:04,775 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.310s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.127s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.637s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.646s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Nov 30 02:51:04 JST 2024
[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