Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-23 02:50:57,006 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-23 02:50:57,007 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,007 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-09-23 02:50:57,010 [main] Logical connection closed
DEBUG 2024-09-23 02:50:57,010 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-23 02:50:57,046 [main] Physical connection got
DEBUG 2024-09-23 02:50:57,046 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,046 [main] Logical connection closed
DEBUG 2024-09-23 02:50:57,046 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,057 [main] Logical connection closed
DEBUG 2024-09-23 02:50:57,058 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-09-23 02:50:57,060 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-23 02:50:56.854 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-23 02:50:57,060 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,060 [main] Logical connection closed
DEBUG 2024-09-23 02:50:57,060 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,064 [main] Logical connection closed
DEBUG 2024-09-23 02:50:57,065 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,066 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-23 02:50:57,066 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-23 02:50:56.854 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-23 02:50:57,067 [main] Logical connection got
DEBUG 2024-09-23 02:50:57,067 [main] UPDATE EMP SET tstamp = '2024-09-23 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-09-23 02.50.56'
DEBUG 2024-09-23 02:50:57,068 [main] Logical connection closed
DEBUG 2024-09-23 02:50:57,068 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-23 02:50:58,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:58,243 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:50:58,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,381 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-23 02:50:58,541 [main] Physical connection got
DEBUG 2024-09-23 02:50:58,541 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,617 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:58,623 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-23 02:50:58,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:58,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,676 [main] Physical connection got
DEBUG 2024-09-23 02:50:58,676 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,676 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:58,677 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,786 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-09-23 02:50:58,792 [main] Physical connection closed
DEBUG 2024-09-23 02:50:58,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:58,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,822 [main] Physical connection got
DEBUG 2024-09-23 02:50:58,822 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,822 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:58,822 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,860 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:58,884 [main] Physical connection closed
DEBUG 2024-09-23 02:50:58,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:58,886 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,914 [main] Physical connection got
DEBUG 2024-09-23 02:50:58,915 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,915 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:58,915 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,957 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:58,963 [main] Physical connection closed
DEBUG 2024-09-23 02:50:58,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:58,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:58,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:58,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:58,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:58,990 [main] Physical connection got
DEBUG 2024-09-23 02:50:58,991 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:58,991 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:58,991 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,029 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,035 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,061 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,061 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,061 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,061 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,097 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,102 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,128 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,128 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,128 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,129 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,161 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-09-23 02:50:59,164 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,189 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,189 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,189 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,189 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,220 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,225 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,249 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,249 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,249 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,249 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,285 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,290 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,312 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,312 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,312 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,313 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,344 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,349 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,368 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,369 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,374 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,376 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,376 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,377 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,427 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,430 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-23 02.50.59', 99, 'hoge', 0)
DEBUG 2024-09-23 02:50:59,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,436 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727027459374/0, BranchId=]
DEBUG 2024-09-23 02:50:59,437 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,459 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,460 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,499 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-23 02:50:59,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,507 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,507 [main] UPDATE EMP SET tstamp = '2024-09-23 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-23 02:50:59,508 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,508 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727027459374/1, BranchId=]
DEBUG 2024-09-23 02:50:59,508 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,510 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,511 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,513 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,531 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,531 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,559 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,568 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-23 02:50:59,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,570 [main] UPDATE EMP SET tstamp = '2024-09-23 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-09-23 02:50:59,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,571 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727027459374/2, BranchId=]
DEBUG 2024-09-23 02:50:59,571 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,603 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,604 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,628 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,637 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,637 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-23 02:50:59,639 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,639 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,639 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-23 02:50:59,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,640 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727027459374/3, BranchId=]
DEBUG 2024-09-23 02:50:59,640 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,662 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,662 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,663 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,687 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-09-23 02:50:59,689 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,690 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,717 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,718 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,718 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,718 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,741 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-09-23 02:50:59,749 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,771 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,771 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,771 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,771 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,795 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,802 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,824 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,824 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,824 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,824 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,851 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,858 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,880 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,880 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,880 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,881 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,904 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,912 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,930 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,932 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,932 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,932 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,932 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,955 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,963 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,963 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-23 02:50:59,970 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-23 02:50:59,971 [main] Physical connection closed
DEBUG 2024-09-23 02:50:59,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:50:59,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:50:59,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:50:59,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:50:59,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:50:59,990 [main] Physical connection got
DEBUG 2024-09-23 02:50:59,990 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:50:59,990 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:50:59,991 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,013 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,021 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,021 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-23 02:51:00,025 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-23 02:51:00,026 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,044 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,046 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,046 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,046 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,046 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,068 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,081 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,081 [main] select * from emp
DEBUG 2024-09-23 02:51:00,084 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-23 02:51:00,085 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,087 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,104 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,104 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,104 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,104 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,127 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,134 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,134 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-23 02:51:00,138 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-23 02:51:00,139 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,158 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,158 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,158 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,158 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,180 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-09-23 02:51:00,187 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,188 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,206 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,206 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,206 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,206 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,227 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,235 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-23 02:51:00,238 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-23 02:51:00,239 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,257 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,258 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,258 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,258 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,279 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,287 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,287 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-23 02:51:00,291 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-23 02:51:00,292 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,312 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,312 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,312 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,312 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,333 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,341 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,341 [main] select * from emp
DEBUG 2024-09-23 02:51:00,342 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-23 02:51:00,343 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,359 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,361 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,362 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,382 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,390 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,390 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-23 02:51:00,392 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-23 02:51:00,394 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,410 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,412 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,413 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,413 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,413 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,433 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,441 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,441 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-23 02:51:00,443 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-23 02:51:00,443 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,462 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,462 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,462 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,462 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,482 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,490 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,490 [main] select count(*) from emp
DEBUG 2024-09-23 02:51:00,492 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,492 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,515 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,515 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,515 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,515 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,535 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,544 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-23 02:51:00,544 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-09-23 02:51:00,545 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,563 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,563 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,563 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,563 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,583 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,590 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,590 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-23 02:51:00,591 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-09-23 02:51:00,592 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,593 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,609 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,609 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,609 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,609 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,628 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,635 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,635 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-23 02:51:00,636 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-09-23 02:51:00,636 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,654 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,654 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,654 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,654 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,673 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,679 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,680 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-23 02:51:00,680 [main] Logical connection closed, tx=null
[Ljava.util.Map;@34b0ede5
DEBUG 2024-09-23 02:51:00,681 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,698 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,698 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,699 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,699 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,717 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,724 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,724 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-09-23 02:51:00,726 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-09-23 02:51:00,726 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,743 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,744 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,744 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,744 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,762 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-09-23 02:51:00,768 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,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 ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-09-23 02:51:00,772 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-23 02:51:00,773 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,790 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,790 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,790 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,790 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,808 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,811 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,811 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-23 02:51:00,811 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,812 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,828 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,829 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,829 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,829 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,846 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,849 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,849 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-23 02:51:00,850 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,850 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,865 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,867 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,867 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,868 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,868 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,880 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,881 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,881 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-09-23 02:51:00,882 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-23 02:51:00,882 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,897 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,899 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,900 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,900 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,900 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,915 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,916 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-23 02:51:00,917 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-23 02:51:00,917 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,934 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,934 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,935 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,935 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,935 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,958 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-23 02.51.00', 9999, 'test', 50)
DEBUG 2024-09-23 02:51:00,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,959 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-23 02:51:00,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-23 02:51:00,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,962 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-09-23 02:51:00,962 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-23 02:51:00.958 {50, null, null, 0}
DEBUG 2024-09-23 02:51:00,963 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727027459374/4, BranchId=]
DEBUG 2024-09-23 02:51:00,963 [main] Physical connection closed
DEBUG 2024-09-23 02:51:00,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:00,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:00,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:00,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:00,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:00,980 [main] Physical connection got
DEBUG 2024-09-23 02:51:00,980 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,980 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:00,980 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:00,997 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,003 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,020 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,020 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,020 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,020 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,036 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,045 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,045 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-23 02:51:01,047 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,047 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,063 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,063 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,063 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,064 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,080 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,089 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,089 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-09-23 02:51:01,090 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-23 02:51:01,090 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,106 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,107 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,107 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,107 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,122 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,128 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,128 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-09-23 02:51:01,129 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-23 02:51:01,130 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,146 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,146 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,146 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,146 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,161 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-09-23 02:51:01,165 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,181 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,181 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,181 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,181 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,197 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-23 02:51:01,203 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,203 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-23 02:51:01,205 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,206 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,222 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,222 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,222 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,222 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,238 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-23 02:51:01,245 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,245 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-09-23 02:51:01,245 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,246 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,262 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,263 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,263 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,263 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,281 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,282 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-09-23 02:51:01,284 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-09-23 02:51:01,284 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,288 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,300 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,300 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,301 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,301 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,316 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,317 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,334 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,334 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,334 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,334 [main] Logical connection got, tx=null
WARN  2024-09-23 02:51:01,338 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-23 02:51:01,344 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-23 02:51:01,344 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,345 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-23 02:51:01,347 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-23 02:51:01,347 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,363 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,363 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,363 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,363 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,381 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,387 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,389 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,403 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,403 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,404 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,404 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,424 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-09-23 02:51:01,428 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,429 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-09-23 02:51:01,430 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,430 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,430 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-09-23 02:51:01,431 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,431 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,443 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,453 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,453 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,454 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,455 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,476 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-09-23 02:51:01,484 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-09-23 02:51:01,494 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,494 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,494 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-09-23 02:51:01,499 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,499 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,499 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-09-23 02:51:01,501 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,501 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,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  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-23 02:51:01,505 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,505 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,505 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-23 02:51:01,506 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,506 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,509 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,525 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,526 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,548 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-23 02:51:01,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,549 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-23 02:51:01,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,551 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,551 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-23 02:51:01,552 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,552 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,552 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-23 02:51:01,552 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,552 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727027459374/5, BranchId=]
DEBUG 2024-09-23 02:51:01,552 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,579 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,579 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,579 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,579 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,613 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,618 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,635 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,638 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,638 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,638 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,639 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,660 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,665 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,688 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,688 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,688 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,689 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,697 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-23 02:51:01,699 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,719 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,719 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,720 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,720 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,728 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-23 02:51:01,730 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,752 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,752 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,753 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,753 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,759 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,761 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,777 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,777 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,777 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,777 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,783 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-09-23 02:51:01,785 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,808 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,815 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,815 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,815 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,843 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,844 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,844 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-23 02:51:01,847 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,847 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,848 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,862 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,862 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,863 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,863 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,879 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,880 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,894 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,894 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,895 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,895 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,913 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-23 02:51:01,914 [main] Physical connection closed
DEBUG 2024-09-23 02:51:01,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:01,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:01,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:01,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:01,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-23 02:51:01,928 [main] Physical connection got
DEBUG 2024-09-23 02:51:01,929 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,929 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:01,929 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:01,945 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-23 02:51:01,946 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.329 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-23 02:51:02,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,002 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,019 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,022 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,022 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,025 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,028 [main] Physical connection closed
DEBUG 2024-09-23 02:51:02,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,029 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,043 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,045 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,045 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,049 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,050 [main] Physical connection closed
DEBUG 2024-09-23 02:51:02,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,051 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,070 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,072 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,076 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,076 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-23 02:51:02,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,091 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,091 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,092 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,092 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-23 02:51:02,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,107 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,107 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,125 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,126 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-09-23 02:51:02,129 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,129 [main] Physical connection closed
DEBUG 2024-09-23 02:51:02,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,141 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,159 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,159 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,160 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,160 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,170 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,174 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,175 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-23 02:51:02,177 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,177 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-23 02:51:02,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,196 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,213 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,224 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,224 [main] Logical connection got, tx=null
WARN  2024-09-23 02:51:02,226 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-23 02:51:02,227 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-23 02:51:02,227 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,227 [main] Physical connection closed
DEBUG 2024-09-23 02:51:02,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,229 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,242 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,245 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,245 [main] Logical connection got, tx=null
WARN  2024-09-23 02:51:02,247 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-23 02:51:02,248 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-23 02:51:02,248 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,248 [main] Physical connection closed
DEBUG 2024-09-23 02:51:02,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,249 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,267 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,275 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-23 02:51:02,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,294 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-23 02:51:02,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,315 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,315 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,316 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,316 [main] Physical connection closed
DEBUG 2024-09-23 02:51:02,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,328 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,328 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,329 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,329 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-23 02:51:02,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-23 02:51:02,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-23 02:51:02,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-23 02:51:02,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-23 02:51:02,344 [main] Physical connection got
DEBUG 2024-09-23 02:51:02,344 [main] Logical connection got, tx=null
DEBUG 2024-09-23 02:51:02,344 [main] Logical connection closed, tx=null
DEBUG 2024-09-23 02:51:02,344 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.345s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.079s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.616s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.307s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Sep 23 02:51:02 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