Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-23 02:50:57,435 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-23 02:50:57,436 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,436 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-23 02:50:57,439 [main] Logical connection closed
DEBUG 2024-12-23 02:50:57,439 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-23 02:50:57,477 [main] Physical connection got
DEBUG 2024-12-23 02:50:57,477 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,477 [main] Logical connection closed
DEBUG 2024-12-23 02:50:57,477 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,488 [main] Logical connection closed
DEBUG 2024-12-23 02:50:57,488 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,488 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-23 02:50:57,490 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-23 02:50:57.288 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-23 02:50:57,490 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,491 [main] Logical connection closed
DEBUG 2024-12-23 02:50:57,491 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,494 [main] Logical connection closed
DEBUG 2024-12-23 02:50:57,496 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,496 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-23 02:50:57,496 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-23 02:50:57.288 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-23 02:50:57,497 [main] Logical connection got
DEBUG 2024-12-23 02:50:57,497 [main] UPDATE EMP SET tstamp = '2024-12-23 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-23 02.50.57'
DEBUG 2024-12-23 02:50:57,498 [main] Logical connection closed
DEBUG 2024-12-23 02:50:57,498 [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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-23 02:50:58,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:58,710 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:50:58,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:58,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:58,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:58,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:58,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:58,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:58,845 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-23 02:50:59,006 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,007 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,083 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,089 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-23 02:50:59,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,149 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,149 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,149 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,150 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,262 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-23 02:50:59,268 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,299 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,299 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,299 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,299 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,338 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,362 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,394 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,394 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,395 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,395 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,437 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,443 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,470 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,471 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,471 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,471 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,507 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,512 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,537 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,538 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,538 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,538 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,570 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,575 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,600 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,600 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,600 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,600 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,633 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-23 02:50:59,637 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,661 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,661 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,661 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,661 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,694 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,700 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,720 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,724 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,724 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,724 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,724 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,761 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,766 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,769 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,787 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,790 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,790 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,791 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,791 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:50:59,822 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:50:59,827 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,854 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,855 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,856 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,885 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,910 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-23 02.50.59', 99, 'hoge', 0)
DEBUG 2024-12-23 02:50:59,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,915 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734889859853/0, BranchId=]
DEBUG 2024-12-23 02:50:59,916 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:50:59,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:50:59,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,937 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,939 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,940 [main] Physical connection got
DEBUG 2024-12-23 02:50:59,940 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,940 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,940 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,968 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,980 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-23 02:50:59,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,988 [main] UPDATE EMP SET tstamp = '2024-12-23 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-23 02:50:59,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,989 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734889859853/1, BranchId=]
DEBUG 2024-12-23 02:50:59,990 [main] Physical connection closed
DEBUG 2024-12-23 02:50:59,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:50:59,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:50:59,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:50:59,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,012 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,013 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,013 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,013 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,013 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,039 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,048 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,048 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-23 02:51:00,050 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,051 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,051 [main] UPDATE EMP SET tstamp = '2024-12-23 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-23 02:51:00,051 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,052 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734889859853/2, BranchId=]
DEBUG 2024-12-23 02:51:00,052 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,080 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,081 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,115 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-23 02:51:00,116 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,117 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-23 02:51:00,117 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,118 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734889859853/3, BranchId=]
DEBUG 2024-12-23 02:51:00,118 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,119 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,120 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,122 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,141 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,141 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,141 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,142 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,167 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-23 02:51:00,168 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,188 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,198 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,199 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,199 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,199 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,224 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-23 02:51:00,233 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,235 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,256 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,256 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,256 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,256 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,281 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,290 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,312 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,312 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,312 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,312 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,342 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,351 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,372 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,372 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,373 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,373 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,397 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,405 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,426 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,426 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,426 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,426 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,449 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,456 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,456 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-23 02:51:00,463 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-23 02:51:00,464 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,484 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,484 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,510 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,518 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,518 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-23 02:51:00,522 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-23 02:51:00,523 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,542 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,542 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,542 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,564 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,583 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,583 [main] select * from emp
DEBUG 2024-12-23 02:51:00,586 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-23 02:51:00,587 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,606 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,607 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,607 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,607 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,628 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,635 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,635 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-23 02:51:00,639 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-23 02:51:00,640 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,659 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,659 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,659 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,659 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,680 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-23 02:51:00,687 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,706 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,706 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,706 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,706 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,727 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,735 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,735 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-23 02:51:00,737 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-23 02:51:00,738 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,757 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,757 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,757 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,757 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,780 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,788 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-23 02:51:00,793 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-23 02:51:00,794 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,812 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,812 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,812 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,812 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,833 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,840 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,840 [main] select * from emp
DEBUG 2024-12-23 02:51:00,842 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-23 02:51:00,843 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,861 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,861 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,882 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,890 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,890 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-23 02:51:00,892 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-23 02:51:00,893 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,894 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,908 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,909 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,911 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,911 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,911 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,911 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,932 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,939 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,939 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-23 02:51:00,941 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-23 02:51:00,942 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:00,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:00,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,962 [main] Physical connection got
DEBUG 2024-12-23 02:51:00,962 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,963 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,963 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,984 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,991 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:00,991 [main] select count(*) from emp
DEBUG 2024-12-23 02:51:00,992 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:00,993 [main] Physical connection closed
DEBUG 2024-12-23 02:51:00,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:00,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:00,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:00,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,023 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,023 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,023 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,023 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,044 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,052 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,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 empno = 7788
DEBUG 2024-12-23 02:51:01,053 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-23 02:51:01,053 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,071 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,071 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,071 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,071 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,092 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,099 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,099 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-23 02:51:01,100 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-23 02:51:01,100 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,118 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,118 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,118 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,119 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,140 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,147 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,147 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-23 02:51:01,148 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-23 02:51:01,148 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,166 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,166 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,166 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,166 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,186 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-23 02:51:01,194 [main] Logical connection closed, tx=null
[Ljava.util.Map;@407e75d2
DEBUG 2024-12-23 02:51:01,194 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,211 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,211 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,211 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,212 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,231 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,238 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,238 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-23 02:51:01,240 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-23 02:51:01,240 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,257 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,257 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,258 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,258 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,277 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-23 02:51:01,284 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,284 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-23 02:51:01,288 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-23 02:51:01,288 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,305 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,305 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,305 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,305 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,325 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,329 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,329 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-23 02:51:01,329 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,330 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,348 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,348 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,348 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,348 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,367 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,370 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,370 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-23 02:51:01,371 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,371 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,372 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,389 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,389 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,389 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,389 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,402 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,403 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,403 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-23 02:51:01,404 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-23 02:51:01,405 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,422 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,422 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,422 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,422 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,435 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,435 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-23 02:51:01,436 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-23 02:51:01,436 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,458 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,458 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,484 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,484 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-23 02.51.01', 9999, 'test', 50)
DEBUG 2024-12-23 02:51:01,485 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,485 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,485 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-23 02:51:01,487 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-23 02:51:01,487 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,487 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-23 02:51:01,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-23 02:51:01.484 {50, null, null, 0}
DEBUG 2024-12-23 02:51:01,488 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734889859853/4, BranchId=]
DEBUG 2024-12-23 02:51:01,488 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,505 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,505 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,505 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,505 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,524 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,530 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,531 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,546 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,546 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,546 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,547 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,565 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:01,574 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,574 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-23 02:51:01,576 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,576 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,593 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,612 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:01,621 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,621 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-23 02:51:01,622 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-23 02:51:01,622 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,639 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,639 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,640 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,640 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,658 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,663 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-23 02:51:01,665 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-23 02:51:01,665 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,682 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,682 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,682 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,682 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,700 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-23 02:51:01,703 [main] Physical connection closed
DEBUG 2024-12-23 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-12-23 02:51:01,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,719 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,719 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,719 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,719 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,738 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-23 02:51:01,744 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,744 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-23 02:51:01,746 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,747 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,763 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,763 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,763 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,780 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-23 02:51:01,787 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,787 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-23 02:51:01,787 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,787 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,805 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,805 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,805 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,805 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,825 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:01,826 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,826 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-23 02:51:01,828 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-23 02:51:01,828 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,844 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,844 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,845 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,845 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,862 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:01,863 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,879 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,879 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,879 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,879 [main] Logical connection got, tx=null
WARN 2024-12-23 02:51:01,882 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-23 02:51:01,889 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-23 02:51:01,895 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,895 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-23 02:51:01,898 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-23 02:51:01,898 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,915 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,915 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,915 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,915 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,933 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:01,939 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,957 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,957 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,957 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,957 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,975 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-23 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,980 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-23 02:51:01,980 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,981 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,981 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-23 02:51:01,981 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,981 [main] Physical connection closed
DEBUG 2024-12-23 02:51:01,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:01,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:01,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:01,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:01,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:01,998 [main] Physical connection got
DEBUG 2024-12-23 02:51:01,998 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:01,998 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:01,998 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,017 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-23 02:51:02,022 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,022 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-23 02:51:02,026 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,026 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,026 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-23 02:51:02,026 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,027 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,027 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-23 02:51:02,028 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,029 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,029 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-23 02:51:02,029 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,030 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,030 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-23 02:51:02,030 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,030 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,043 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,047 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,047 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,048 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-23 02:51:02,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,067 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-23 02:51:02,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,067 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-23 02:51:02,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,068 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-23 02:51:02,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,068 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734889859853/5, BranchId=]
DEBUG 2024-12-23 02:51:02,068 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,085 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,085 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,085 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,085 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,104 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,107 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,123 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,123 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,123 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,123 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,141 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,146 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,147 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,158 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,159 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,162 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,162 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,162 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,162 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,168 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-23 02:51:02,170 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,185 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,185 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,186 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,186 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,192 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-23 02:51:02,194 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,209 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,209 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,209 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,209 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,215 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:02,217 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,218 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,235 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,235 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,236 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,236 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,242 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-23 02:51:02,244 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,257 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,259 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,259 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,259 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,259 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,277 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,277 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,278 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-23 02:51:02,281 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,281 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,297 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,297 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,297 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,297 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,314 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,315 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,330 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,330 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,331 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,331 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,348 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-23 02:51:02,349 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-23 02:51:02,364 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,364 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,364 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,364 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,381 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-23 02:51:02,382 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.291 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-23 02:51:02,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,429 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,444 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,446 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,446 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,450 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,453 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,454 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,468 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,471 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,471 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,475 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,475 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,477 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,491 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,493 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,493 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,497 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,498 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-23 02:51:02,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,513 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,513 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,514 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,514 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-23 02:51:02,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,529 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,529 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,547 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,547 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-23 02:51:02,550 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,550 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,563 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,563 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,581 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,581 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,581 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,581 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,593 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,598 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,598 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-23 02:51:02,600 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,600 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-23 02:51:02,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,619 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,633 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,645 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,645 [main] Logical connection got, tx=null
WARN 2024-12-23 02:51:02,647 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-23 02:51:02,648 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-23 02:51:02,648 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,649 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,650 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,664 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,667 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,667 [main] Logical connection got, tx=null
WARN 2024-12-23 02:51:02,669 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-23 02:51:02,670 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-23 02:51:02,670 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,670 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,672 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,690 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,694 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-23 02:51:02,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,709 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-23 02:51:02,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,728 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,728 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,729 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,729 [main] Physical connection closed
DEBUG 2024-12-23 02:51:02,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,743 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,743 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,744 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,744 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-23 02:51:02,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-23 02:51:02,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-23 02:51:02,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-23 02:51:02,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-23 02:51:02,759 [main] Physical connection got
DEBUG 2024-12-23 02:51:02,759 [main] Logical connection got, tx=null
DEBUG 2024-12-23 02:51:02,760 [main] Logical connection closed, tx=null
DEBUG 2024-12-23 02:51:02,760 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.523s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.532s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.268s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Dec 23 02:51:02 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