Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-11-13 02:50:58,189 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-13 02:50:58,190 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,190 [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-11-13 02:50:58,193 [main] Logical connection closed
DEBUG 2024-11-13 02:50:58,194 [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-11-13 02:50:58,228 [main] Physical connection got
DEBUG 2024-11-13 02:50:58,228 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,229 [main] Logical connection closed
DEBUG 2024-11-13 02:50:58,229 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,240 [main] Logical connection closed
DEBUG 2024-11-13 02:50:58,240 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,240 [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-11-13 02:50:58,242 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-13 02:50:58.04 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-13 02:50:58,242 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,243 [main] Logical connection closed
DEBUG 2024-11-13 02:50:58,243 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,246 [main] Logical connection closed
DEBUG 2024-11-13 02:50:58,248 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,248 [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-11-13 02:50:58,249 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-13 02:50:58.04 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-13 02:50:58,249 [main] Logical connection got
DEBUG 2024-11-13 02:50:58,249 [main] UPDATE EMP SET tstamp = '2024-11-13 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-13 02.50.58'
DEBUG 2024-11-13 02:50:58,250 [main] Logical connection closed
DEBUG 2024-11-13 02:50:58,250 [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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-13 02:50:59,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:50:59,455 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:50:59,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:50:59,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:50:59,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:50:59,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:50:59,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:50:59,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:50:59,588 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-13 02:50:59,756 [main] Physical connection got
DEBUG 2024-11-13 02:50:59,756 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:50:59,840 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:50:59,846 [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-11-13 02:50:59,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:50:59,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:50:59,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:50:59,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:50:59,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:50:59,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:50:59,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:50:59,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:50:59,885 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:50:59,899 [main] Physical connection got
DEBUG 2024-11-13 02:50:59,899 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:50:59,900 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:50:59,900 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,016 [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-11-13 02:51:00,022 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,052 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,052 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,053 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,053 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,092 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,114 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,144 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,144 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,145 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,145 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,190 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,197 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,226 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,226 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,227 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,227 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,262 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,267 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,269 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,270 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,292 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,292 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,293 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,293 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,325 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,330 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,356 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,356 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,356 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,356 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,388 [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-11-13 02:51:00,392 [main] Physical connection closed
DEBUG 2024-11-13 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-11-13 02:51:00,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,417 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,450 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,455 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,480 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,480 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,481 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,481 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,520 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,525 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,550 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,550 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,551 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,551 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,582 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,587 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,613 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,614 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,667 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-13 02.51.00', 99, 'hoge', 0)
DEBUG 2024-11-13 02:51:00,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,672 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731433860612/0, BranchId=]
DEBUG 2024-11-13 02:51:00,673 [main] Physical connection closed
DEBUG 2024-11-13 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-11-13 02:51:00,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,693 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,696 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,697 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,723 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,733 [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-11-13 02:51:00,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,741 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,742 [main] UPDATE EMP SET tstamp = '2024-11-13 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-13 02:51:00,742 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,743 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731433860612/1, BranchId=]
DEBUG 2024-11-13 02:51:00,743 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,745 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,763 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,766 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,767 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,793 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,802 [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-11-13 02:51:00,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,805 [main] UPDATE EMP SET tstamp = '2024-11-13 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-13 02:51:00,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,806 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731433860612/2, BranchId=]
DEBUG 2024-11-13 02:51:00,806 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,838 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,838 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,838 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,839 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,839 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,873 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,873 [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-11-13 02:51:00,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,875 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,875 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-13 02:51:00,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,876 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731433860612/3, BranchId=]
DEBUG 2024-11-13 02:51:00,876 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,899 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,899 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,899 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,899 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,923 [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-11-13 02:51:00,924 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:00,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,953 [main] Physical connection got
DEBUG 2024-11-13 02:51:00,953 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,954 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:00,954 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:00,978 [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-11-13 02:51:00,986 [main] Physical connection closed
DEBUG 2024-11-13 02:51:00,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:00,988 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:00,990 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:00,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:00,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,007 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,008 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,008 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,008 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,031 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,039 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,059 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,059 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,059 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,060 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,095 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,103 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,124 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,124 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,124 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,124 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,147 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,155 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,173 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,175 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,175 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,175 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,175 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,198 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,206 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,206 [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-11-13 02:51:01,213 [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-11-13 02:51:01,214 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,216 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,234 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,234 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,234 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,257 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,265 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,265 [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-11-13 02:51:01,269 [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-11-13 02:51:01,270 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,290 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,290 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,291 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,313 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,326 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,327 [main] select * from emp
DEBUG 2024-11-13 02:51:01,329 [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-11-13 02:51:01,330 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,351 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,351 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,351 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,351 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,373 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,381 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,381 [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-11-13 02:51:01,385 [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-11-13 02:51:01,386 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,406 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,406 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,406 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,406 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,428 [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-11-13 02:51:01,436 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,437 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,455 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,455 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,456 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,456 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,478 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,487 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,487 [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-11-13 02:51:01,489 [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-11-13 02:51:01,490 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,509 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,509 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,509 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,532 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,540 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,540 [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-11-13 02:51:01,544 [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-11-13 02:51:01,546 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,566 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,566 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,566 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,566 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,588 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,596 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,596 [main] select * from emp
DEBUG 2024-11-13 02:51:01,597 [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-11-13 02:51:01,598 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,618 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,619 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,619 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,619 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,643 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,651 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,651 [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-11-13 02:51:01,653 [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-11-13 02:51:01,654 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,688 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,688 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,689 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,689 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,710 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,717 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,717 [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-11-13 02:51:01,719 [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-11-13 02:51:01,720 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,773 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,775 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,776 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,776 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,785 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,855 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,856 [main] select count(*) from emp
DEBUG 2024-11-13 02:51:01,864 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,864 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,895 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,895 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,896 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,896 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,916 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,923 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,924 [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-11-13 02:51:01,924 [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-11-13 02:51:01,925 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:01,946 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,948 [main] Physical connection got
DEBUG 2024-11-13 02:51:01,948 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,949 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,949 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,968 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:01,976 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:01,976 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-13 02:51:01,977 [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-11-13 02:51:01,977 [main] Physical connection closed
DEBUG 2024-11-13 02:51:01,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:01,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:01,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:01,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:01,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,021 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,021 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,021 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,021 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,061 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,068 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,068 [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-11-13 02:51:02,069 [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-11-13 02:51:02,069 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,086 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,088 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,088 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,088 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,089 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,157 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,167 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,167 [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-11-13 02:51:02,168 [main] Logical connection closed, tx=null
[Ljava.util.Map;@a6a435f
DEBUG 2024-11-13 02:51:02,169 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,196 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,197 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,197 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,197 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,216 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,223 [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-11-13 02:51:02,225 [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-11-13 02:51:02,225 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,246 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,248 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,248 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,249 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,249 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,267 [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-11-13 02:51:02,274 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,275 [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-11-13 02:51:02,278 [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-11-13 02:51:02,279 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,281 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,301 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,301 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,301 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,301 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,320 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,323 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-13 02:51:02,324 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,324 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,326 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,344 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,344 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,344 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,344 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,367 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,370 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,371 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-13 02:51:02,371 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,371 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,393 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,393 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,394 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,394 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,410 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,410 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,411 [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-11-13 02:51:02,412 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-13 02:51:02,412 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,431 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,431 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,432 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,432 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,453 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,453 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,453 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-13 02:51:02,454 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-13 02:51:02,454 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,476 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,476 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,500 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-13 02.51.02', 9999, 'test', 50)
DEBUG 2024-11-13 02:51:02,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,501 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,501 [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-11-13 02:51:02,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/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-11-13 02:51:02,502 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,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  EMP.empno = 9999
DEBUG 2024-11-13 02:51:02,503 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-13 02:51:02.5 {50, null, null, 0}
DEBUG 2024-11-13 02:51:02,503 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731433860612/4, BranchId=]
DEBUG 2024-11-13 02:51:02,503 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,525 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,525 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,525 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,525 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,543 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,548 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,564 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,564 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,565 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,565 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,587 [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-11-13 02:51:02,598 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,598 [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-11-13 02:51:02,600 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,600 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,618 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,618 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,618 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,618 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,635 [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-11-13 02:51:02,643 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,643 [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-11-13 02:51:02,644 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-13 02:51:02,644 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,665 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,665 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,665 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,665 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,682 [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-11-13 02:51:02,686 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,687 [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-11-13 02:51:02,688 [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-11-13 02:51:02,689 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,690 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,707 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,707 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,707 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,708 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,724 [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-11-13 02:51:02,727 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,745 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,745 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,745 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,745 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,763 [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-11-13 02:51:02,769 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,769 [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-11-13 02:51:02,771 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,771 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,786 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,786 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,786 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,786 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,805 [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-11-13 02:51:02,815 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,815 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-13 02:51:02,815 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,816 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,834 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,837 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,837 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,837 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,837 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,857 [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-11-13 02:51:02,858 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,858 [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-11-13 02:51:02,860 [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-11-13 02:51:02,860 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,861 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,875 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,875 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,875 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,876 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,891 [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-11-13 02:51:02,892 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,894 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,920 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,920 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,920 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,920 [main] Logical connection got, tx=null
WARN  2024-11-13 02:51:02,923 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-13 02:51:02,935 [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-11-13 02:51:02,936 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,936 [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-11-13 02:51:02,938 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-13 02:51:02,938 [main] Physical connection closed
DEBUG 2024-11-13 02:51:02,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:02,940 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:02,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:02,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:02,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:02,968 [main] Physical connection got
DEBUG 2024-11-13 02:51:02,968 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:02,968 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:02,968 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,037 [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-11-13 02:51:03,063 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,078 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,078 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,079 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,079 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,096 [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-11-13 02:51:03,100 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,100 [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-11-13 02:51:03,101 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,101 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,101 [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-11-13 02:51:03,102 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,102 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,140 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,140 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,140 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,140 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,182 [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-11-13 02:51:03,186 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,186 [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-11-13 02:51:03,189 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,189 [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-11-13 02:51:03,190 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,190 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,190 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-11-13 02:51:03,192 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,192 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,192 [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-11-13 02:51:03,193 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,193 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-11-13 02:51:03,194 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,194 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,212 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,213 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-13 02:51:03,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,282 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-13 02:51:03,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,282 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-13 02:51:03,283 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,283 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,283 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-13 02:51:03,283 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,283 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731433860612/5, BranchId=]
DEBUG 2024-11-13 02:51:03,283 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,302 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,302 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,302 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,302 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,322 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,337 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,401 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,401 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,401 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,401 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,438 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,444 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,463 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,463 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,463 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,463 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,481 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-13 02:51:03,493 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,549 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,549 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,549 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,550 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,571 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-13 02:51:03,573 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,609 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,612 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,612 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,612 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,632 [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-11-13 02:51:03,638 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,658 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,658 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,658 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,658 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,664 [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-11-13 02:51:03,666 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,681 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,681 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,681 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,681 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,697 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,698 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,698 [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-11-13 02:51:03,702 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,702 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,717 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,717 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,717 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,717 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,734 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,748 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,748 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,748 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,748 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,765 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-13 02:51:03,766 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-13 02:51:03,781 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,781 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,781 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,781 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,796 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-13 02:51:03,797 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.951 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.021 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-13 02:51:03,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,873 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:51:03,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,885 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-13 02:51:03,888 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,888 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,891 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,894 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,895 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:51:03,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,907 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-13 02:51:03,909 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,909 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,914 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,918 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:51:03,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,931 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-13 02:51:03,933 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,933 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,936 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,937 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-13 02:51:03,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,950 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,950 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,951 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,951 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-13 02:51:03,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,964 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,964 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:03,981 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,981 [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-11-13 02:51:03,984 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:03,984 [main] Physical connection closed
DEBUG 2024-11-13 02:51:03,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:03,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:03,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:03,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:03,996 [main] Physical connection got
DEBUG 2024-11-13 02:51:03,997 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:04,010 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,010 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:04,010 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,011 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:04,029 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,041 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:04,041 [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-11-13 02:51:04,043 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,043 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-13 02:51:04,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:04,089 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:51:04,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,103 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-13 02:51:04,114 [main] Physical connection got
DEBUG 2024-11-13 02:51:04,114 [main] Logical connection got, tx=null
WARN  2024-11-13 02:51:04,116 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-13 02:51:04,117 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-13 02:51:04,117 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,118 [main] Physical connection closed
DEBUG 2024-11-13 02:51:04,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:04,119 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:51:04,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,131 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-13 02:51:04,134 [main] Physical connection got
DEBUG 2024-11-13 02:51:04,134 [main] Logical connection got, tx=null
WARN  2024-11-13 02:51:04,136 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-13 02:51:04,137 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-13 02:51:04,137 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,137 [main] Physical connection closed
DEBUG 2024-11-13 02:51:04,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:04,139 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:51:04,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,154 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-13 02:51:04,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:04,158 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-13 02:51:04,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,178 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-13 02:51:04,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:04,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,199 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,199 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,205 [main] Physical connection got
DEBUG 2024-11-13 02:51:04,205 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:04,207 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,207 [main] Physical connection closed
DEBUG 2024-11-13 02:51:04,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:04,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,218 [main] Physical connection got
DEBUG 2024-11-13 02:51:04,218 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:04,220 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,220 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-13 02:51:04,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-13 02:51:04,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-13 02:51:04,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-13 02:51:04,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-13 02:51:04,233 [main] Physical connection got
DEBUG 2024-11-13 02:51:04,233 [main] Logical connection got, tx=null
DEBUG 2024-11-13 02:51:04,234 [main] Logical connection closed, tx=null
DEBUG 2024-11-13 02:51:04,234 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.321s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.201s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.607s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.001s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Wed Nov 13 02:51:04 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