Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-01-09 02:50:56,619 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-09 02:50:56,620 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,621 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-01-09 02:50:56,624 [main] Logical connection closed
DEBUG 2025-01-09 02:50:56,624 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-09 02:50:56,658 [main] Physical connection got
DEBUG 2025-01-09 02:50:56,658 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,658 [main] Logical connection closed
DEBUG 2025-01-09 02:50:56,659 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,670 [main] Logical connection closed
DEBUG 2025-01-09 02:50:56,670 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,671 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-01-09 02:50:56,673 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-09 02:50:56.473 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-09 02:50:56,673 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,673 [main] Logical connection closed
DEBUG 2025-01-09 02:50:56,673 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,678 [main] Logical connection closed
DEBUG 2025-01-09 02:50:56,679 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,679 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-09 02:50:56,680 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-09 02:50:56.473 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-09 02:50:56,681 [main] Logical connection got
DEBUG 2025-01-09 02:50:56,681 [main] UPDATE EMP SET tstamp = '2025-01-09 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-09 02.50.56'
DEBUG 2025-01-09 02:50:56,682 [main] Logical connection closed
DEBUG 2025-01-09 02:50:56,682 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-09 02:50:57,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:57,846 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:50:57,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:57,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:57,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:57,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:57,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:57,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:57,982 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:50:58,153 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,154 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,229 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,235 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-09 02:50:58,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,276 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,290 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,290 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,291 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,407 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-01-09 02:50:58,412 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,443 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,444 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,444 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,444 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,482 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,506 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,537 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,537 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,538 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,538 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,580 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,586 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,609 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,612 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,613 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,613 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,613 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,647 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,652 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,664 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,678 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,678 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,678 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,678 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,711 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,716 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,719 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,738 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,741 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,741 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,741 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,742 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,773 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-01-09 02:50:58,777 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,802 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,802 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,802 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,802 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,835 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,840 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,842 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,863 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,863 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,864 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,864 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,901 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,906 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,927 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,930 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,930 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,930 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,930 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:58,958 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:58,963 [main] Physical connection closed
DEBUG 2025-01-09 02:50:58,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:58,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:58,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:58,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:58,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:58,987 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:58,989 [main] Physical connection got
DEBUG 2025-01-09 02:50:58,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:58,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:58,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:59,016 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:59,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:59,040 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-09 02.50.59', 99, 'hoge', 0)
DEBUG 2025-01-09 02:50:59,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:59,045 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358658987/0, BranchId=]
DEBUG 2025-01-09 02:50:59,046 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,067 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,068 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,104 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-09 02:50:59,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,112 [main] UPDATE EMP SET tstamp = '2025-01-09 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-09 02:50:59,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,113 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358658987/1, BranchId=]
DEBUG 2025-01-09 02:50:59,114 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,136 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,136 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,136 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,137 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,137 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,171 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-09 02:50:59,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,174 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,174 [main] UPDATE EMP SET tstamp = '2025-01-09 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-09 02:50:59,175 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,175 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358658987/2, BranchId=]
DEBUG 2025-01-09 02:50:59,175 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,201 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,201 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,201 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,226 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-09 02:50:59,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,237 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-09 02:50:59,238 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,238 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358658987/3, BranchId=]
DEBUG 2025-01-09 02:50:59,238 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,259 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,259 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,260 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,260 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,283 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-01-09 02:50:59,284 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,288 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,290 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,313 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,313 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,313 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,313 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,336 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-01-09 02:50:59,344 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,364 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,365 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,365 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,365 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,387 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,394 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,414 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,414 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,415 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,415 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,440 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,447 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,464 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,466 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,466 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,467 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,467 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,488 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,496 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,516 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,516 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,516 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,517 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,537 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,544 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,545 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-09 02:50:59,552 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-09 02:50:59,553 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,571 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,573 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,573 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,574 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,574 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,594 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,602 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,602 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-09 02:50:59,606 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-09 02:50:59,607 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,627 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,627 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,627 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,628 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,648 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,661 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,661 [main] select * from emp
DEBUG 2025-01-09 02:50:59,664 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-09 02:50:59,665 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,684 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,685 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,685 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,685 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,706 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,714 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,714 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-09 02:50:59,718 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-09 02:50:59,719 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,738 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,739 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,739 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,739 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,761 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-01-09 02:50:59,768 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,788 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,788 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,788 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,788 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,809 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,817 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,817 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-09 02:50:59,819 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-09 02:50:59,820 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,840 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,840 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,840 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,840 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,861 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,869 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,869 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-09 02:50:59,880 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-09 02:50:59,881 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,901 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,901 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,901 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,901 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,922 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,930 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,930 [main] select * from emp
DEBUG 2025-01-09 02:50:59,931 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-09 02:50:59,933 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,951 [main] Physical connection got
DEBUG 2025-01-09 02:50:59,951 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,952 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,952 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:50:59,972 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:50:59,980 [main] Logical connection got, tx=null
DEBUG 2025-01-09 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 order by empno
DEBUG 2025-01-09 02:50:59,982 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-09 02:50:59,983 [main] Physical connection closed
DEBUG 2025-01-09 02:50:59,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:50:59,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:50:59,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:50:59,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:50:59,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:50:59,999 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,001 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,001 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,001 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,001 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,021 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,028 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,028 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-09 02:51:00,030 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-09 02:51:00,031 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,050 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,050 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,050 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,050 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,071 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,078 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,078 [main] select count(*) from emp
DEBUG 2025-01-09 02:51:00,079 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,079 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,081 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,098 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,100 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,100 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,100 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,100 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,121 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,129 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,129 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-09 02:51:00,129 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-01-09 02:51:00,130 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,148 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,148 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,148 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,148 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,168 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,176 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,176 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-09 02:51:00,176 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-01-09 02:51:00,177 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,178 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,195 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,195 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,195 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,195 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,222 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,229 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,229 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-09 02:51:00,230 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-01-09 02:51:00,230 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,247 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,247 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,248 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,248 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,266 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,273 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,273 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-09 02:51:00,274 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2052d1a4
DEBUG 2025-01-09 02:51:00,274 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,290 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,290 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,291 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,291 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,309 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,316 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,316 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-01-09 02:51:00,318 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-01-09 02:51:00,318 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,334 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,335 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,335 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,335 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,353 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-01-09 02:51:00,360 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,360 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-01-09 02:51:00,363 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-09 02:51:00,363 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,371 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,380 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,380 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,380 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,380 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,398 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,401 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,401 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:51:00,402 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,402 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,418 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,418 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,418 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,418 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,437 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,440 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,440 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:51:00,440 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,440 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,458 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,458 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,458 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,458 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,470 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,471 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,471 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-01-09 02:51:00,472 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-09 02:51:00,472 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,489 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,491 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,491 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,491 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,491 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,502 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,503 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,503 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-09 02:51:00,504 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-09 02:51:00,504 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,519 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,520 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,544 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,544 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-09 02.51.00', 9999, 'test', 50)
DEBUG 2025-01-09 02:51:00,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,545 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,545 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-01-09 02:51:00,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-09 02:51:00,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,547 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-01-09 02:51:00,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-09 02:51:00.544 {50, null, null, 0}
DEBUG 2025-01-09 02:51:00,548 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358658987/4, BranchId=]
DEBUG 2025-01-09 02:51:00,548 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,564 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,564 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,564 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,564 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,581 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,587 [main] Physical connection closed
DEBUG 2025-01-09 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 2025-01-09 02:51:00,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,603 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,603 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,621 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:00,629 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,629 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-09 02:51:00,631 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,631 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,647 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,647 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,647 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,648 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,665 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:00,673 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,673 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-01-09 02:51:00,674 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-09 02:51:00,674 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,688 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,690 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,691 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,691 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,691 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,707 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:00,712 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,712 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-01-09 02:51:00,713 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-09 02:51:00,714 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,729 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,729 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,729 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,729 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,745 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-01-09 02:51:00,749 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,764 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,764 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,782 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-09 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2025-01-09 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 WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-09 02:51:00,790 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,790 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,806 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,806 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,806 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,806 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,823 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-09 02:51:00,832 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,832 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-01-09 02:51:00,832 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,833 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,849 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,849 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,849 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,849 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,868 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:00,869 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,869 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2025-01-09 02:51:00,871 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-01-09 02:51:00,871 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,886 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,888 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,888 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,888 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,888 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,905 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:00,906 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,923 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,923 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,923 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,923 [main] Logical connection got, tx=null
WARN 2025-01-09 02:51:00,926 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-09 02:51:00,931 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-09 02:51:00,932 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,932 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-09 02:51:00,935 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-09 02:51:00,935 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,936 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,938 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,940 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,950 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,950 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,950 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,950 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,968 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:00,974 [main] Physical connection closed
DEBUG 2025-01-09 02:51:00,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:00,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:00,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:00,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:00,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:00,990 [main] Physical connection got
DEBUG 2025-01-09 02:51:00,990 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:00,990 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:00,990 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,008 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-01-09 02:51:01,012 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,012 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-09 02:51:01,013 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,013 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,013 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-01-09 02:51:01,013 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,014 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,015 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,029 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,029 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,029 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,029 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,047 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-01-09 02:51:01,050 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,050 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-09 02:51:01,053 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,053 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,053 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2025-01-09 02:51:01,056 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,057 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,057 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-01-09 02:51:01,059 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,059 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,059 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-01-09 02:51:01,060 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,060 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,060 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2025-01-09 02:51:01,061 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,061 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,062 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,074 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,076 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,076 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,094 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-09 02:51:01,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,094 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:51:01,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,095 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-09 02:51:01,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,095 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:51:01,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,096 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358658987/5, BranchId=]
DEBUG 2025-01-09 02:51:01,096 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,109 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,111 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,111 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,111 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,128 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,132 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,148 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,148 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,148 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,148 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,165 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,170 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,192 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,192 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,192 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,192 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,200 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-09 02:51:01,202 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,209 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,215 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,217 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,217 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,217 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,217 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,224 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-09 02:51:01,225 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,241 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,241 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,241 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,242 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,248 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:01,249 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,264 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,264 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,264 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,264 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,270 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-01-09 02:51:01,272 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,290 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,290 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,290 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,307 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,308 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,308 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-09 02:51:01,311 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,311 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,327 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,327 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,327 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,327 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,361 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,362 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,377 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,377 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,377 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,378 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,402 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-09 02:51:01,403 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:51:01,418 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,418 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,418 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,418 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,435 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-09 02:51:01,435 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.199 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-09 02:51:01,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,492 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,511 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,515 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,515 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,520 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,524 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,526 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,545 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,548 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,548 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,551 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,552 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,553 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,577 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,580 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,580 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,584 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,584 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-09 02:51:01,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,600 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,601 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,601 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,602 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-09 02:51:01,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,617 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,617 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,634 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,634 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-01-09 02:51:01,639 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,639 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,652 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,652 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,673 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,673 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,673 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,674 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,684 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,689 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,689 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-09 02:51:01,692 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,692 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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 2025-01-09 02:51:01,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,712 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,730 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,741 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,741 [main] Logical connection got, tx=null
WARN 2025-01-09 02:51:01,744 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-09 02:51:01,745 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-09 02:51:01,746 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,746 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,748 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,763 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,766 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,766 [main] Logical connection got, tx=null
WARN 2025-01-09 02:51:01,768 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-09 02:51:01,769 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-09 02:51:01,769 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,769 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,771 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,786 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,790 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:51:01,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,804 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-09 02:51:01,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,835 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,835 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,837 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,837 [main] Physical connection closed
DEBUG 2025-01-09 02:51:01,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,854 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,855 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,857 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,857 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-09 02:51:01,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:51:01,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:51:01,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:51:01,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:51:01,876 [main] Physical connection got
DEBUG 2025-01-09 02:51:01,876 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:51:01,877 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:51:01,877 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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.324s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.722s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.540s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.212s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Jan 09 02:51:01 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS