Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-06-27 02:50:55,729 [main] Logical connection closed
updatedRows:1
DEBUG 2024-06-27 02:50:55,730 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,731 [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-06-27 02:50:55,735 [main] Logical connection closed
DEBUG 2024-06-27 02:50:55,735 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-06-27 02:50:55,773 [main] Physical connection got
DEBUG 2024-06-27 02:50:55,773 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,773 [main] Logical connection closed
DEBUG 2024-06-27 02:50:55,773 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,787 [main] Logical connection closed
DEBUG 2024-06-27 02:50:55,787 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,788 [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-06-27 02:50:55,789 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-27 02:50:55.573 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-27 02:50:55,790 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,790 [main] Logical connection closed
DEBUG 2024-06-27 02:50:55,790 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,794 [main] Logical connection closed
DEBUG 2024-06-27 02:50:55,795 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,795 [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-06-27 02:50:55,796 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-27 02:50:55.573 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-27 02:50:55,797 [main] Logical connection got
DEBUG 2024-06-27 02:50:55,797 [main] UPDATE EMP SET tstamp = '2024-06-27 02.50.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-06-27 02.50.55'
DEBUG 2024-06-27 02:50:55,798 [main] Logical connection closed
DEBUG 2024-06-27 02:50:55,798 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 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-06-27 02:50:56,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:56,999 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:50:57,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,142 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:50:57,328 [main] Physical connection got
DEBUG 2024-06-27 02:50:57,328 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,431 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,438 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-27 02:50:57,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:57,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,490 [main] Physical connection got
DEBUG 2024-06-27 02:50:57,490 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,490 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,491 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,603 [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-06-27 02:50:57,608 [main] Physical connection closed
DEBUG 2024-06-27 02:50:57,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:57,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,637 [main] Physical connection got
DEBUG 2024-06-27 02:50:57,637 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,637 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,637 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,678 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,701 [main] Physical connection closed
DEBUG 2024-06-27 02:50:57,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:57,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,709 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,731 [main] Physical connection got
DEBUG 2024-06-27 02:50:57,732 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,732 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,732 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,776 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,782 [main] Physical connection closed
DEBUG 2024-06-27 02:50:57,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:57,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,808 [main] Physical connection got
DEBUG 2024-06-27 02:50:57,808 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,808 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,808 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,844 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,849 [main] Physical connection closed
DEBUG 2024-06-27 02:50:57,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:57,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,875 [main] Physical connection got
DEBUG 2024-06-27 02:50:57,875 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,876 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,876 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,909 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,915 [main] Physical connection closed
DEBUG 2024-06-27 02:50:57,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:57,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,937 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,940 [main] Physical connection got
DEBUG 2024-06-27 02:50:57,940 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,940 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:57,940 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:57,972 [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-06-27 02:50:57,976 [main] Physical connection closed
DEBUG 2024-06-27 02:50:57,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:57,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:57,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:57,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:57,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:57,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,001 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,001 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,001 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,001 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,033 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,038 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,064 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,064 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,064 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,064 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,101 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,106 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,129 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,130 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,130 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,130 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,160 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,165 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,191 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,193 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,194 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,194 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,194 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,248 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-27 02.50.58', 99, 'hoge', 0)
DEBUG 2024-06-27 02:50:58,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,254 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424258191/0, BranchId=]
DEBUG 2024-06-27 02:50:58,255 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,277 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,278 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,307 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,317 [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-06-27 02:50:58,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,325 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,325 [main] UPDATE EMP SET tstamp = '2024-06-27 02.50.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-27 02:50:58,326 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,326 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424258191/1, BranchId=]
DEBUG 2024-06-27 02:50:58,326 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,349 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,349 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,349 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,350 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,350 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,376 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,385 [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-06-27 02:50:58,392 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,393 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,393 [main] UPDATE EMP SET tstamp = '2024-06-27 02.50.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-06-27 02:50:58,394 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,394 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424258191/2, BranchId=]
DEBUG 2024-06-27 02:50:58,394 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,416 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,416 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,416 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,417 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,443 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,451 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,451 [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-06-27 02:50:58,453 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,454 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,454 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-27 02:50:58,454 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,454 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424258191/3, BranchId=]
DEBUG 2024-06-27 02:50:58,455 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,478 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,478 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,478 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,478 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,501 [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-06-27 02:50:58,503 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,533 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,533 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,533 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,533 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,556 [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-06-27 02:50:58,565 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,586 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,586 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,586 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,586 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,608 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,616 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,634 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,636 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,636 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,636 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,637 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,661 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,669 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,688 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,689 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,689 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,689 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,710 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,718 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,738 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,738 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,738 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,738 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,759 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,766 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,766 [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-06-27 02:50:58,774 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-06-27 02:50:58,775 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,795 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,795 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,795 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,795 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,816 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,823 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,823 [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-06-27 02:50:58,828 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-06-27 02:50:58,829 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,848 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,848 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,848 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,849 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,868 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,881 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,882 [main] select * from emp
DEBUG 2024-06-27 02:50:58,885 [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-06-27 02:50:58,886 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,904 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,904 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,905 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,905 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,925 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,932 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,933 [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-06-27 02:50:58,936 [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-06-27 02:50:58,937 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,956 [main] Physical connection got
DEBUG 2024-06-27 02:50:58,956 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,956 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:58,957 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:58,976 [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-06-27 02:50:58,984 [main] Physical connection closed
DEBUG 2024-06-27 02:50:58,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:58,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:58,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:58,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:58,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:58,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,000 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,002 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,002 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,002 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,003 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,022 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,030 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,030 [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-06-27 02:50:59,032 [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-06-27 02:50:59,033 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,051 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,051 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,052 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,052 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,071 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,078 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,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-06-27 02:50:59,088 [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-06-27 02:50:59,089 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,107 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,107 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,107 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,107 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,126 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,134 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,134 [main] select * from emp
DEBUG 2024-06-27 02:50:59,136 [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-06-27 02:50:59,137 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,152 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,154 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,154 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,154 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,154 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,173 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,181 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,181 [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-06-27 02:50:59,182 [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-06-27 02:50:59,184 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,201 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,201 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,201 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,201 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,220 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,227 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,227 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-27 02:50:59,229 [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-06-27 02:50:59,229 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,246 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,246 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,246 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,246 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,265 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,272 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,273 [main] select count(*) from emp
DEBUG 2024-06-27 02:50:59,274 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,274 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,293 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,295 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,295 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,295 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,295 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,314 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,322 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,322 [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-06-27 02:50:59,323 [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-06-27 02:50:59,323 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,340 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,340 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,340 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,340 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,359 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,366 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,366 [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-06-27 02:50:59,367 [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-06-27 02:50:59,367 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,384 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,384 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,384 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,384 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,403 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,410 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,410 [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-06-27 02:50:59,410 [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-06-27 02:50:59,411 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,428 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,428 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,428 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,428 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,446 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,453 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,453 [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-06-27 02:50:59,453 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4c309f9f
DEBUG 2024-06-27 02:50:59,453 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,471 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,471 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,471 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,471 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,489 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,496 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,496 [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-06-27 02:50:59,498 [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-06-27 02:50:59,498 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,515 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,516 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,516 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,516 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,535 [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-06-27 02:50:59,541 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,541 [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-06-27 02:50:59,545 [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-06-27 02:50:59,545 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,564 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,564 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,564 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,564 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,583 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,586 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,586 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:50:59,586 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,586 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,603 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,603 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,603 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,603 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,621 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,624 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,625 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:50:59,625 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,625 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,642 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,642 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,643 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,643 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,655 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,656 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,656 [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-06-27 02:50:59,657 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-27 02:50:59,657 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,672 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,676 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,676 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,676 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,676 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,688 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,689 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,689 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-27 02:50:59,690 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-27 02:50:59,690 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,707 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,707 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,731 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-27 02.50.59', 9999, 'test', 50)
DEBUG 2024-06-27 02:50:59,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,732 [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-06-27 02:50:59,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/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-06-27 02:50:59,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,734 [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-06-27 02:50:59,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-27 02:50:59.731 {50, null, null, 0}
DEBUG 2024-06-27 02:50:59,735 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424258191/4, BranchId=]
DEBUG 2024-06-27 02:50:59,735 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,749 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,751 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,751 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,752 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,752 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,769 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,775 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,791 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,792 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,792 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,792 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,808 [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-06-27 02:50:59,816 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,817 [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-06-27 02:50:59,819 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,819 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,835 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,835 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,836 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,836 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,852 [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-06-27 02:50:59,861 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,861 [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-06-27 02:50:59,861 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-27 02:50:59,861 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,879 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,879 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,879 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,879 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,895 [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-06-27 02:50:59,900 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,900 [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-06-27 02:50:59,901 [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-06-27 02:50:59,902 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,918 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,918 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,918 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,918 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,934 [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-06-27 02:50:59,937 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,953 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,953 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,953 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,953 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,970 [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-06-27 02:50:59,976 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,976 [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-06-27 02:50:59,978 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,978 [main] Physical connection closed
DEBUG 2024-06-27 02:50:59,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:50:59,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:50:59,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,991 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:50:59,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:50:59,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:50:59,995 [main] Physical connection got
DEBUG 2024-06-27 02:50:59,995 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:50:59,995 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:50:59,995 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,011 [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-06-27 02:51:00,017 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,017 [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-06-27 02:51:00,018 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,018 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,038 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,038 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,038 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,038 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,056 [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-06-27 02:51:00,057 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,057 [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-06-27 02:51:00,059 [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-06-27 02:51:00,059 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,073 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,076 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,076 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,076 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,076 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,092 [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-06-27 02:51:00,093 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,106 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,109 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,109 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,109 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,109 [main] Logical connection got, tx=null
WARN  2024-06-27 02:51:00,112 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-27 02:51:00,117 [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-06-27 02:51:00,118 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,118 [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-06-27 02:51:00,120 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-27 02:51:00,120 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,128 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,136 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,136 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,136 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,136 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,153 [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-06-27 02:51:00,159 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,173 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,176 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,176 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,176 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,176 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,193 [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-06-27 02:51:00,196 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,196 [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-06-27 02:51:00,197 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,197 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,197 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-27 02:51:00,198 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,198 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,213 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,213 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,214 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,214 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,231 [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-06-27 02:51:00,234 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,234 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-06-27 02:51:00,237 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,237 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,237 [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-06-27 02:51:00,238 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,238 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,238 [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-06-27 02:51:00,240 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,240 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,240 [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-06-27 02:51:00,241 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,241 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-06-27 02:51:00,241 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,241 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,256 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,257 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-27 02:51:00,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,275 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:51:00,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,276 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,276 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-27 02:51:00,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,276 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,276 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-27 02:51:00,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,277 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719424258191/5, BranchId=]
DEBUG 2024-06-27 02:51:00,277 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,293 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,293 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,293 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,293 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,310 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,313 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,327 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,329 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,329 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,345 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,349 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,368 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,368 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,368 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,368 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,374 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-27 02:51:00,376 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,395 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,395 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,395 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,395 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,401 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-27 02:51:00,403 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,418 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,418 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,418 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,418 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,424 [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-06-27 02:51:00,426 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,440 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,440 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,440 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,440 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,446 [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-06-27 02:51:00,448 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,463 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,463 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,464 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,464 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,481 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,482 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,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
DEBUG 2024-06-27 02:51:00,485 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,485 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,498 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,500 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,500 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,501 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,501 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,517 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,518 [main] Physical connection closed
DEBUG 2024-06-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-06-27 02:51:00,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,534 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,534 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,550 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-27 02:51:00,551 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,564 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-27 02:51:00,566 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,567 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,567 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,582 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-27 02:51:00,583 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.145 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-27 02:51:00,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,630 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,645 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,647 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,648 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,651 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,654 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,655 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,669 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,671 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,671 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,675 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,675 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,677 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,690 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,693 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,693 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,696 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,697 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-27 02:51:00,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,712 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,712 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,713 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,713 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-27 02:51:00,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,731 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,731 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,747 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,747 [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-06-27 02:51:00,750 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,751 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,763 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,779 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,784 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,785 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,785 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,795 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,800 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,800 [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-06-27 02:51:00,802 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,802 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-27 02:51:00,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,821 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,835 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,846 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,846 [main] Logical connection got, tx=null
WARN  2024-06-27 02:51:00,848 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-27 02:51:00,849 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-27 02:51:00,849 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,850 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,851 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,856 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,862 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,865 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,868 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,868 [main] Logical connection got, tx=null
WARN  2024-06-27 02:51:00,870 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-27 02:51:00,870 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-27 02:51:00,870 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,871 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,872 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,885 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,889 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-27 02:51:00,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,902 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-27 02:51:00,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,920 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,920 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,922 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,922 [main] Physical connection closed
DEBUG 2024-06-27 02:51:00,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,933 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,933 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,934 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,934 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-27 02:51:00,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-27 02:51:00,938 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-27 02:51:00,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-27 02:51:00,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-27 02:51:00,948 [main] Physical connection got
DEBUG 2024-06-27 02:51:00,948 [main] Logical connection got, tx=null
DEBUG 2024-06-27 02:51:00,949 [main] Logical connection closed, tx=null
DEBUG 2024-06-27 02:51:00,949 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.341s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.769s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.597s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.166s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Jun 27 02:51:01 JST 2024
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS