Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-30 02:50:57,062 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-30 02:50:57,063 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,063 [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-30 02:50:57,066 [main] Logical connection closed
DEBUG 2024-09-30 02:50:57,067 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-30 02:50:57,102 [main] Physical connection got
DEBUG 2024-09-30 02:50:57,102 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,102 [main] Logical connection closed
DEBUG 2024-09-30 02:50:57,102 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,114 [main] Logical connection closed
DEBUG 2024-09-30 02:50:57,114 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,114 [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-30 02:50:57,116 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-30 02:50:56.91 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-30 02:50:57,117 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,117 [main] Logical connection closed
DEBUG 2024-09-30 02:50:57,117 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,121 [main] Logical connection closed
DEBUG 2024-09-30 02:50:57,122 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,122 [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-30 02:50:57,123 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-30 02:50:56.91 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-30 02:50:57,124 [main] Logical connection got
DEBUG 2024-09-30 02:50:57,124 [main] UPDATE EMP SET tstamp = '2024-09-30 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-30 02.50.56'
DEBUG 2024-09-30 02:50:57,125 [main] Logical connection closed
DEBUG 2024-09-30 02:50:57,125 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-30 02:50:58,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:58,371 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:50:58,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:58,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:58,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:58,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:58,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:58,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:58,523 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-30 02:50:58,697 [main] Physical connection got
DEBUG 2024-09-30 02:50:58,698 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:58,776 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:58,782 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-30 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-30 02:50:58,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:58,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:58,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:58,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:58,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:58,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:58,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:58,824 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:58,837 [main] Physical connection got
DEBUG 2024-09-30 02:50:58,837 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:58,838 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:58,838 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:58,954 [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-30 02:50:58,960 [main] Physical connection closed
DEBUG 2024-09-30 02:50:58,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:58,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:58,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:58,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:58,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:58,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:58,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:58,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:58,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:58,992 [main] Physical connection got
DEBUG 2024-09-30 02:50:58,992 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:58,993 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:58,993 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,032 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,056 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,089 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,089 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,090 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,090 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,133 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,139 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,142 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,166 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,170 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,170 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,170 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,170 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,210 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,217 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,246 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,246 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,246 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,247 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,284 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,289 [main] Physical connection closed
DEBUG 2024-09-30 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-30 02:50:59,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,317 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,318 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,318 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,318 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,353 [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-30 02:50:59,357 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,384 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,384 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,384 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,384 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,418 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,423 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,448 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,449 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,449 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,449 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,487 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,492 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,516 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,516 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,516 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,517 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,548 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,552 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,578 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,580 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,633 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,636 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-30 02.50.59', 99, 'hoge', 0)
DEBUG 2024-09-30 02:50:59,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,642 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727632259578/0, BranchId=]
DEBUG 2024-09-30 02:50:59,642 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,667 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,667 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,667 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,667 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,709 [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-30 02:50:59,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,717 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,718 [main] UPDATE EMP SET tstamp = '2024-09-30 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-30 02:50:59,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,719 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727632259578/1, BranchId=]
DEBUG 2024-09-30 02:50:59,719 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,730 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,730 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,739 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,740 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,742 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,743 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,743 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,781 [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-30 02:50:59,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,783 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,784 [main] UPDATE EMP SET tstamp = '2024-09-30 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-30 02:50:59,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,784 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727632259578/2, BranchId=]
DEBUG 2024-09-30 02:50:59,785 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,800 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,812 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,812 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,839 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,849 [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-30 02:50:59,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,852 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-30 02:50:59,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,852 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727632259578/3, BranchId=]
DEBUG 2024-09-30 02:50:59,852 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,876 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,876 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,877 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,877 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,903 [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-30 02:50:59,905 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,936 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,936 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,936 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,936 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,963 [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-30 02:50:59,972 [main] Physical connection closed
DEBUG 2024-09-30 02:50:59,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:50:59,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:50:59,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:50:59,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:50:59,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:50:59,996 [main] Physical connection got
DEBUG 2024-09-30 02:50:59,996 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:50:59,996 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:50:59,997 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,023 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,032 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,055 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,056 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,056 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,056 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,087 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,097 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,119 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,119 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,119 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,119 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,145 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,155 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,176 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,176 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,177 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,177 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,202 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,211 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,211 [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-30 02:51:00,219 [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-30 02:51:00,221 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,243 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,243 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,243 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,243 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,269 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,279 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,279 [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-30 02:51:00,283 [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-30 02:51:00,284 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,306 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,306 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,306 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,306 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,330 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,342 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,343 [main] select * from emp
DEBUG 2024-09-30 02:51:00,345 [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-30 02:51:00,347 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,367 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,368 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,368 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,368 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,391 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,400 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,400 [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-30 02:51:00,404 [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-30 02:51:00,406 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,427 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,427 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,427 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,427 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,450 [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-30 02:51:00,459 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,480 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,481 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,481 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,481 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,504 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,513 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,513 [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-30 02:51:00,516 [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-30 02:51:00,517 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,535 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,538 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,538 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,538 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,539 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,561 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,575 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,575 [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-30 02:51:00,580 [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-30 02:51:00,581 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,602 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,602 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,603 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,624 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,633 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,633 [main] select * from emp
DEBUG 2024-09-30 02:51:00,634 [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-30 02:51:00,636 [main] Physical connection closed
DEBUG 2024-09-30 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-30 02:51:00,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,656 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,656 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,656 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,657 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,678 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,686 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,686 [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-30 02:51:00,688 [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-30 02:51:00,689 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,710 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,710 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,710 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,710 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,731 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,738 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,738 [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-30 02:51:00,740 [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-30 02:51:00,741 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,761 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,761 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,762 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,762 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,782 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,790 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,790 [main] select count(*) from emp
DEBUG 2024-09-30 02:51:00,792 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,792 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,817 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,818 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,818 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,818 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,838 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,847 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,848 [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-30 02:51:00,848 [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-30 02:51:00,849 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,869 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,869 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,869 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,869 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,890 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,898 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,898 [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-30 02:51:00,899 [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-30 02:51:00,899 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,918 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,919 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,919 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,919 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,940 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,947 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,947 [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-30 02:51:00,948 [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-30 02:51:00,948 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:00,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:00,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:00,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:00,968 [main] Physical connection got
DEBUG 2024-09-30 02:51:00,968 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,968 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,968 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,988 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:00,996 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:00,996 [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-30 02:51:00,997 [main] Logical connection closed, tx=null
[Ljava.util.Map;@407e75d2
DEBUG 2024-09-30 02:51:00,997 [main] Physical connection closed
DEBUG 2024-09-30 02:51:00,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:00,999 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,016 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,017 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,017 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,017 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,037 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,044 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,044 [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-30 02:51:01,046 [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-30 02:51:01,047 [main] Physical connection closed
DEBUG 2024-09-30 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-30 02:51:01,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,064 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,066 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,066 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,067 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,067 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,087 [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-30 02:51:01,095 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,095 [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-30 02:51:01,100 [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-30 02:51:01,100 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,122 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,122 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,122 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,122 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,145 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,150 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,150 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-30 02:51:01,150 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,151 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,172 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,173 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,173 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,173 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,196 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,201 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,201 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-30 02:51:01,201 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,202 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,224 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,224 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,225 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,225 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,240 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,241 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,241 [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-30 02:51:01,243 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-30 02:51:01,243 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,267 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,267 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,267 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,268 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,280 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,280 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,280 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-30 02:51:01,281 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-30 02:51:01,282 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,300 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,300 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,300 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,301 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,318 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,325 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,325 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-30 02.51.01', 9999, 'test', 50)
DEBUG 2024-09-30 02:51:01,326 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,326 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,326 [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-30 02:51:01,328 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/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-30 02:51:01,328 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,328 [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-30 02:51:01,329 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-30 02:51:01.325 {50, null, null, 0}
DEBUG 2024-09-30 02:51:01,330 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727632259578/4, BranchId=]
DEBUG 2024-09-30 02:51:01,330 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,347 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,348 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,348 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,348 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,366 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,372 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,390 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,390 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,391 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,391 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,408 [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-30 02:51:01,417 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,418 [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-30 02:51:01,420 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,420 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,438 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,438 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,439 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,439 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,456 [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-30 02:51:01,465 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,465 [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-30 02:51:01,466 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-30 02:51:01,466 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,485 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,485 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,485 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,485 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,502 [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-30 02:51:01,508 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,508 [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-30 02:51:01,510 [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-30 02:51:01,511 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,512 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,514 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,529 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,529 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,529 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,529 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,546 [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-30 02:51:01,549 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,567 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,567 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,567 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,567 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,584 [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-30 02:51:01,591 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,592 [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-30 02:51:01,594 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,594 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,612 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,613 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,613 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,633 [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-30 02:51:01,640 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,640 [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-30 02:51:01,640 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,641 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,658 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,658 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,658 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,658 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,678 [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-30 02:51:01,678 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,679 [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-30 02:51:01,680 [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-30 02:51:01,681 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,698 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,698 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,699 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,699 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,715 [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-30 02:51:01,716 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,734 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,734 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,734 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,734 [main] Logical connection got, tx=null
WARN  2024-09-30 02:51:01,737 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-30 02:51:01,743 [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-30 02:51:01,743 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,743 [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-30 02:51:01,746 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-30 02:51:01,746 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,762 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,762 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,762 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,762 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,781 [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-30 02:51:01,787 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,804 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,804 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,822 [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-30 02:51:01,826 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,826 [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-30 02:51:01,827 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,827 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,827 [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-30 02:51:01,828 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,828 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,844 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,844 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,844 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,845 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,863 [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-30 02:51:01,866 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,866 [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-30 02:51:01,869 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,870 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,870 [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-30 02:51:01,870 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,871 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,871 [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-30 02:51:01,872 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,873 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,873 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-30 02:51:01,874 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,874 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,874 [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-30 02:51:01,874 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,875 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,891 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,892 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-30 02:51:01,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,911 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-30 02:51:01,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,912 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-30 02:51:01,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,913 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,913 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-30 02:51:01,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,913 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727632259578/5, BranchId=]
DEBUG 2024-09-30 02:51:01,914 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,932 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,932 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,932 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,932 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,950 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,953 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,955 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:01,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:01,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:01,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,971 [main] Physical connection got
DEBUG 2024-09-30 02:51:01,971 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,971 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,971 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:01,990 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:01,995 [main] Physical connection closed
DEBUG 2024-09-30 02:51:01,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:01,996 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:01,998 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,018 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,018 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,018 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,019 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,026 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-30 02:51:02,027 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,044 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,045 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,045 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,045 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,051 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-30 02:51:02,053 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,070 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,070 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,070 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,070 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,077 [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-30 02:51:02,078 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,095 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,095 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,095 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,096 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,102 [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-30 02:51:02,104 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,121 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,121 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,121 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,121 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,139 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,140 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,140 [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-30 02:51:02,143 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,144 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,152 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,159 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,161 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,161 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,162 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,162 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,179 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,180 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,197 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,197 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,198 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,198 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,216 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-30 02:51:02,217 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-30 02:51:02,234 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,234 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,235 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,235 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,253 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-30 02:51:02,254 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.47 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.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-30 02:51:02,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,304 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,320 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,323 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,327 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,329 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,331 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,346 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,349 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,349 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,353 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,353 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,355 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,375 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,378 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,378 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,382 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,383 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-30 02:51:02,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,399 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,399 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,400 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,400 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-30 02:51:02,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,415 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,416 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,433 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,433 [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-30 02:51:02,436 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,437 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,443 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,450 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,450 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,467 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,467 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,468 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,468 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,479 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,484 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,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 WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-30 02:51:02,486 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,487 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-30 02:51:02,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,506 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,521 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,533 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,533 [main] Logical connection got, tx=null
WARN  2024-09-30 02:51:02,535 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-30 02:51:02,536 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-30 02:51:02,536 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,537 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,538 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,552 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,556 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,556 [main] Logical connection got, tx=null
WARN  2024-09-30 02:51:02,558 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-30 02:51:02,559 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-30 02:51:02,559 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,559 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,560 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,575 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,580 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-30 02:51:02,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,594 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-30 02:51:02,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,614 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,614 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,616 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,616 [main] Physical connection closed
DEBUG 2024-09-30 02:51:02,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,628 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,628 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,630 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,630 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-30 02:51:02,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-30 02:51:02,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-30 02:51:02,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-30 02:51:02,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-30 02:51:02,645 [main] Physical connection got
DEBUG 2024-09-30 02:51:02,645 [main] Logical connection got, tx=null
DEBUG 2024-09-30 02:51:02,646 [main] Logical connection closed, tx=null
DEBUG 2024-09-30 02:51:02,646 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.311s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.167s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.582s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.553s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Mon Sep 30 02:51:02 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS