Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-11-19 02:50:59,625 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-19 02:50:59,626 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,626 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-19 02:50:59,629 [main] Logical connection closed
DEBUG 2024-11-19 02:50:59,629 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-19 02:50:59,664 [main] Physical connection got
DEBUG 2024-11-19 02:50:59,664 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,665 [main] Logical connection closed
DEBUG 2024-11-19 02:50:59,665 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,675 [main] Logical connection closed
DEBUG 2024-11-19 02:50:59,676 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,676 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-19 02:50:59,678 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-19 02:50:59.473 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-19 02:50:59,678 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,678 [main] Logical connection closed
DEBUG 2024-11-19 02:50:59,678 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,682 [main] Logical connection closed
DEBUG 2024-11-19 02:50:59,683 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,683 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-19 02:50:59,684 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-19 02:50:59.473 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-19 02:50:59,685 [main] Logical connection got
DEBUG 2024-11-19 02:50:59,685 [main] UPDATE EMP SET tstamp = '2024-11-19 02.50.59', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-19 02.50.59'
DEBUG 2024-11-19 02:50:59,686 [main] Logical connection closed
DEBUG 2024-11-19 02:50:59,686 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.126 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-19 02:51:00,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:00,897 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:00,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:00,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:00,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:00,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,030 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:51:01,193 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,270 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,276 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-19 02:51:01,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:01,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,329 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,329 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,329 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,329 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,441 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-19 02:51:01,446 [main] Physical connection closed
DEBUG 2024-11-19 02:51:01,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:01,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,476 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,477 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,477 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,477 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,516 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,540 [main] Physical connection closed
DEBUG 2024-11-19 02:51:01,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:01,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,584 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,584 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,584 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,584 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,649 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,654 [main] Physical connection closed
DEBUG 2024-11-19 02:51:01,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:01,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,731 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,738 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,738 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,778 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,783 [main] Physical connection closed
DEBUG 2024-11-19 02:51:01,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:01,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,807 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,808 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,808 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,808 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,849 [main] Physical connection closed
DEBUG 2024-11-19 02:51:01,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:01,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,908 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,908 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,909 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,917 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,957 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-19 02:51:01,961 [main] Physical connection closed
DEBUG 2024-11-19 02:51:01,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:01,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:01,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:01,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:01,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:01,988 [main] Physical connection got
DEBUG 2024-11-19 02:51:01,994 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:01,994 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:01,994 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,043 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,047 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,070 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,070 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,071 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,071 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,101 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,106 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,131 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,131 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,132 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,132 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,156 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,162 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,183 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,188 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,190 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,191 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,191 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,191 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,243 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-19 02.51.02', 99, 'hoge', 0)
DEBUG 2024-11-19 02:51:02,251 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,251 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952262188/0, BranchId=]
DEBUG 2024-11-19 02:51:02,252 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,255 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,281 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,281 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,308 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,318 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,318 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-19 02:51:02,325 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,325 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,326 [main] UPDATE EMP SET tstamp = '2024-11-19 02.51.02', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-19 02:51:02,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,327 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952262188/1, BranchId=]
DEBUG 2024-11-19 02:51:02,327 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,329 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,353 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,354 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,354 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,354 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,354 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,377 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,389 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-19 02:51:02,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,405 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,406 [main] UPDATE EMP SET tstamp = '2024-11-19 02.51.02', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-19 02:51:02,406 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,406 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952262188/2, BranchId=]
DEBUG 2024-11-19 02:51:02,407 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,408 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,427 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,427 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,427 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,427 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,453 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,464 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-19 02:51:02,466 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,466 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,467 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-19 02:51:02,467 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,467 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952262188/3, BranchId=]
DEBUG 2024-11-19 02:51:02,468 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,489 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,489 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,489 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,509 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-19 02:51:02,511 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,541 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,541 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,541 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,541 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,562 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-19 02:51:02,573 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,593 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,593 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,594 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,594 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,613 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,620 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,645 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,645 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,646 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,646 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,678 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,685 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,704 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,704 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,704 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,704 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,723 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,731 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,761 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,761 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,761 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,761 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,795 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,803 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,803 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-19 02:51:02,811 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-19 02:51:02,812 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,829 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,831 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,831 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,832 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,832 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,851 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,858 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,858 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-19 02:51:02,862 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-19 02:51:02,863 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,879 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,881 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,882 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,882 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,882 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,901 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,941 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,941 [main] select * from emp
DEBUG 2024-11-19 02:51:02,949 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-19 02:51:02,950 [main] Physical connection closed
DEBUG 2024-11-19 02:51:02,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:02,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:02,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:02,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:02,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:02,969 [main] Physical connection got
DEBUG 2024-11-19 02:51:02,969 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:02,969 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:02,969 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,005 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,016 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-19 02:51:03,026 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-19 02:51:03,027 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,053 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,054 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,054 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,054 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,072 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-19 02:51:03,079 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,081 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,090 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,090 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,097 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,098 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,100 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,100 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,100 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,100 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,119 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,126 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,127 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-19 02:51:03,129 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-19 02:51:03,140 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,163 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,163 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,163 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,163 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,181 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,189 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-19 02:51:03,193 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-19 02:51:03,194 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,213 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,213 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,213 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,213 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,231 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,239 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,239 [main] select * from emp
DEBUG 2024-11-19 02:51:03,247 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-19 02:51:03,248 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,271 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,281 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,281 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,282 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,282 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,300 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,307 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,307 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-19 02:51:03,309 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-19 02:51:03,310 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,328 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,328 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,328 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,328 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,358 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,372 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,372 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-19 02:51:03,380 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-19 02:51:03,381 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,411 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,411 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,412 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,412 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,443 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,456 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,456 [main] select count(*) from emp
DEBUG 2024-11-19 02:51:03,468 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,468 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,507 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,507 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,507 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,507 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,524 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,531 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,531 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-19 02:51:03,532 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-19 02:51:03,532 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,572 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,572 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,573 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,573 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,617 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,624 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,624 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-19 02:51:03,625 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-19 02:51:03,626 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,627 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,631 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,646 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,646 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,646 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,646 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,680 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,701 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,701 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-19 02:51:03,702 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-19 02:51:03,703 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,745 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,745 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,745 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,745 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,761 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,768 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,768 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-19 02:51:03,769 [main] Logical connection closed, tx=null
[Ljava.util.Map;@27f8922
DEBUG 2024-11-19 02:51:03,769 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,783 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,791 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,791 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,791 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,791 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,809 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,815 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,815 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-19 02:51:03,817 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-19 02:51:03,818 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,832 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,834 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,834 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,834 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,834 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,854 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-19 02:51:03,861 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,861 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-19 02:51:03,864 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-19 02:51:03,864 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,879 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,881 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,881 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,881 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,881 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,918 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,930 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,931 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:51:03,931 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,931 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,964 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,966 [main] Physical connection got
DEBUG 2024-11-19 02:51:03,966 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,966 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,967 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,983 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,986 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:03,986 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:51:03,986 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:03,986 [main] Physical connection closed
DEBUG 2024-11-19 02:51:03,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:03,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:03,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:03,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:03,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:03,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,003 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,003 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,003 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,003 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,054 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,055 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,055 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-19 02:51:04,063 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-19 02:51:04,064 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,085 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,085 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,085 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,085 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,096 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,097 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,097 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-19 02:51:04,098 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-19 02:51:04,098 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,112 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,113 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,114 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,130 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,136 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,137 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-19 02.51.04', 9999, 'test', 50)
DEBUG 2024-11-19 02:51:04,137 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,137 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,137 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-19 02:51:04,139 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-19 02:51:04,140 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,140 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-19 02:51:04,141 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-19 02:51:04.137 {50, null, null, 0}
DEBUG 2024-11-19 02:51:04,141 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952262188/4, BranchId=]
DEBUG 2024-11-19 02:51:04,141 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,158 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,158 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,158 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,158 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,174 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,180 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,196 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,196 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,196 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,196 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,212 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,220 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,220 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-19 02:51:04,223 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,223 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,238 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,280 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,280 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,280 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,280 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,296 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,304 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,304 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-19 02:51:04,305 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-19 02:51:04,305 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,322 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,322 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,322 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,322 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,338 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,343 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,344 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-19 02:51:04,345 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-19 02:51:04,346 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,364 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,364 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,365 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,365 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,390 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-19 02:51:04,394 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,416 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,416 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,417 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,417 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,436 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-19 02:51:04,443 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,444 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-19 02:51:04,446 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,446 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,462 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,465 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,465 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,465 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,465 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,522 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-19 02:51:04,545 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,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 department.dname = null
DEBUG 2024-11-19 02:51:04,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,546 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,575 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,575 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,575 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,592 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,593 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,593 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-19 02:51:04,595 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-19 02:51:04,595 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,609 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,609 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,609 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,609 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,624 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,625 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,640 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,640 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,640 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,640 [main] Logical connection got, tx=null
WARN 2024-11-19 02:51:04,643 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-19 02:51:04,648 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-19 02:51:04,648 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,648 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-19 02:51:04,650 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-19 02:51:04,651 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,664 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,664 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,664 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,665 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,681 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,687 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,701 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,702 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,702 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,702 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,718 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-19 02:51:04,722 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,722 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-19 02:51:04,723 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,723 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,723 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-19 02:51:04,723 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,724 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,730 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,738 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,738 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,738 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,795 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-19 02:51:04,801 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,801 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-19 02:51:04,804 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,804 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,804 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-19 02:51:04,805 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,805 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,805 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-19 02:51:04,809 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,809 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,809 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-19 02:51:04,810 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,810 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,810 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-19 02:51:04,811 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,811 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,824 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,825 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-19 02:51:04,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,841 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:51:04,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,841 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-19 02:51:04,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,842 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,842 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:51:04,842 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,842 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952262188/5, BranchId=]
DEBUG 2024-11-19 02:51:04,842 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,857 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,857 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,857 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,857 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,872 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,876 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,890 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,890 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,890 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,890 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,905 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,909 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,924 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,924 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,924 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,924 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,930 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-19 02:51:04,931 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,945 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,945 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,945 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,945 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,950 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-19 02:51:04,951 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,965 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,965 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,965 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,965 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,970 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,972 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:04,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,984 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,985 [main] Physical connection got
DEBUG 2024-11-19 02:51:04,985 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,985 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:04,985 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:04,991 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-19 02:51:04,992 [main] Physical connection closed
DEBUG 2024-11-19 02:51:04,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:04,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:04,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:04,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:04,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:05,006 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,006 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,006 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,006 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,021 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,021 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,021 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-19 02:51:05,024 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,024 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:05,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:05,041 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,041 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,042 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,042 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,056 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,057 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:05,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,061 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:05,071 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,071 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,071 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,071 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,088 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-19 02:51:05,089 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:05,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,100 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:51:05,102 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,102 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,102 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,103 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,117 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-19 02:51:05,117 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.84 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-19 02:51:05,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,164 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,170 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,178 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,188 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,188 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,195 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,198 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,199 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,213 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,215 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,216 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,219 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,219 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,221 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,232 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,235 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,235 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,238 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,238 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-19 02:51:05,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,257 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,257 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,257 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,258 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-19 02:51:05,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,272 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,272 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,287 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,287 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-19 02:51:05,290 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,290 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,304 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,304 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,321 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,321 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,321 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,321 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,332 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,336 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,336 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-19 02:51:05,338 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,339 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-19 02:51:05,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,354 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,366 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,377 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,378 [main] Logical connection got, tx=null
WARN 2024-11-19 02:51:05,380 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-19 02:51:05,380 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-19 02:51:05,380 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,381 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,382 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,394 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,397 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,397 [main] Logical connection got, tx=null
WARN 2024-11-19 02:51:05,399 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-19 02:51:05,399 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-19 02:51:05,400 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,400 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,401 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,413 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,417 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:51:05,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,433 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-19 02:51:05,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,443 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,449 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,449 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,450 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,450 [main] Physical connection closed
DEBUG 2024-11-19 02:51:05,451 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,461 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,461 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,462 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,462 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-19 02:51:05,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:51:05,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:51:05,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:51:05,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:51:05,474 [main] Physical connection got
DEBUG 2024-11-19 02:51:05,474 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:51:05,475 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:51:05,475 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.309s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.750s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.581s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.796s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Nov 19 02:51:05 JST 2024
[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