Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-20 02:50:57,607 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-20 02:50:57,608 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,608 [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-09-20 02:50:57,611 [main] Logical connection closed
DEBUG 2024-09-20 02:50:57,611 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-20 02:50:57,645 [main] Physical connection got
DEBUG 2024-09-20 02:50:57,645 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,646 [main] Logical connection closed
DEBUG 2024-09-20 02:50:57,646 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,656 [main] Logical connection closed
DEBUG 2024-09-20 02:50:57,657 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,657 [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-09-20 02:50:57,659 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-20 02:50:57.46 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-20 02:50:57,659 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,659 [main] Logical connection closed
DEBUG 2024-09-20 02:50:57,659 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,663 [main] Logical connection closed
DEBUG 2024-09-20 02:50:57,664 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,665 [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-09-20 02:50:57,665 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-20 02:50:57.46 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-20 02:50:57,666 [main] Logical connection got
DEBUG 2024-09-20 02:50:57,666 [main] UPDATE EMP SET tstamp = '2024-09-20 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-09-20 02.50.57'
DEBUG 2024-09-20 02:50:57,667 [main] Logical connection closed
DEBUG 2024-09-20 02:50:57,667 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-20 02:50:58,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:58,898 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:50:58,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:58,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:58,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:58,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,044 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-20 02:50:59,204 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,204 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,285 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,291 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-20 02:50:59,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,345 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,345 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,345 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,346 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,459 [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-09-20 02:50:59,464 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,495 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,495 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,495 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,495 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,534 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,557 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,588 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,588 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,588 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,588 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,630 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,635 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,637 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,662 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,662 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,663 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,696 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,701 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,726 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,726 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,727 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,727 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,759 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,763 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,788 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,788 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,789 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,789 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,820 [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-09-20 02:50:59,824 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,848 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,849 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,849 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,849 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,882 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,886 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,919 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,919 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,919 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,920 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,955 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,959 [main] Physical connection closed
DEBUG 2024-09-20 02:50:59,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:50:59,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:50:59,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:50:59,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:50:59,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:50:59,983 [main] Physical connection got
DEBUG 2024-09-20 02:50:59,983 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:50:59,984 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:50:59,984 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,013 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,018 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,020 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,029 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,044 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,045 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,096 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-20 02.51.00', 99, 'hoge', 0)
DEBUG 2024-09-20 02:51:00,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,101 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726768260044/0, BranchId=]
DEBUG 2024-09-20 02:51:00,102 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,125 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,125 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,126 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,150 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,161 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,161 [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-09-20 02:51:00,169 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,169 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,169 [main] UPDATE EMP SET tstamp = '2024-09-20 02.51.00', 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-09-20 02:51:00,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,170 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726768260044/1, BranchId=]
DEBUG 2024-09-20 02:51:00,171 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,192 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,193 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,228 [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-09-20 02:51:00,230 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,230 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,231 [main] UPDATE EMP SET tstamp = '2024-09-20 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-09-20 02:51:00,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,232 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726768260044/2, BranchId=]
DEBUG 2024-09-20 02:51:00,232 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,258 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,258 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,283 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,292 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,292 [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-09-20 02:51:00,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,294 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,295 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-20 02:51:00,295 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,295 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726768260044/3, BranchId=]
DEBUG 2024-09-20 02:51:00,295 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,317 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,317 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,317 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,317 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,341 [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-09-20 02:51:00,342 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,359 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,370 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,370 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,370 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,370 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,392 [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-09-20 02:51:00,401 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,421 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,421 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,422 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,422 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,443 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,451 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,470 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,471 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,471 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,471 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,496 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,504 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,521 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,523 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,523 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,545 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,553 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,572 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,572 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,572 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,572 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,594 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,602 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,602 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-20 02:51:00,609 [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-09-20 02:51:00,611 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,630 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,630 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,651 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,659 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,659 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-20 02:51:00,663 [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-09-20 02:51:00,664 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,683 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,683 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,683 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,683 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,705 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,718 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,718 [main] select * from emp
DEBUG 2024-09-20 02:51:00,721 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-20 02:51:00,722 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,743 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,743 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,743 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,743 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,765 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,773 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,773 [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-09-20 02:51:00,777 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-09-20 02:51:00,778 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,798 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,798 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,820 [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-09-20 02:51:00,827 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,847 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,848 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,848 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,848 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,869 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,877 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,878 [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-09-20 02:51:00,880 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-20 02:51:00,881 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,901 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,901 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,901 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,901 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,923 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,931 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,931 [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-09-20 02:51:00,940 [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-09-20 02:51:00,942 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,944 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:00,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:00,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:00,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:00,961 [main] Physical connection got
DEBUG 2024-09-20 02:51:00,962 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,962 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,962 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,984 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:00,993 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:00,993 [main] select * from emp
DEBUG 2024-09-20 02:51:00,995 [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-09-20 02:51:00,996 [main] Physical connection closed
DEBUG 2024-09-20 02:51:00,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:00,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,015 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,015 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,015 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,015 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,036 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,043 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,043 [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-09-20 02:51:01,045 [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-09-20 02:51:01,046 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,065 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,065 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,065 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,065 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,086 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,093 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,093 [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-09-20 02:51:01,095 [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-09-20 02:51:01,095 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,113 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,113 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,114 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,114 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,134 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,142 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,142 [main] select count(*) from emp
DEBUG 2024-09-20 02:51:01,143 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,143 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,152 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,166 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,166 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,167 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,167 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,186 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,194 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,194 [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-09-20 02:51:01,195 [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-09-20 02:51:01,195 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,214 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,214 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,214 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,214 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,233 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,240 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,241 [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-09-20 02:51:01,241 [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-09-20 02:51:01,242 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,260 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,260 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,260 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,260 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,279 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,285 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,286 [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-09-20 02:51:01,286 [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-09-20 02:51:01,287 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,304 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,304 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,305 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,305 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,323 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,330 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,330 [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-09-20 02:51:01,331 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5f873eb2
DEBUG 2024-09-20 02:51:01,331 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,348 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,349 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,349 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,349 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,368 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,374 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,375 [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-09-20 02:51:01,377 [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-09-20 02:51:01,377 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,395 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,395 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,412 [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-09-20 02:51:01,420 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,420 [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-09-20 02:51:01,423 [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-09-20 02:51:01,424 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,440 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,442 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,442 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,442 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,442 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,460 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,464 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,464 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-20 02:51:01,464 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,464 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,482 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,482 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,482 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,483 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,500 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,503 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,504 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-20 02:51:01,504 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,504 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,522 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,522 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,522 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,522 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,534 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,535 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,535 [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-09-20 02:51:01,536 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-20 02:51:01,537 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,567 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,569 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,569 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,569 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,569 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,580 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,581 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,581 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-20 02:51:01,582 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-20 02:51:01,582 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,597 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,597 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,621 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-20 02.51.01', 9999, 'test', 50)
DEBUG 2024-09-20 02:51:01,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,622 [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-09-20 02:51:01,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/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-09-20 02:51:01,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,623 [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-09-20 02:51:01,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-20 02:51:01.621 {50, null, null, 0}
DEBUG 2024-09-20 02:51:01,624 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726768260044/4, BranchId=]
DEBUG 2024-09-20 02:51:01,624 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,640 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,640 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,640 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,641 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,657 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,663 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,678 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,678 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,679 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,679 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,695 [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-09-20 02:51:01,703 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,703 [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-09-20 02:51:01,705 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,705 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,721 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,722 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,722 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,722 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,738 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*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-09-20 02:51:01,746 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,746 [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-09-20 02:51:01,746 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-20 02:51:01,747 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,763 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,763 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,763 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,780 [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-09-20 02:51:01,785 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,785 [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-09-20 02:51:01,786 [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-09-20 02:51:01,787 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,802 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,802 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,802 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,802 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,819 [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-09-20 02:51:01,821 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,823 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,837 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,837 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,837 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,837 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,853 [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-09-20 02:51:01,860 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,860 [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-09-20 02:51:01,862 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,862 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,877 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,877 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,877 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,877 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,894 [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-09-20 02:51:01,902 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,902 [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-09-20 02:51:01,903 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,903 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,919 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,919 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,937 [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-09-20 02:51:01,938 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,938 [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-09-20 02:51:01,940 [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-09-20 02:51:01,940 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,942 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,956 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,956 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,956 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,956 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,972 [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-09-20 02:51:01,973 [main] Physical connection closed
DEBUG 2024-09-20 02:51:01,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:01,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:01,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:01,985 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:01,986 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:01,988 [main] Physical connection got
DEBUG 2024-09-20 02:51:01,988 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,988 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:01,988 [main] Logical connection got, tx=null
WARN  2024-09-20 02:51:01,991 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-20 02:51:01,996 [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-09-20 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:01,997 [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-09-20 02:51:01,999 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-20 02:51:02,000 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,015 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,015 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,015 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,015 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,032 [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-09-20 02:51:02,038 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,040 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,054 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,054 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,054 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,054 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,071 [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-09-20 02:51:02,074 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,075 [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-09-20 02:51:02,075 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,076 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,076 [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-09-20 02:51:02,076 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,076 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,090 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,092 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,092 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,092 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,092 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,109 [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-09-20 02:51:02,112 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,112 [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-09-20 02:51:02,115 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,115 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,115 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-09-20 02:51:02,116 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,116 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,116 [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-09-20 02:51:02,118 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,118 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,118 [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-09-20 02:51:02,119 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,119 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,119 [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-09-20 02:51:02,119 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,120 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,134 [main] Transaction began, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,135 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,135 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,135 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,135 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-20 02:51:02,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,153 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-20 02:51:02,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,153 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-20 02:51:02,154 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,154 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,154 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-20 02:51:02,154 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,154 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1726768260044/5, BranchId=]
DEBUG 2024-09-20 02:51:02,154 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,169 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,169 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,170 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,170 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,186 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,190 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,191 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,193 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,204 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,205 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,205 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,205 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,221 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,225 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,240 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,240 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,241 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,241 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,250 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-20 02:51:02,252 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,253 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,266 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,266 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,266 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,266 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,272 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-20 02:51:02,273 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,288 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,288 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,288 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,288 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,294 [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-09-20 02:51:02,295 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,309 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,309 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,309 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,309 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,315 [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-09-20 02:51:02,316 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,331 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,331 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,331 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,331 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,347 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,348 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,348 [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-09-20 02:51:02,351 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,351 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,352 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,366 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,366 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,366 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,366 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,382 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,383 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,398 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,398 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,398 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,398 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,414 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-20 02:51:02,414 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-20 02:51:02,429 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,429 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,429 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,430 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,445 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-20 02:51:02,446 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.155 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-20 02:51:02,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,492 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,506 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,509 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,509 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,512 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,514 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,516 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,529 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,532 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,532 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,535 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,536 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,537 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,550 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,556 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,556 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,559 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,560 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-20 02:51:02,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,575 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,575 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,575 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,575 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-20 02:51:02,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,590 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,590 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,607 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,607 [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-09-20 02:51:02,610 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,610 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,623 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,623 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,638 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,638 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,639 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,639 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,649 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,653 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,653 [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-09-20 02:51:02,655 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,655 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-20 02:51:02,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,674 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,688 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,699 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,699 [main] Logical connection got, tx=null
WARN  2024-09-20 02:51:02,701 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-20 02:51:02,702 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-20 02:51:02,702 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,703 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,704 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,717 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,720 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,720 [main] Logical connection got, tx=null
WARN  2024-09-20 02:51:02,721 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-20 02:51:02,722 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-20 02:51:02,722 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,722 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,724 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,744 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,748 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-20 02:51:02,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,760 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-20 02:51:02,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,777 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,777 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,778 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,779 [main] Physical connection closed
DEBUG 2024-09-20 02:51:02,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,789 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,789 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,790 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,790 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-20 02:51:02,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-20 02:51:02,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-20 02:51:02,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-20 02:51:02,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-20 02:51:02,804 [main] Physical connection got
DEBUG 2024-09-20 02:51:02,804 [main] Logical connection got, tx=null
DEBUG 2024-09-20 02:51:02,804 [main] Logical connection closed, tx=null
DEBUG 2024-09-20 02:51:02,804 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.291s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.782s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.601s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.109s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Sep 20 02:51:02 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS