Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-10-14 02:50:55,518 [main] Logical connection closed
updatedRows:1
DEBUG 2024-10-14 02:50:55,519 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,519 [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-10-14 02:50:55,522 [main] Logical connection closed
DEBUG 2024-10-14 02:50:55,522 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-14 02:50:55,557 [main] Physical connection got
DEBUG 2024-10-14 02:50:55,558 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,558 [main] Logical connection closed
DEBUG 2024-10-14 02:50:55,558 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,569 [main] Logical connection closed
DEBUG 2024-10-14 02:50:55,570 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,570 [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-10-14 02:50:55,572 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-14 02:50:55.368 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-14 02:50:55,572 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,572 [main] Logical connection closed
DEBUG 2024-10-14 02:50:55,572 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,576 [main] Logical connection closed
DEBUG 2024-10-14 02:50:55,577 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,578 [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-10-14 02:50:55,578 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-14 02:50:55.368 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-14 02:50:55,579 [main] Logical connection got
DEBUG 2024-10-14 02:50:55,579 [main] UPDATE EMP SET tstamp = '2024-10-14 02.50.55', 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-10-14 02.50.55'
DEBUG 2024-10-14 02:50:55,580 [main] Logical connection closed
DEBUG 2024-10-14 02:50:55,580 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-14 02:50:56,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:56,765 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:50:56,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:56,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:56,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:56,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:56,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:56,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:56,905 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:50:57,076 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,077 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,155 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,161 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-14 02:50:57,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,217 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,218 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,218 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,218 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,341 [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-10-14 02:50:57,347 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,363 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,376 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,382 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,382 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,382 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,383 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,426 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,449 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,481 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,482 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,482 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,482 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,523 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,529 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,531 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,559 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,559 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,559 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,559 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,596 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,601 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,628 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,628 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,629 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,629 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,663 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,669 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,671 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,695 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,696 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,696 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,696 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,727 [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-10-14 02:50:57,731 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,757 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,758 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,758 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,758 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,790 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,795 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,821 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,821 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,821 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,821 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,858 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,863 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,886 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,889 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,890 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,890 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,890 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:57,922 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:57,926 [main] Physical connection closed
DEBUG 2024-10-14 02:50:57,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:57,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:57,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:57,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:57,950 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:57,956 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:57,957 [main] Physical connection got
DEBUG 2024-10-14 02:50:57,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:57,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:57,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:57,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:58,012 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:58,015 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-14 02.50.58', 99, 'hoge', 0)
DEBUG 2024-10-14 02:50:58,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:58,021 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728841857956/0, BranchId=]
DEBUG 2024-10-14 02:50:58,021 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,046 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,046 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,078 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,089 [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-10-14 02:50:58,096 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,097 [main] UPDATE EMP SET tstamp = '2024-10-14 02.50.58', 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-10-14 02:50:58,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,098 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728841857956/1, BranchId=]
DEBUG 2024-10-14 02:50:58,099 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,122 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,123 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,168 [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-10-14 02:50:58,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,170 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,171 [main] UPDATE EMP SET tstamp = '2024-10-14 02.50.58', 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-10-14 02:50:58,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,171 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728841857956/2, BranchId=]
DEBUG 2024-10-14 02:50:58,172 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,195 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,196 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,196 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-10-14 02:50:58,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,237 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-14 02:50:58,238 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,238 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728841857956/3, BranchId=]
DEBUG 2024-10-14 02:50:58,238 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,263 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,264 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,264 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,264 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,293 [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-10-14 02:50:58,295 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,326 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,326 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,327 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,327 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,356 [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-10-14 02:50:58,365 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,389 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,389 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,389 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,389 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,417 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,426 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,449 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,449 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,449 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,449 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,481 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,489 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,509 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,510 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,512 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,512 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,512 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,513 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,539 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,548 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,569 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,572 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,572 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,572 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,572 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,599 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,608 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,608 [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-10-14 02:50:58,615 [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-10-14 02:50:58,616 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,635 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,638 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,638 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,638 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,638 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,661 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,669 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,669 [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-10-14 02:50:58,673 [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-10-14 02:50:58,674 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,696 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,696 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,696 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,696 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,723 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,731 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,731 [main] select * from emp
DEBUG 2024-10-14 02:50:58,734 [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-10-14 02:50:58,735 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,755 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,755 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,755 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,755 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,777 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,785 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,785 [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-10-14 02:50:58,788 [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-10-14 02:50:58,789 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,809 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,809 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,809 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,809 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,831 [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-10-14 02:50:58,838 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,858 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,858 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,858 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,858 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,879 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,887 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,888 [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-10-14 02:50:58,890 [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-10-14 02:50:58,891 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,908 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,910 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,910 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,910 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,910 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,931 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,943 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,943 [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-10-14 02:50:58,948 [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-10-14 02:50:58,949 [main] Physical connection closed
DEBUG 2024-10-14 02:50:58,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:58,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:58,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:58,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:58,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:58,969 [main] Physical connection got
DEBUG 2024-10-14 02:50:58,969 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,969 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,969 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,990 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:58,998 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:58,998 [main] select * from emp
DEBUG 2024-10-14 02:50:59,000 [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-10-14 02:50:59,001 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,019 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,019 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,019 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,019 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,040 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,047 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,047 [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-10-14 02:50:59,049 [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-10-14 02:50:59,050 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,069 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,069 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,069 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,069 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,089 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,097 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,097 [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-10-14 02:50:59,099 [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-10-14 02:50:59,099 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,103 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,118 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,118 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,118 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,118 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,138 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,146 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,146 [main] select count(*) from emp
DEBUG 2024-10-14 02:50:59,147 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,148 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,170 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,170 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,170 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,170 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,190 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,199 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,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 empno = 7788
DEBUG 2024-10-14 02:50:59,199 [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-10-14 02:50:59,200 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,209 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,218 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,218 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,218 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,219 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,239 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,247 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,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-10-14 02:50:59,248 [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-10-14 02:50:59,248 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,267 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,267 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,267 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,267 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,288 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,295 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,295 [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-10-14 02:50:59,296 [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-10-14 02:50:59,296 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,315 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,315 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,315 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,315 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,336 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,343 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,343 [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-10-14 02:50:59,344 [main] Logical connection closed, tx=null
[Ljava.util.Map;@6ec5122f
DEBUG 2024-10-14 02:50:59,344 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,362 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,362 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,362 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,362 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,382 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,389 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,389 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-10-14 02:50:59,391 [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-10-14 02:50:59,392 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,410 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,410 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,410 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,410 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,429 [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-10-14 02:50:59,438 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,438 [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-10-14 02:50:59,442 [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-10-14 02:50:59,442 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,460 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,460 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,460 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,461 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,480 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,484 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,484 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:50:59,484 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,484 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,502 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,502 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,502 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,502 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,522 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,525 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,525 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:50:59,525 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,525 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,544 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,544 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,544 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,544 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,557 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,558 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,558 [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-10-14 02:50:59,559 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-14 02:50:59,560 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,579 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,580 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,580 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,580 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,592 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,593 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,593 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-14 02:50:59,593 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-14 02:50:59,594 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,609 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,611 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,612 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,638 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,638 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-14 02.50.59', 9999, 'test', 50)
DEBUG 2024-10-14 02:50:59,638 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,638 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,638 [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-10-14 02:50:59,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/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-10-14 02:50:59,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,640 [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-10-14 02:50:59,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-14 02:50:59.638 {50, null, null, 0}
DEBUG 2024-10-14 02:50:59,641 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728841857956/4, BranchId=]
DEBUG 2024-10-14 02:50:59,641 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,659 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,659 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,659 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,659 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,679 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,685 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,703 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,703 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,703 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,703 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,722 [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-10-14 02:50:59,731 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,731 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-10-14 02:50:59,733 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,733 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,750 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,750 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,750 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,750 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,769 [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-10-14 02:50:59,778 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,778 [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-10-14 02:50:59,779 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-14 02:50:59,779 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,797 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,797 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,797 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,797 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,816 [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-10-14 02:50:59,821 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,821 [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-10-14 02:50:59,823 [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-10-14 02:50:59,823 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,840 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,840 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,841 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,841 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,858 [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-10-14 02:50:59,861 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,878 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,878 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,878 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,879 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,897 [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-10-14 02:50:59,903 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,904 [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-10-14 02:50:59,906 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,906 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,923 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,923 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,923 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,923 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,941 [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-10-14 02:50:59,951 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,951 [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-10-14 02:50:59,952 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,952 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:50:59,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:50:59,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,970 [main] Physical connection got
DEBUG 2024-10-14 02:50:59,970 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,970 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:50:59,970 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,990 [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-10-14 02:50:59,990 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:50:59,991 [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-10-14 02:50:59,992 [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-10-14 02:50:59,993 [main] Physical connection closed
DEBUG 2024-10-14 02:50:59,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:50:59,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:50:59,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:50:59,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,010 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,010 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,010 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,010 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,027 [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-10-14 02:51:00,028 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,045 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,046 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,046 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,046 [main] Logical connection got, tx=null
WARN  2024-10-14 02:51:00,049 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-14 02:51:00,054 [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-10-14 02:51:00,055 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,055 [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-10-14 02:51:00,057 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-14 02:51:00,057 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,074 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,074 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,093 [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-10-14 02:51:00,101 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,121 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,121 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,122 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,122 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,141 [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-10-14 02:51:00,145 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,146 [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-10-14 02:51:00,146 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,147 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,147 [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-10-14 02:51:00,147 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,147 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,152 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,165 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,165 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,165 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,165 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,187 [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-10-14 02:51:00,190 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,190 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-10-14 02:51:00,193 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,193 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,193 [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-10-14 02:51:00,194 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,194 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,194 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-10-14 02:51:00,197 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,197 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,197 [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-10-14 02:51:00,198 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,198 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,198 [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-10-14 02:51:00,198 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,199 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,215 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,216 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-14 02:51:00,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,235 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:51:00,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,236 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,236 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-14 02:51:00,236 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,236 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,236 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:51:00,236 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,236 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728841857956/5, BranchId=]
DEBUG 2024-10-14 02:51:00,237 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,254 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,254 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,254 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,254 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,272 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,276 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,277 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,292 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,292 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,293 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,293 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,311 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,316 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,333 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,333 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,333 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,333 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,343 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-14 02:51:00,345 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,359 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,361 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,361 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,361 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,361 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,368 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-14 02:51:00,370 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,382 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,385 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,385 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,386 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,386 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,392 [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-10-14 02:51:00,394 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,410 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,410 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,417 [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-10-14 02:51:00,418 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,434 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,434 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,435 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,435 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,453 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,454 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,454 [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-10-14 02:51:00,457 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,457 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,474 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,474 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,474 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,474 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,492 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,493 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,495 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,509 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,510 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,510 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,528 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-14 02:51:00,528 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:51:00,545 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,545 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,545 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,545 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,563 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-14 02:51:00,564 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 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.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-14 02:51:00,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,614 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,629 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,632 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,632 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,637 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,639 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,641 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,656 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,658 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,658 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,663 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,663 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,664 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,685 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,687 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,687 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,692 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,692 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-14 02:51:00,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,708 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,708 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,708 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,708 [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-10-14 02:51:00,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,724 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,724 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,742 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,742 [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-10-14 02:51:00,745 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,745 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,758 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,758 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,775 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,775 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,776 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,776 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,787 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,791 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,791 [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-10-14 02:51:00,793 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,793 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-10-14 02:51:00,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,812 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,827 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,838 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,838 [main] Logical connection got, tx=null
WARN  2024-10-14 02:51:00,840 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-10-14 02:51:00,841 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-14 02:51:00,841 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,842 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,843 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,857 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,860 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,860 [main] Logical connection got, tx=null
WARN  2024-10-14 02:51:00,862 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-10-14 02:51:00,863 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-14 02:51:00,863 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,863 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,865 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,879 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,883 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:51:00,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,897 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-14 02:51:00,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,916 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,917 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,917 [main] Physical connection closed
DEBUG 2024-10-14 02:51:00,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,930 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,930 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,931 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,931 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-14 02:51:00,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-14 02:51:00,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:51:00,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:51:00,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:51:00,946 [main] Physical connection got
DEBUG 2024-10-14 02:51:00,946 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:51:00,946 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:51:00,947 [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.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.322s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.672s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.579s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.365s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Oct 14 02:51:01 JST 2024
[INFO] Final Memory: 30M/405M
[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