Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-12-18 02:50:55,714 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-18 02:50:55,715 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,715 [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-12-18 02:50:55,718 [main] Logical connection closed
DEBUG 2024-12-18 02:50:55,718 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-18 02:50:55,753 [main] Physical connection got
DEBUG 2024-12-18 02:50:55,753 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,753 [main] Logical connection closed
DEBUG 2024-12-18 02:50:55,753 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,764 [main] Logical connection closed
DEBUG 2024-12-18 02:50:55,765 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,765 [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-12-18 02:50:55,767 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-18 02:50:55.563 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-18 02:50:55,767 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,767 [main] Logical connection closed
DEBUG 2024-12-18 02:50:55,767 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,771 [main] Logical connection closed
DEBUG 2024-12-18 02:50:55,772 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,772 [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-12-18 02:50:55,773 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-18 02:50:55.563 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-18 02:50:55,773 [main] Logical connection got
DEBUG 2024-12-18 02:50:55,774 [main] UPDATE EMP SET tstamp = '2024-12-18 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-12-18 02.50.55'
DEBUG 2024-12-18 02:50:55,775 [main] Logical connection closed
DEBUG 2024-12-18 02:50:55,775 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-18 02:50:57,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:57,089 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:50:57,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,219 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-18 02:50:57,385 [main] Physical connection got
DEBUG 2024-12-18 02:50:57,385 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,470 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,477 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-18 02:50:57,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:57,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,530 [main] Physical connection got
DEBUG 2024-12-18 02:50:57,530 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,531 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,531 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,643 [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-12-18 02:50:57,649 [main] Physical connection closed
DEBUG 2024-12-18 02:50:57,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:57,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,681 [main] Physical connection got
DEBUG 2024-12-18 02:50:57,681 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,681 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,681 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,745 [main] Physical connection closed
DEBUG 2024-12-18 02:50:57,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:57,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,773 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,777 [main] Physical connection got
DEBUG 2024-12-18 02:50:57,777 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,777 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,777 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,822 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,827 [main] Physical connection closed
DEBUG 2024-12-18 02:50:57,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:57,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,857 [main] Physical connection got
DEBUG 2024-12-18 02:50:57,857 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,858 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,858 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,898 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,904 [main] Physical connection closed
DEBUG 2024-12-18 02:50:57,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:57,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,930 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,933 [main] Physical connection got
DEBUG 2024-12-18 02:50:57,933 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,933 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,934 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:57,971 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:57,977 [main] Physical connection closed
DEBUG 2024-12-18 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-12-18 02:50:57,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:57,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:57,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:57,990 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:57,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,004 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,004 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,004 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,004 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,039 [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-12-18 02:50:58,043 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,069 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,069 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,069 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,069 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,102 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,107 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,129 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,132 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,132 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,132 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,132 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,173 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,178 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,203 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,203 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,204 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,204 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,234 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,239 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,266 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,267 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,268 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,269 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,323 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,325 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-18 02.50.58', 99, 'hoge', 0)
DEBUG 2024-12-18 02:50:58,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,331 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734457858265/0, BranchId=]
DEBUG 2024-12-18 02:50:58,332 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,354 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,355 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,355 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,355 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,384 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,396 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,396 [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-12-18 02:50:58,403 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,404 [main] UPDATE EMP SET tstamp = '2024-12-18 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-12-18 02:50:58,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,405 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734457858265/1, BranchId=]
DEBUG 2024-12-18 02:50:58,405 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,408 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,428 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,428 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,429 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,429 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,429 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,456 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,476 [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-12-18 02:50:58,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,479 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,479 [main] UPDATE EMP SET tstamp = '2024-12-18 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-12-18 02:50:58,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,480 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734457858265/2, BranchId=]
DEBUG 2024-12-18 02:50:58,480 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,503 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,503 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,503 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,504 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,536 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,536 [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-12-18 02:50:58,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,539 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-18 02:50:58,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,539 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734457858265/3, BranchId=]
DEBUG 2024-12-18 02:50:58,539 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,563 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,563 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,564 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,564 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,587 [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-12-18 02:50:58,589 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,619 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,619 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,619 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,620 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,644 [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-12-18 02:50:58,653 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,664 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,672 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,676 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,676 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,676 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,676 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,700 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,708 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,726 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,729 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,729 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,729 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,730 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,752 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,760 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,762 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,780 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,781 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,781 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,781 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,803 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,812 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,833 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,833 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,834 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,834 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,856 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,864 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,864 [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-12-18 02:50:58,871 [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-12-18 02:50:58,873 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,892 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,893 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,893 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,893 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,915 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,923 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,923 [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-12-18 02:50:58,927 [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-12-18 02:50:58,928 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,930 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:58,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,948 [main] Physical connection got
DEBUG 2024-12-18 02:50:58,948 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,949 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,949 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,971 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:58,984 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:58,985 [main] select * from emp
DEBUG 2024-12-18 02:50:58,988 [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-12-18 02:50:58,989 [main] Physical connection closed
DEBUG 2024-12-18 02:50:58,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:58,991 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:58,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:58,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:58,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,009 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,009 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,009 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,009 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,030 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,038 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,038 [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-12-18 02:50:59,042 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-12-18 02:50:59,043 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,062 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,062 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,063 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,063 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,084 [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-12-18 02:50:59,092 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,110 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,112 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,112 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,112 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,112 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,134 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,142 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,142 [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-12-18 02:50:59,145 [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-12-18 02:50:59,146 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,148 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,152 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,162 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,166 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,166 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,166 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,166 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,187 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,194 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,195 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-18 02:50:59,199 [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-12-18 02:50:59,201 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,220 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,220 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,220 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,220 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,241 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,248 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,249 [main] select * from emp
DEBUG 2024-12-18 02:50:59,250 [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-12-18 02:50:59,251 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,253 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,267 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,269 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,272 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,272 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,272 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,272 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,292 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,299 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,299 [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-12-18 02:50:59,301 [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-12-18 02:50:59,303 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,322 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,322 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,322 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,322 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,342 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,349 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,350 [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-12-18 02:50:59,351 [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-12-18 02:50:59,352 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,354 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,369 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,371 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,372 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,372 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,372 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,391 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,399 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,399 [main] select count(*) from emp
DEBUG 2024-12-18 02:50:59,400 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,401 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,425 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,426 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,426 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,426 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,446 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,455 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,455 [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-12-18 02:50:59,456 [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-12-18 02:50:59,456 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,475 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,475 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,475 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,476 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,495 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,503 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,503 [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-12-18 02:50:59,504 [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-12-18 02:50:59,505 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,521 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,524 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,524 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,524 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,524 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,544 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,551 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,551 [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-12-18 02:50:59,552 [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-12-18 02:50:59,553 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,571 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,571 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,572 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,572 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,592 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,599 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,600 [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-12-18 02:50:59,600 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4bd27069
DEBUG 2024-12-18 02:50:59,601 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,620 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,620 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,620 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,620 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,640 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,646 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,647 [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-12-18 02:50:59,649 [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-12-18 02:50:59,649 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,666 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,668 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,668 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,669 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,669 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,688 [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-12-18 02:50:59,696 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,696 [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-12-18 02:50:59,700 [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-12-18 02:50:59,700 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,719 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,719 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,719 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,719 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,740 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,744 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,744 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-18 02:50:59,744 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,744 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,763 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,763 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,763 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,763 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,783 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,786 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,786 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-18 02:50:59,787 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,787 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,803 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,806 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,806 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,806 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,806 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,820 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,821 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,821 [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-12-18 02:50:59,822 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-18 02:50:59,823 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,841 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,842 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,842 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,842 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,855 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,855 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,856 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-18 02:50:59,856 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-18 02:50:59,857 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,875 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,875 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,875 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,876 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,901 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-18 02.50.59', 9999, 'test', 50)
DEBUG 2024-12-18 02:50:59,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,902 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-12-18 02:50:59,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/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-12-18 02:50:59,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,904 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-12-18 02:50:59,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-18 02:50:59.901 {50, null, null, 0}
DEBUG 2024-12-18 02:50:59,906 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734457858265/4, BranchId=]
DEBUG 2024-12-18 02:50:59,906 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,926 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,926 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,926 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,926 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,945 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,952 [main] Physical connection closed
DEBUG 2024-12-18 02:50:59,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:50:59,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:50:59,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:50:59,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:50:59,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:50:59,970 [main] Physical connection got
DEBUG 2024-12-18 02:50:59,970 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,970 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:50:59,970 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,988 [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-12-18 02:50:59,997 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:50:59,997 [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-12-18 02:51:00,000 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,000 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,018 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,018 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,019 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,019 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,036 [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-12-18 02:51:00,045 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,046 [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-12-18 02:51:00,046 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-18 02:51:00,047 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,066 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,066 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,066 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,067 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,084 [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-12-18 02:51:00,090 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,090 [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-12-18 02:51:00,092 [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-12-18 02:51:00,092 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,109 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,109 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,109 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,109 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,125 [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-12-18 02:51:00,128 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,130 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,144 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,144 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,144 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,145 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,161 [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-12-18 02:51:00,168 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,168 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-18 02:51:00,170 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,170 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,187 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,187 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,187 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,187 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,203 [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-12-18 02:51:00,210 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,210 [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-12-18 02:51:00,210 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,210 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,227 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,227 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,227 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,227 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,252 [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-12-18 02:51:00,253 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,253 [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-12-18 02:51:00,255 [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-12-18 02:51:00,255 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,269 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,271 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,271 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,271 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,271 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,287 [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-12-18 02:51:00,288 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,304 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,304 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,304 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,304 [main] Logical connection got, tx=null
WARN  2024-12-18 02:51:00,307 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-18 02:51:00,312 [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-12-18 02:51:00,312 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,312 [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-12-18 02:51:00,314 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-18 02:51:00,315 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,330 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,330 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,330 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,330 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,347 [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-12-18 02:51:00,354 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,355 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,370 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,370 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,370 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,370 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,387 [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-12-18 02:51:00,391 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,391 [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-12-18 02:51:00,391 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,392 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,392 [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-12-18 02:51:00,392 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,393 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,408 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,408 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,408 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,408 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,425 [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-12-18 02:51:00,428 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,428 [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-12-18 02:51:00,431 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,431 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,431 [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-12-18 02:51:00,432 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,432 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,432 [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-12-18 02:51:00,434 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,434 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,434 [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-12-18 02:51:00,435 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,435 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,435 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-12-18 02:51:00,436 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,436 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,437 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,451 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,451 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,468 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-18 02:51:00,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,469 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-18 02:51:00,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,470 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-18 02:51:00,470 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,470 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-18 02:51:00,470 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,470 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734457858265/5, BranchId=]
DEBUG 2024-12-18 02:51:00,470 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,487 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,487 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,487 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,487 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,504 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,508 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,521 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,523 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,524 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,524 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,541 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,545 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,561 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,561 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,561 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,561 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,567 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-18 02:51:00,569 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,584 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,584 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,584 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,584 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,590 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-18 02:51:00,592 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,593 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,607 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,607 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,607 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,607 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,613 [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-12-18 02:51:00,615 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,618 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,630 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,630 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,636 [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-12-18 02:51:00,638 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,653 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,653 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,653 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,653 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,669 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,670 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,670 [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-12-18 02:51:00,673 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,673 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,676 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,689 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,689 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,689 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,689 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,706 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,707 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,722 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,722 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,722 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,739 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-18 02:51:00,739 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-18 02:51:00,754 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,755 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,755 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,755 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,771 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-18 02:51:00,772 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.295 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.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-18 02:51:00,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,820 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:51:00,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,835 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-18 02:51:00,837 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,837 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,841 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,843 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,845 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:51:00,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,859 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-18 02:51:00,861 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,865 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,865 [main] Physical connection closed
DEBUG 2024-12-18 02:51:00,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,867 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:51:00,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,880 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-18 02:51:00,883 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,883 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,886 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,887 [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-12-18 02:51:00,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,901 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,901 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,902 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,902 [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-12-18 02:51:00,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:00,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,916 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,932 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,933 [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-12-18 02:51:00,936 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,936 [main] Physical connection closed
DEBUG 2024-12-18 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-12-18 02:51:00,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:00,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:00,946 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:00,948 [main] Physical connection got
DEBUG 2024-12-18 02:51:00,948 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,972 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,972 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,972 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,972 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,983 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,987 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:00,987 [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-12-18 02:51:00,989 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:00,989 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-18 02:51:01,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:01,008 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:51:01,010 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,012 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,022 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-18 02:51:01,033 [main] Physical connection got
DEBUG 2024-12-18 02:51:01,033 [main] Logical connection got, tx=null
WARN  2024-12-18 02:51:01,035 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-18 02:51:01,036 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-18 02:51:01,036 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:01,037 [main] Physical connection closed
DEBUG 2024-12-18 02:51:01,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:01,038 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:51:01,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,051 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-18 02:51:01,054 [main] Physical connection got
DEBUG 2024-12-18 02:51:01,054 [main] Logical connection got, tx=null
WARN  2024-12-18 02:51:01,056 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-18 02:51:01,057 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-18 02:51:01,057 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:01,057 [main] Physical connection closed
DEBUG 2024-12-18 02:51:01,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:01,058 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:51:01,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,061 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,072 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-18 02:51:01,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:01,075 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-18 02:51:01,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,089 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-18 02:51:01,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:01,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,106 [main] Physical connection got
DEBUG 2024-12-18 02:51:01,107 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:01,108 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:01,108 [main] Physical connection closed
DEBUG 2024-12-18 02:51:01,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:01,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,120 [main] Physical connection got
DEBUG 2024-12-18 02:51:01,120 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:01,121 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:01,121 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-18 02:51:01,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-18 02:51:01,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-18 02:51:01,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-18 02:51:01,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-18 02:51:01,135 [main] Physical connection got
DEBUG 2024-12-18 02:51:01,135 [main] Logical connection got, tx=null
DEBUG 2024-12-18 02:51:01,135 [main] Logical connection closed, tx=null
DEBUG 2024-12-18 02:51:01,136 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.314s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.822s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.619s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.341s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Dec 18 02:51:01 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS