Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-27 02:50:57,665 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-27 02:50:57,666 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,666 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-09-27 02:50:57,669 [main] Logical connection closed
DEBUG 2024-09-27 02:50:57,670 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-27 02:50:57,705 [main] Physical connection got
DEBUG 2024-09-27 02:50:57,705 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,706 [main] Logical connection closed
DEBUG 2024-09-27 02:50:57,706 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,717 [main] Logical connection closed
DEBUG 2024-09-27 02:50:57,718 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,718 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-09-27 02:50:57,719 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-27 02:50:57.512 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-27 02:50:57,720 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,720 [main] Logical connection closed
DEBUG 2024-09-27 02:50:57,720 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,724 [main] Logical connection closed
DEBUG 2024-09-27 02:50:57,725 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,725 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-27 02:50:57,726 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-27 02:50:57.512 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-27 02:50:57,727 [main] Logical connection got
DEBUG 2024-09-27 02:50:57,727 [main] UPDATE EMP SET tstamp = '2024-09-27 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-09-27 02.50.57'
DEBUG 2024-09-27 02:50:57,728 [main] Logical connection closed
DEBUG 2024-09-27 02:50:57,728 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-27 02:50:58,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:58,933 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:50:58,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:58,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:58,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:58,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,081 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-27 02:50:59,257 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,257 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,336 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,341 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-27 02:50:59,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,355 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,396 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,396 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,397 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,397 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,515 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-09-27 02:50:59,520 [main] Physical connection closed
DEBUG 2024-09-27 02:50:59,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,523 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,552 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,552 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,553 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,593 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,617 [main] Physical connection closed
DEBUG 2024-09-27 02:50:59,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,650 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,651 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,651 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,651 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,698 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,704 [main] Physical connection closed
DEBUG 2024-09-27 02:50:59,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,731 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,732 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,732 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,732 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,769 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,775 [main] Physical connection closed
DEBUG 2024-09-27 02:50:59,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,801 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,801 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,801 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,802 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,835 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,840 [main] Physical connection closed
DEBUG 2024-09-27 02:50:59,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,842 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,861 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,862 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,865 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,866 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,866 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,866 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,900 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-09-27 02:50:59,904 [main] Physical connection closed
DEBUG 2024-09-27 02:50:59,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,929 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,929 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,929 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,930 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,963 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,969 [main] Physical connection closed
DEBUG 2024-09-27 02:50:59,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:50:59,971 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:50:59,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:50:59,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:50:59,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:50:59,994 [main] Physical connection got
DEBUG 2024-09-27 02:50:59,995 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:50:59,995 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:50:59,995 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,035 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,040 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,064 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,064 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,064 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,064 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,096 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,101 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,122 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,127 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,129 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,130 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,159 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,182 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,185 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-27 02.51.00', 99, 'hoge', 0)
DEBUG 2024-09-27 02:51:00,190 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,190 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727373060127/0, BranchId=]
DEBUG 2024-09-27 02:51:00,191 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,214 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,214 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-27 02:51:00,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,263 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,263 [main] UPDATE EMP SET tstamp = '2024-09-27 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-27 02:51:00,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,264 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727373060127/1, BranchId=]
DEBUG 2024-09-27 02:51:00,264 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,285 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,288 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,288 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,334 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-27 02:51:00,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,337 [main] UPDATE EMP SET tstamp = '2024-09-27 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-09-27 02:51:00,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,337 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727373060127/2, BranchId=]
DEBUG 2024-09-27 02:51:00,337 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,360 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,360 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,397 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-27 02:51:00,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,400 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-27 02:51:00,400 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,400 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727373060127/3, BranchId=]
DEBUG 2024-09-27 02:51:00,400 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,419 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,426 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,426 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,426 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,426 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,452 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-09-27 02:51:00,453 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,483 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,483 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,484 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,509 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-09-27 02:51:00,518 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,537 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,540 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,540 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,541 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,541 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,565 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,573 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,595 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,595 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,595 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,595 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,623 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,631 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,652 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,652 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,652 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,652 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,675 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,684 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,703 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,704 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,704 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,704 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,727 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,735 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,735 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-27 02:51:00,742 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-27 02:51:00,743 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,745 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,763 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,763 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,764 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,786 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,795 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-27 02:51:00,799 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-27 02:51:00,800 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,821 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,821 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,821 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,821 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,843 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,861 [main] select * from emp
DEBUG 2024-09-27 02:51:00,864 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-27 02:51:00,865 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,883 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,885 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,886 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,886 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,886 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,909 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,917 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,917 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-27 02:51:00,921 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-27 02:51:00,922 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,943 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,943 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,943 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,943 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,966 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-09-27 02:51:00,974 [main] Physical connection closed
DEBUG 2024-09-27 02:51:00,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:00,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:00,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:00,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:00,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:00,994 [main] Physical connection got
DEBUG 2024-09-27 02:51:00,994 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:00,994 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:00,994 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,016 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,024 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,024 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-27 02:51:01,026 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-27 02:51:01,028 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,043 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,047 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,048 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,048 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,048 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,069 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,078 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,078 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-27 02:51:01,083 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-27 02:51:01,084 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,104 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,104 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,104 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,105 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,127 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,136 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,136 [main] select * from emp
DEBUG 2024-09-27 02:51:01,137 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-27 02:51:01,139 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,159 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,159 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,159 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,159 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,185 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,195 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,195 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-27 02:51:01,198 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-27 02:51:01,199 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,223 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,223 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,223 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,223 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,249 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,259 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,259 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-27 02:51:01,262 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-27 02:51:01,262 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,285 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,285 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,285 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,286 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,311 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,320 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,320 [main] select count(*) from emp
DEBUG 2024-09-27 02:51:01,322 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,322 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,353 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,353 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,353 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,353 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,374 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,382 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,383 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-27 02:51:01,383 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-09-27 02:51:01,384 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,404 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,404 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,404 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,404 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,425 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,433 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,433 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-27 02:51:01,434 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-09-27 02:51:01,434 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,454 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,454 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,454 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,454 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,475 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,482 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,482 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-27 02:51:01,483 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-09-27 02:51:01,483 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,502 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,502 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,503 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,503 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,523 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,531 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,531 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-27 02:51:01,532 [main] Logical connection closed, tx=null
[Ljava.util.Map;@64d22462
DEBUG 2024-09-27 02:51:01,532 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,551 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,551 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,551 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,552 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,581 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,588 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,588 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-09-27 02:51:01,590 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-09-27 02:51:01,591 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,609 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,609 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,609 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,610 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,632 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-09-27 02:51:01,639 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,639 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-09-27 02:51:01,643 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-27 02:51:01,644 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,663 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,663 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,663 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,683 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,687 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,687 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-27 02:51:01,688 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,688 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,690 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,707 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,707 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,707 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,707 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,728 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,732 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,732 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-27 02:51:01,732 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,732 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,749 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,751 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,752 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,752 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,752 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,766 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,767 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,767 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-09-27 02:51:01,768 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-27 02:51:01,769 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,787 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,787 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,787 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,788 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,806 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,807 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,807 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-27 02:51:01,808 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-27 02:51:01,809 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,824 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,827 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,827 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,848 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,855 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,856 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-27 02.51.01', 9999, 'test', 50)
DEBUG 2024-09-27 02:51:01,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,856 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,856 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-27 02:51:01,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-27 02:51:01,859 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,859 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-09-27 02:51:01,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-27 02:51:01.855 {50, null, null, 0}
DEBUG 2024-09-27 02:51:01,860 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727373060127/4, BranchId=]
DEBUG 2024-09-27 02:51:01,860 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,878 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,878 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,879 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,879 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,899 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,906 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,923 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,924 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,924 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,924 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,944 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:01,953 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,953 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-27 02:51:01,956 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,956 [main] Physical connection closed
DEBUG 2024-09-27 02:51:01,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:01,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:01,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:01,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:01,972 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:01,974 [main] Physical connection got
DEBUG 2024-09-27 02:51:01,974 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,975 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:01,975 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:01,994 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:02,004 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,004 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-09-27 02:51:02,004 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-27 02:51:02,005 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,007 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,023 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,024 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,024 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,024 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,043 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:02,048 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,048 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-09-27 02:51:02,050 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-27 02:51:02,050 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,068 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,068 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,068 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,068 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,087 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-09-27 02:51:02,090 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,108 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,108 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,108 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,108 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,127 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-27 02:51:02,134 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,135 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-27 02:51:02,137 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,137 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,155 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,155 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,155 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,156 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,175 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-27 02:51:02,182 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,182 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-09-27 02:51:02,183 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,183 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,205 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,205 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,206 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,206 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,233 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:02,234 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,235 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-09-27 02:51:02,237 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-09-27 02:51:02,239 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,266 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,266 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,266 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,266 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,285 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:02,286 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,304 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,304 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,304 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,304 [main] Logical connection got, tx=null
WARN  2024-09-27 02:51:02,308 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-27 02:51:02,323 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-27 02:51:02,324 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,324 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-27 02:51:02,327 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-27 02:51:02,331 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,389 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,389 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,389 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,389 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,412 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:02,421 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,442 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,442 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,443 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,443 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,465 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-09-27 02:51:02,470 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,470 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-09-27 02:51:02,471 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,471 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,472 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-09-27 02:51:02,472 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,473 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,482 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,492 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,492 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,493 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,493 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,517 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-09-27 02:51:02,520 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,520 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-09-27 02:51:02,524 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,524 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,524 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-09-27 02:51:02,525 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,525 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,525 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-09-27 02:51:02,527 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,528 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,528 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-27 02:51:02,529 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,529 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,529 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-27 02:51:02,530 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,530 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,532 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,549 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,550 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,550 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,550 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-27 02:51:02,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,582 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-27 02:51:02,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,583 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-27 02:51:02,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,583 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-27 02:51:02,584 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,584 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727373060127/5, BranchId=]
DEBUG 2024-09-27 02:51:02,584 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,586 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,604 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,604 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,604 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,604 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,628 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,633 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,652 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,652 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,652 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,652 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,680 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,686 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,705 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,705 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,706 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,706 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,714 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-27 02:51:02,716 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,719 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,739 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,739 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,739 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,739 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,747 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-27 02:51:02,749 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,766 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,768 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,768 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,768 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,769 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,777 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:02,786 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,802 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,802 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,802 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,802 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,809 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-09-27 02:51:02,811 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,827 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,828 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,828 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,828 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,846 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,847 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,847 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-27 02:51:02,850 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,851 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,865 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,868 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,868 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,868 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,868 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,887 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,888 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,889 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,904 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,904 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,904 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,905 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,926 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-27 02:51:02,927 [main] Physical connection closed
DEBUG 2024-09-27 02:51:02,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:02,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:02,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:02,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:02,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-27 02:51:02,943 [main] Physical connection got
DEBUG 2024-09-27 02:51:02,944 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,944 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:02,944 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:02,963 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-27 02:51:02,965 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.623 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-27 02:51:03,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,023 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,038 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,041 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,041 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,045 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,048 [main] Physical connection closed
DEBUG 2024-09-27 02:51:03,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,049 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,080 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,082 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,083 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,087 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,087 [main] Physical connection closed
DEBUG 2024-09-27 02:51:03,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,089 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,104 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,107 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,107 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,111 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,112 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-27 02:51:03,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,128 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,129 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,130 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,130 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-27 02:51:03,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,146 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,146 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,165 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,165 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-09-27 02:51:03,170 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,170 [main] Physical connection closed
DEBUG 2024-09-27 02:51:03,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,184 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,184 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,203 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,203 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,204 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,204 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,216 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,221 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,221 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-27 02:51:03,224 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,224 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-27 02:51:03,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,246 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,261 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,274 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,274 [main] Logical connection got, tx=null
WARN  2024-09-27 02:51:03,276 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-27 02:51:03,277 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-27 02:51:03,278 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,278 [main] Physical connection closed
DEBUG 2024-09-27 02:51:03,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,280 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,295 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,298 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,298 [main] Logical connection got, tx=null
WARN  2024-09-27 02:51:03,301 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-27 02:51:03,302 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-27 02:51:03,302 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,302 [main] Physical connection closed
DEBUG 2024-09-27 02:51:03,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,304 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,319 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,324 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-27 02:51:03,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,338 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-27 02:51:03,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,358 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,358 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,359 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,360 [main] Physical connection closed
DEBUG 2024-09-27 02:51:03,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,372 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,373 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,374 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,374 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-27 02:51:03,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-27 02:51:03,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-27 02:51:03,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-27 02:51:03,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-27 02:51:03,396 [main] Physical connection got
DEBUG 2024-09-27 02:51:03,397 [main] Logical connection got, tx=null
DEBUG 2024-09-27 02:51:03,397 [main] Logical connection closed, tx=null
DEBUG 2024-09-27 02:51:03,397 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.344s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.701s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.602s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.691s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Sep 27 02:51:03 JST 2024
[INFO] Final Memory: 29M/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