Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-29 02:50:58,643 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-29 02:50:58,644 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,644 [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-29 02:50:58,647 [main] Logical connection closed
DEBUG 2024-09-29 02:50:58,647 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-29 02:50:58,683 [main] Physical connection got
DEBUG 2024-09-29 02:50:58,683 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,683 [main] Logical connection closed
DEBUG 2024-09-29 02:50:58,683 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,694 [main] Logical connection closed
DEBUG 2024-09-29 02:50:58,695 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,695 [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-29 02:50:58,697 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-29 02:50:58.476 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-29 02:50:58,697 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,697 [main] Logical connection closed
DEBUG 2024-09-29 02:50:58,697 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,701 [main] Logical connection closed
DEBUG 2024-09-29 02:50:58,702 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,703 [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-29 02:50:58,703 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-29 02:50:58.476 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-29 02:50:58,704 [main] Logical connection got
DEBUG 2024-09-29 02:50:58,705 [main] UPDATE EMP SET tstamp = '2024-09-29 02.50.58', 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-29 02.50.58'
DEBUG 2024-09-29 02:50:58,705 [main] Logical connection closed
DEBUG 2024-09-29 02:50:58,706 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-29 02:50:59,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:50:59,885 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:50:59,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:50:59,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:50:59,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:50:59,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:50:59,991 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:50:59,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,022 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-29 02:51:00,201 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,201 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,280 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,286 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-29 02:51:00,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,299 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,343 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,344 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,344 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,344 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,465 [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-29 02:51:00,471 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,498 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,503 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,503 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,503 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,504 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,542 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,565 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,596 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,596 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,596 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,596 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,640 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,645 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,675 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,675 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,676 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,676 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,711 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,716 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,719 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,740 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,743 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,743 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,744 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,744 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,780 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,785 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,811 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,811 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,811 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,811 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,845 [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-29 02:51:00,849 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,871 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,874 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,874 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,874 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,875 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,908 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,913 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:00,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,938 [main] Physical connection got
DEBUG 2024-09-29 02:51:00,938 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,938 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,938 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:00,976 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:00,981 [main] Physical connection closed
DEBUG 2024-09-29 02:51:00,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:00,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:00,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:00,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:00,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,005 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,005 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,006 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,006 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,038 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,044 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,070 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,072 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,073 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,103 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,126 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,128 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-29 02.51.01', 99, 'hoge', 0)
DEBUG 2024-09-29 02:51:01,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,134 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727545861070/0, BranchId=]
DEBUG 2024-09-29 02:51:01,134 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,157 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,158 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,158 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,187 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,199 [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-29 02:51:01,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,207 [main] UPDATE EMP SET tstamp = '2024-09-29 02.51.01', 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-29 02:51:01,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,208 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727545861070/1, BranchId=]
DEBUG 2024-09-29 02:51:01,208 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,230 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,231 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,266 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,266 [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-29 02:51:01,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,269 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,269 [main] UPDATE EMP SET tstamp = '2024-09-29 02.51.01', 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-29 02:51:01,269 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,270 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727545861070/2, BranchId=]
DEBUG 2024-09-29 02:51:01,270 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,297 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,297 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,322 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,331 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-29 02:51:01,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,333 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-29 02:51:01,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,334 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727545861070/3, BranchId=]
DEBUG 2024-09-29 02:51:01,334 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,358 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,358 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,358 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,359 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,383 [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-29 02:51:01,384 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,413 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,413 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,414 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,414 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,438 [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-29 02:51:01,446 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,464 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,467 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,467 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,467 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,467 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,489 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,497 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,517 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,517 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,517 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,517 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,543 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,551 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,571 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,571 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,571 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,572 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,594 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,602 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,622 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,623 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,623 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,623 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,645 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,653 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,654 [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-29 02:51:01,661 [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-29 02:51:01,662 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,682 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,682 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,683 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,683 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,705 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,713 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,713 [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-29 02:51:01,717 [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-29 02:51:01,718 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,738 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,738 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,739 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,739 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,760 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,771 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,772 [main] select * from emp
DEBUG 2024-09-29 02:51:01,774 [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-29 02:51:01,776 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,795 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,795 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,796 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,796 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,817 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,824 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,824 [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-29 02:51:01,828 [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-29 02:51:01,829 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,849 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,849 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,849 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,850 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,871 [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-29 02:51:01,879 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,898 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,898 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,898 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,899 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,919 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,927 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,927 [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-29 02:51:01,930 [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-29 02:51:01,931 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:01,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:01,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,951 [main] Physical connection got
DEBUG 2024-09-29 02:51:01,951 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,951 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,951 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,972 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:01,980 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:01,980 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-29 02:51:01,990 [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-29 02:51:01,991 [main] Physical connection closed
DEBUG 2024-09-29 02:51:01,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:01,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:01,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:01,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,008 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,011 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,011 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,011 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,011 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,033 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,041 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,041 [main] select * from emp
DEBUG 2024-09-29 02:51:02,042 [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-29 02:51:02,044 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,063 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,063 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,063 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,063 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,084 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,093 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,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 order by empno
DEBUG 2024-09-29 02:51:02,095 [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-29 02:51:02,096 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,113 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,115 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,115 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,115 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,115 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,137 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,145 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,145 [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-29 02:51:02,147 [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-29 02:51:02,148 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,166 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,167 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,167 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,167 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,187 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,195 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,195 [main] select count(*) from emp
DEBUG 2024-09-29 02:51:02,196 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,196 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,198 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,218 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,218 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,219 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,219 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,238 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,247 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,247 [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-29 02:51:02,248 [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-29 02:51:02,248 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,266 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,266 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,267 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,267 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,286 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,294 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,294 [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-29 02:51:02,295 [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-29 02:51:02,295 [main] Physical connection closed
DEBUG 2024-09-29 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-29 02:51:02,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,314 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,314 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,314 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,314 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,334 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,341 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,341 [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-29 02:51:02,342 [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-29 02:51:02,342 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,360 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,361 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,361 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,361 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,381 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,388 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,388 [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-29 02:51:02,389 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7979a49f
DEBUG 2024-09-29 02:51:02,389 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,405 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,407 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,407 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,408 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,408 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,428 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,435 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,435 [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-29 02:51:02,437 [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-29 02:51:02,438 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,454 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,456 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,456 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,456 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,457 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,477 [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-29 02:51:02,485 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,485 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-09-29 02:51:02,489 [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-29 02:51:02,489 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,510 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,510 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,510 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,510 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,530 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,533 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,534 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-29 02:51:02,534 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,534 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,553 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,553 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,553 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,553 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,576 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,580 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,580 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-29 02:51:02,581 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,581 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,603 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,604 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,604 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,604 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,620 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,620 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,621 [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-29 02:51:02,622 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-29 02:51:02,623 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,646 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,646 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,646 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,646 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,658 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,658 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,658 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-29 02:51:02,659 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-29 02:51:02,660 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,677 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,678 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,678 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,678 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,703 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-29 02.51.02', 9999, 'test', 50)
DEBUG 2024-09-29 02:51:02,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,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  EMP.empno = 7369
DEBUG 2024-09-29 02:51:02,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/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-29 02:51:02,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,706 [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-29 02:51:02,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-29 02:51:02.702 {50, null, null, 0}
DEBUG 2024-09-29 02:51:02,707 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727545861070/4, BranchId=]
DEBUG 2024-09-29 02:51:02,707 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,724 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,724 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,725 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,725 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,742 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,748 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,766 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,766 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,766 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,766 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,784 [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-29 02:51:02,792 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,792 [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-29 02:51:02,795 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,795 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,804 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,804 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,812 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,813 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,813 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,813 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,829 [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-29 02:51:02,838 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,838 [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-29 02:51:02,839 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-29 02:51:02,839 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,857 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,857 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,858 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,858 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,874 [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-29 02:51:02,879 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,879 [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-29 02:51:02,881 [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-29 02:51:02,881 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,898 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,898 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,899 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,899 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,914 [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-29 02:51:02,917 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,935 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,935 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,935 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,935 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,951 [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-29 02:51:02,958 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,958 [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-29 02:51:02,960 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,960 [main] Physical connection closed
DEBUG 2024-09-29 02:51:02,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:02,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:02,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:02,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:02,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:02,978 [main] Physical connection got
DEBUG 2024-09-29 02:51:02,978 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,978 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:02,978 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:02,994 [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-29 02:51:03,003 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,003 [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-29 02:51:03,004 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,004 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,022 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,022 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,022 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,022 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,040 [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-29 02:51:03,041 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,042 [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-29 02:51:03,043 [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-29 02:51:03,044 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,061 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,061 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,061 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,061 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,077 [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-29 02:51:03,078 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,095 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,095 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,096 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,096 [main] Logical connection got, tx=null
WARN  2024-09-29 02:51:03,099 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-29 02:51:03,104 [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-29 02:51:03,104 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,105 [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-29 02:51:03,107 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-29 02:51:03,107 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,124 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,124 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,124 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,124 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,142 [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-29 02:51:03,148 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,165 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,165 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,166 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,166 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,183 [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-29 02:51:03,187 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,187 [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-29 02:51:03,188 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,188 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,188 [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-29 02:51:03,189 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,189 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,191 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,193 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,206 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,206 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,206 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,207 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,223 [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-29 02:51:03,226 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,227 [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-29 02:51:03,230 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,230 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,230 [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-29 02:51:03,231 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,231 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,232 [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-29 02:51:03,233 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,234 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,234 [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-29 02:51:03,234 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,235 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-29 02:51:03,235 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,236 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,252 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,252 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,253 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,253 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,253 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,270 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-29 02:51:03,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,271 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-29 02:51:03,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,272 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,272 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-29 02:51:03,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,272 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,272 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-29 02:51:03,273 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,273 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727545861070/5, BranchId=]
DEBUG 2024-09-29 02:51:03,273 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,290 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,290 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,290 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,291 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,308 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,311 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,328 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,328 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,328 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,329 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,346 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,351 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,352 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,368 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,368 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,368 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,368 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,374 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-29 02:51:03,381 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,397 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,397 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,397 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,397 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,404 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-29 02:51:03,405 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,421 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,422 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,422 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,422 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,428 [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-29 02:51:03,430 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,446 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,446 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,446 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,446 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,452 [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-29 02:51:03,454 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,466 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,470 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,470 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,470 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,470 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,486 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,487 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,488 [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-29 02:51:03,491 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,491 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,505 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,508 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,508 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,508 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,508 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,524 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,525 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,541 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,541 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,542 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,542 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,558 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-29 02:51:03,559 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-29 02:51:03,575 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,575 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,575 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,576 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,591 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-29 02:51:03,592 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.305 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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-29 02:51:03,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,641 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,656 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,659 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,659 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,662 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,665 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,666 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,681 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,684 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,684 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,687 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,688 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,690 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,704 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,707 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,707 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,716 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,717 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-29 02:51:03,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,732 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,732 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,733 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,733 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-29 02:51:03,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,747 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,747 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,763 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,763 [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-29 02:51:03,766 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,766 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,778 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,778 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,794 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,794 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,794 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,794 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,810 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,815 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,815 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-29 02:51:03,817 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,817 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 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-29 02:51:03,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,836 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,851 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,862 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,862 [main] Logical connection got, tx=null
WARN  2024-09-29 02:51:03,864 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-29 02:51:03,864 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-29 02:51:03,865 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,865 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,866 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,880 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,883 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,883 [main] Logical connection got, tx=null
WARN  2024-09-29 02:51:03,885 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-29 02:51:03,886 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-29 02:51:03,886 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,886 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,887 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,894 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,902 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,906 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-29 02:51:03,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,919 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-29 02:51:03,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,938 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,938 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,939 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,939 [main] Physical connection closed
DEBUG 2024-09-29 02:51:03,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,951 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,951 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,952 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,952 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-29 02:51:03,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-29 02:51:03,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-29 02:51:03,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-29 02:51:03,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-29 02:51:03,966 [main] Physical connection got
DEBUG 2024-09-29 02:51:03,966 [main] Logical connection got, tx=null
DEBUG 2024-09-29 02:51:03,967 [main] Logical connection closed, tx=null
DEBUG 2024-09-29 02:51:03,967 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.321s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.714s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.601s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.241s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Sep 29 02:51:04 JST 2024
[INFO] Final Memory: 27M/411M
[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