Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-21 02:50:59,772 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-21 02:50:59,773 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,773 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-21 02:50:59,776 [main] Logical connection closed
DEBUG 2024-12-21 02:50:59,776 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-21 02:50:59,813 [main] Physical connection got
DEBUG 2024-12-21 02:50:59,813 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,814 [main] Logical connection closed
DEBUG 2024-12-21 02:50:59,814 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,825 [main] Logical connection closed
DEBUG 2024-12-21 02:50:59,826 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,826 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-21 02:50:59,828 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-21 02:50:59.611 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-21 02:50:59,828 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,828 [main] Logical connection closed
DEBUG 2024-12-21 02:50:59,828 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,832 [main] Logical connection closed
DEBUG 2024-12-21 02:50:59,833 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,834 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-21 02:50:59,834 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-21 02:50:59.611 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-21 02:50:59,835 [main] Logical connection got
DEBUG 2024-12-21 02:50:59,835 [main] UPDATE EMP SET tstamp = '2024-12-21 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-12-21 02.50.59'
DEBUG 2024-12-21 02:50:59,836 [main] Logical connection closed
DEBUG 2024-12-21 02:50:59,836 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-21 02:51:00,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:01,047 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:01,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,208 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-21 02:51:01,385 [main] Physical connection got
DEBUG 2024-12-21 02:51:01,385 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,461 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,466 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-21 02:51:01,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:01,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,526 [main] Physical connection got
DEBUG 2024-12-21 02:51:01,526 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,526 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,526 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,640 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-21 02:51:01,645 [main] Physical connection closed
DEBUG 2024-12-21 02:51:01,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:01,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,675 [main] Physical connection got
DEBUG 2024-12-21 02:51:01,675 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,676 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,676 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,736 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,760 [main] Physical connection closed
DEBUG 2024-12-21 02:51:01,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:01,765 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,776 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,794 [main] Physical connection got
DEBUG 2024-12-21 02:51:01,794 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,794 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,795 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,861 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,879 [main] Physical connection closed
DEBUG 2024-12-21 02:51:01,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:01,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:01,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,923 [main] Physical connection got
DEBUG 2024-12-21 02:51:01,923 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,923 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,923 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:01,962 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:01,968 [main] Physical connection closed
DEBUG 2024-12-21 02:51:01,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:01,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:01,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:01,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:01,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,021 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,021 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,022 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,022 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,087 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,099 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,132 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,136 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,136 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,136 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,136 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,169 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-21 02:51:02,173 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,204 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,204 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,204 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,205 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,242 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,247 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,267 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,273 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,273 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,273 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,273 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,318 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,323 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,325 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,357 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,357 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,358 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,358 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,395 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,399 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,425 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,427 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,510 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,533 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-21 02.51.02', 99, 'hoge', 0)
DEBUG 2024-12-21 02:51:02,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,539 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734717062425/0, BranchId=]
DEBUG 2024-12-21 02:51:02,540 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,603 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,604 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,645 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,655 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-21 02:51:02,662 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,663 [main] UPDATE EMP SET tstamp = '2024-12-21 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-12-21 02:51:02,664 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,664 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734717062425/1, BranchId=]
DEBUG 2024-12-21 02:51:02,664 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,675 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,693 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,694 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,728 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-21 02:51:02,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,731 [main] UPDATE EMP SET tstamp = '2024-12-21 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-12-21 02:51:02,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,732 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734717062425/2, BranchId=]
DEBUG 2024-12-21 02:51:02,732 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,761 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,761 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,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 EMP.empno = 7788
DEBUG 2024-12-21 02:51:02,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,807 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-21 02:51:02,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,808 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734717062425/3, BranchId=]
DEBUG 2024-12-21 02:51:02,808 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,831 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,831 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,831 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,832 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,860 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-21 02:51:02,861 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,880 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,891 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,891 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,891 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,891 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,961 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-21 02:51:02,974 [main] Physical connection closed
DEBUG 2024-12-21 02:51:02,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:02,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:02,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:02,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:02,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:02,994 [main] Physical connection got
DEBUG 2024-12-21 02:51:02,994 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:02,994 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:02,994 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,018 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,026 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,045 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,045 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,045 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,045 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,068 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,076 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,098 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,098 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,098 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,099 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,121 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,130 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,159 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,159 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,159 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,159 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,182 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,190 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,190 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-21 02:51:03,197 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-21 02:51:03,198 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,224 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,224 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,224 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,224 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,247 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,261 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,261 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-21 02:51:03,265 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-21 02:51:03,266 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,292 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,292 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,292 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,293 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,314 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,328 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,328 [main] select * from emp
DEBUG 2024-12-21 02:51:03,331 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-21 02:51:03,332 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,351 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,351 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,351 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,352 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,390 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,405 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,405 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-21 02:51:03,409 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-21 02:51:03,411 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,420 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,428 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,430 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,430 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,430 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,430 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,450 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-21 02:51:03,462 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,481 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,481 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,482 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,482 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,501 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,513 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,513 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-21 02:51:03,516 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-21 02:51:03,517 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,535 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,536 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,536 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,536 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,556 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,563 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,563 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-21 02:51:03,569 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-21 02:51:03,570 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,594 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,594 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,595 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,595 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,620 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,630 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,630 [main] select * from emp
DEBUG 2024-12-21 02:51:03,632 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-21 02:51:03,634 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,653 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,653 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,653 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,653 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,672 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,679 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,679 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-21 02:51:03,681 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-21 02:51:03,684 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,704 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,704 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,704 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,704 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,724 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,731 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,731 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-21 02:51:03,733 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-21 02:51:03,733 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,754 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,754 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,754 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,754 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,773 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,780 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,780 [main] select count(*) from emp
DEBUG 2024-12-21 02:51:03,781 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,781 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,800 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,800 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,800 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,800 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,828 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,836 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,836 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-21 02:51:03,837 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-21 02:51:03,837 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,839 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,846 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,846 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,855 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,855 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,855 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,855 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,874 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,882 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,882 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-21 02:51:03,883 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-21 02:51:03,883 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,885 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,892 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,901 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,901 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,901 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,901 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,926 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,926 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-21 02:51:03,927 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-21 02:51:03,928 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,945 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,945 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,946 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,946 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,963 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,970 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,970 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-21 02:51:03,971 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b784427
DEBUG 2024-12-21 02:51:03,971 [main] Physical connection closed
DEBUG 2024-12-21 02:51:03,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:03,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:03,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:03,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:03,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:03,989 [main] Physical connection got
DEBUG 2024-12-21 02:51:03,989 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:03,989 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:03,990 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,007 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,013 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,014 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-21 02:51:04,016 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-21 02:51:04,016 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,018 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,032 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,034 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,034 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,034 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,034 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,051 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-21 02:51:04,058 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-21 02:51:04,061 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-21 02:51:04,062 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,079 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,079 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,079 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,080 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,096 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,100 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,100 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-21 02:51:04,100 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,101 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,118 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,118 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,118 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,119 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,135 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,138 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,139 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-21 02:51:04,139 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,139 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,157 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,157 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,157 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,158 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,169 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,170 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,170 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-21 02:51:04,171 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-21 02:51:04,172 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,188 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,189 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,189 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,189 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,200 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,200 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,201 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-21 02:51:04,201 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-21 02:51:04,202 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,219 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,219 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,236 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,243 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-21 02.51.04', 9999, 'test', 50)
DEBUG 2024-12-21 02:51:04,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,244 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-21 02:51:04,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-21 02:51:04,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-21 02:51:04,247 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-21 02:51:04.243 {50, null, null, 0}
DEBUG 2024-12-21 02:51:04,247 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734717062425/4, BranchId=]
DEBUG 2024-12-21 02:51:04,247 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,263 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,265 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,265 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,265 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,265 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,282 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,288 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,305 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,306 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,306 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,306 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,322 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-21 02:51:04,331 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,331 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-21 02:51:04,333 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,334 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,351 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,351 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,351 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,352 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,368 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-21 02:51:04,377 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,378 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-21 02:51:04,378 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-21 02:51:04,378 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,396 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,396 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,397 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,397 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,413 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-21 02:51:04,419 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,419 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-21 02:51:04,420 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-21 02:51:04,421 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,438 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,438 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,438 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,439 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,455 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-21 02:51:04,458 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,475 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,475 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,476 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,476 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,493 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-21 02:51:04,500 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,500 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-21 02:51:04,502 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,502 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,517 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,519 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,519 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,519 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,519 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,536 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-21 02:51:04,542 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,543 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-21 02:51:04,543 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,543 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,558 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,561 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,561 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,561 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,561 [main] Logical connection got, tx=null
DEBUG 2024-12-21 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-12-21 02:51:04,593 [main] Logical connection got, tx=null
DEBUG 2024-12-21 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-12-21 02:51:04,596 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-21 02:51:04,596 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,604 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,613 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,613 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,613 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,613 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,630 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-21 02:51:04,631 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,647 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,648 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,648 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,648 [main] Logical connection got, tx=null
WARN 2024-12-21 02:51:04,651 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-21 02:51:04,656 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-21 02:51:04,656 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,657 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-21 02:51:04,659 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-21 02:51:04,659 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,676 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,676 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,676 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,676 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,694 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-21 02:51:04,701 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,717 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,718 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,718 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,718 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,735 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-21 02:51:04,739 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,739 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-21 02:51:04,740 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,740 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,740 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-21 02:51:04,741 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,741 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,758 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,758 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,758 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,758 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,776 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-21 02:51:04,779 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,779 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-21 02:51:04,782 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,782 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,782 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-21 02:51:04,783 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,783 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,783 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-21 02:51:04,785 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,786 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,786 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-21 02:51:04,787 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,787 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,787 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-21 02:51:04,787 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,788 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,801 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,803 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,804 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-21 02:51:04,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,823 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-21 02:51:04,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,824 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-21 02:51:04,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,825 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-21 02:51:04,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,825 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734717062425/5, BranchId=]
DEBUG 2024-12-21 02:51:04,825 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,842 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,842 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,842 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,842 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,859 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,863 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,879 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,879 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,879 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,879 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,896 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,900 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,902 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,925 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,925 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,925 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,925 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,931 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-21 02:51:04,933 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,947 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,947 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,948 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,948 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,954 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-21 02:51:04,955 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,959 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:04,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:04,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:04,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,981 [main] Physical connection got
DEBUG 2024-12-21 02:51:04,981 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,981 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:04,981 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:04,994 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-21 02:51:04,996 [main] Physical connection closed
DEBUG 2024-12-21 02:51:04,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:04,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:04,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,027 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,028 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,034 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,034 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,041 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-21 02:51:05,043 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,059 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,059 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,060 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,060 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,076 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,077 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,077 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-21 02:51:05,080 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,081 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,082 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,098 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,098 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,099 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,099 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,115 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,116 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,132 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,132 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,132 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,133 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,152 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-21 02:51:05,153 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,155 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-21 02:51:05,170 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,170 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,170 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,170 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,186 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-21 02:51:05,187 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.72 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-21 02:51:05,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,257 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,273 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,276 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,276 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,280 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,282 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,284 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,299 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,301 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,302 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,305 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,306 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,307 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,323 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,325 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,326 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,329 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,330 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-21 02:51:05,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,346 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,346 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,347 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,347 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-21 02:51:05,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,363 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,363 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,379 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,379 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-21 02:51:05,387 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,387 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,406 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,406 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,422 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,423 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,423 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,423 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,443 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,448 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,448 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-21 02:51:05,450 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,450 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-21 02:51:05,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,469 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,482 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,493 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,493 [main] Logical connection got, tx=null
WARN 2024-12-21 02:51:05,495 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-21 02:51:05,496 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-21 02:51:05,496 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,497 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,498 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,511 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,514 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,514 [main] Logical connection got, tx=null
WARN 2024-12-21 02:51:05,516 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-21 02:51:05,516 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-21 02:51:05,516 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,517 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,518 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,531 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,534 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-21 02:51:05,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,547 [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-12-21 02:51:05,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,574 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,575 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,582 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,582 [main] Physical connection closed
DEBUG 2024-12-21 02:51:05,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,601 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,601 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,602 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,602 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-21 02:51:05,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-21 02:51:05,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-21 02:51:05,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-21 02:51:05,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-21 02:51:05,630 [main] Physical connection got
DEBUG 2024-12-21 02:51:05,630 [main] Logical connection got, tx=null
DEBUG 2024-12-21 02:51:05,631 [main] Logical connection closed, tx=null
DEBUG 2024-12-21 02:51:05,631 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.777s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.680s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.822s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Dec 21 02:51:05 JST 2024
[INFO] Final Memory: 29M/407M
[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