Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-11-18 02:50:57,049 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-18 02:50:57,050 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,050 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-18 02:50:57,053 [main] Logical connection closed
DEBUG 2024-11-18 02:50:57,053 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-18 02:50:57,089 [main] Physical connection got
DEBUG 2024-11-18 02:50:57,089 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,089 [main] Logical connection closed
DEBUG 2024-11-18 02:50:57,089 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,100 [main] Logical connection closed
DEBUG 2024-11-18 02:50:57,101 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,101 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-18 02:50:57,103 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-18 02:50:56.898 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-18 02:50:57,103 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,103 [main] Logical connection closed
DEBUG 2024-11-18 02:50:57,104 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,107 [main] Logical connection closed
DEBUG 2024-11-18 02:50:57,109 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,109 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-18 02:50:57,110 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-18 02:50:56.898 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-18 02:50:57,110 [main] Logical connection got
DEBUG 2024-11-18 02:50:57,110 [main] UPDATE EMP SET tstamp = '2024-11-18 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-11-18 02.50.56'
DEBUG 2024-11-18 02:50:57,111 [main] Logical connection closed
DEBUG 2024-11-18 02:50:57,111 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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-11-18 02:50:58,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:58,381 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:50:58,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:58,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:58,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:58,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:58,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:58,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:58,537 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-18 02:50:58,716 [main] Physical connection got
DEBUG 2024-11-18 02:50:58,716 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:58,799 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:58,805 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-18 02:50:58,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:58,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:58,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:58,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:58,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:58,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:58,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:58,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:58,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:58,862 [main] Physical connection got
DEBUG 2024-11-18 02:50:58,862 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:58,863 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:58,863 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:58,999 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-18 02:50:59,006 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,045 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,045 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,045 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,045 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,095 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,121 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,157 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,157 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,158 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,158 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,205 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,210 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,243 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,243 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,243 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,243 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,284 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,289 [main] Physical connection closed
DEBUG 2024-11-18 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-11-18 02:50:59,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,318 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,318 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,318 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,318 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,356 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,362 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,390 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,390 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,390 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,390 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,428 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-18 02:50:59,432 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,459 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,459 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,460 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,460 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,505 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,531 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,532 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,532 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,532 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,572 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,577 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,603 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,603 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,603 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,604 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,636 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,642 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,670 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,672 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,734 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-18 02.50.59', 99, 'hoge', 0)
DEBUG 2024-11-18 02:50:59,740 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,740 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731865859670/0, BranchId=]
DEBUG 2024-11-18 02:50:59,741 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,767 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,768 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,815 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-18 02:50:59,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,824 [main] UPDATE EMP SET tstamp = '2024-11-18 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-11-18 02:50:59,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,826 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731865859670/1, BranchId=]
DEBUG 2024-11-18 02:50:59,826 [main] Physical connection closed
DEBUG 2024-11-18 02:50:59,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:50:59,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,849 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,850 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,850 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,850 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,850 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,882 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,900 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-18 02:50:59,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,904 [main] UPDATE EMP SET tstamp = '2024-11-18 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-11-18 02:50:59,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,904 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731865859670/2, BranchId=]
DEBUG 2024-11-18 02:50:59,905 [main] Physical connection closed
DEBUG 2024-11-18 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-11-18 02:50:59,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,928 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,928 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,928 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,929 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,929 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,968 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,969 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-18 02:50:59,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,971 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-18 02:50:59,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,972 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731865859670/3, BranchId=]
DEBUG 2024-11-18 02:50:59,972 [main] Physical connection closed
DEBUG 2024-11-18 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-11-18 02:50:59,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:50:59,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:50:59,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:50:59,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:50:59,997 [main] Physical connection got
DEBUG 2024-11-18 02:50:59,997 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:50:59,997 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:50:59,997 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,025 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-18 02:51:00,026 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,058 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,059 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,059 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,059 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,085 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-18 02:51:00,095 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,117 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,118 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,118 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,118 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,144 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,153 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,155 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,173 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,175 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,175 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,175 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,176 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,207 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,216 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,238 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,239 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,239 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,239 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,265 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,274 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,293 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,295 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,296 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,296 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,296 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,320 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,329 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,329 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-18 02:51:00,337 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-18 02:51:00,339 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,361 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,361 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,362 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,386 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,395 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,395 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-18 02:51:00,399 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-18 02:51:00,401 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,422 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,423 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,423 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,423 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,447 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,465 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,466 [main] select * from emp
DEBUG 2024-11-18 02:51:00,469 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-18 02:51:00,470 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,492 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,493 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,493 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,493 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,518 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,526 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,526 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-18 02:51:00,530 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-18 02:51:00,532 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,554 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,555 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,555 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,555 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,578 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-18 02:51:00,588 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,610 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,610 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,610 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,610 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,633 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,642 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,642 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-18 02:51:00,645 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-18 02:51:00,646 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,667 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,668 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,668 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,668 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,690 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,699 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,699 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-18 02:51:00,704 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-18 02:51:00,706 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,727 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,727 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,728 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,728 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,750 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,760 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,760 [main] select * from emp
DEBUG 2024-11-18 02:51:00,762 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-18 02:51:00,763 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,765 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,785 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,785 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,785 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,786 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,811 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,823 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,823 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-18 02:51:00,825 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-18 02:51:00,827 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,852 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,852 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,853 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,853 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,880 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,890 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,890 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-18 02:51:00,893 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-18 02:51:00,893 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,917 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,917 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,917 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,918 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,943 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,953 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,953 [main] select count(*) from emp
DEBUG 2024-11-18 02:51:00,955 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,955 [main] Physical connection closed
DEBUG 2024-11-18 02:51:00,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:00,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:00,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:00,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:00,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:00,985 [main] Physical connection got
DEBUG 2024-11-18 02:51:00,986 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:00,986 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:00,986 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,008 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,017 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,017 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-18 02:51:01,018 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-18 02:51:01,019 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,029 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,039 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,039 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,040 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,040 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,060 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,069 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,069 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-18 02:51:01,070 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-18 02:51:01,070 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,091 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,091 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,091 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,092 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,112 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,120 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,121 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-18 02:51:01,122 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-18 02:51:01,122 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,143 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,143 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,144 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,165 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,173 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-18 02:51:01,174 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4c309f9f
DEBUG 2024-11-18 02:51:01,174 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,194 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,194 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,195 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,195 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,216 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,224 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,224 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-18 02:51:01,226 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-18 02:51:01,227 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,247 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,247 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,247 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,247 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,268 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-18 02:51:01,276 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,276 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-18 02:51:01,281 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-18 02:51:01,282 [main] Physical connection closed
DEBUG 2024-11-18 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-11-18 02:51:01,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,303 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,303 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,303 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,303 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,324 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,328 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,328 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-18 02:51:01,329 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,329 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,349 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,349 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,349 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,350 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,370 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,373 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,374 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-18 02:51:01,374 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,374 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,395 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,395 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,409 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,409 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,410 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-18 02:51:01,411 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-18 02:51:01,412 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,413 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,413 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,431 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,431 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,431 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,432 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,449 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,450 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,450 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-18 02:51:01,451 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-18 02:51:01,451 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,471 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,471 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,471 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,500 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-18 02.51.01', 9999, 'test', 50)
DEBUG 2024-11-18 02:51:01,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,501 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,501 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-18 02:51:01,503 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-18 02:51:01,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,504 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-11-18 02:51:01,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-18 02:51:01.5 {50, null, null, 0}
DEBUG 2024-11-18 02:51:01,505 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731865859670/4, BranchId=]
DEBUG 2024-11-18 02:51:01,505 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,525 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,525 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,525 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,526 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,545 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,551 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,571 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,571 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,571 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,571 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,590 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:01,600 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,600 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-11-18 02:51:01,603 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,603 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,623 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,623 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,623 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,623 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,642 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:01,652 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,652 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-18 02:51:01,653 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-18 02:51:01,653 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,673 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,673 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,674 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,674 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,692 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:01,697 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,698 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-18 02:51:01,700 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-18 02:51:01,700 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,719 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,719 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,720 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,720 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,736 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-18 02:51:01,740 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,759 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,759 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,760 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,760 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,777 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-18 02:51:01,784 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,785 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-18 02:51:01,787 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,787 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,806 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,806 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,806 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,807 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,825 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-18 02:51:01,832 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,832 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-18 02:51:01,833 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,833 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,852 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,853 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,853 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,853 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,877 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:01,878 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,879 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-11-18 02:51:01,881 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-18 02:51:01,881 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,901 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,901 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,902 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,902 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,919 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:01,921 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,943 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,943 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,943 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,944 [main] Logical connection got, tx=null
WARN  2024-11-18 02:51:01,947 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-18 02:51:01,954 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-18 02:51:01,955 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,955 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-18 02:51:01,958 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-18 02:51:01,958 [main] Physical connection closed
DEBUG 2024-11-18 02:51:01,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:01,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:01,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:01,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:01,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:01,980 [main] Physical connection got
DEBUG 2024-11-18 02:51:01,980 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:01,981 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:01,981 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,003 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:02,012 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,033 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,034 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,034 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,034 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,056 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-18 02:51:02,061 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,061 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-11-18 02:51:02,062 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,062 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,063 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-11-18 02:51:02,064 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,064 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,087 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,087 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,088 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,088 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,109 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-18 02:51:02,113 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,113 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-11-18 02:51:02,117 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,117 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,117 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-11-18 02:51:02,118 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,119 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,119 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-11-18 02:51:02,121 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,121 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,121 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-11-18 02:51:02,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,123 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,123 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-11-18 02:51:02,123 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,124 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,144 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,145 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,146 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,146 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-18 02:51:02,169 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,169 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-18 02:51:02,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,170 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,170 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-18 02:51:02,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,171 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-18 02:51:02,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,172 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731865859670/5, BranchId=]
DEBUG 2024-11-18 02:51:02,172 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,194 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,194 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,194 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,194 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,216 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,221 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,242 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,242 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,242 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,243 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,266 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,272 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,292 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,298 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,298 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,298 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,300 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,309 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-18 02:51:02,312 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,334 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,334 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,334 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,334 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,343 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-18 02:51:02,345 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,369 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,369 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,369 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,370 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,376 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:02,378 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,395 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,395 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,395 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,395 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,402 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-18 02:51:02,404 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,419 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,423 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,423 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,423 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,423 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,440 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,441 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,441 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-18 02:51:02,445 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,445 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,447 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,449 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,463 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,463 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,480 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,481 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,498 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,499 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,499 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,516 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-18 02:51:02,517 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-18 02:51:02,534 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,534 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,535 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,535 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,552 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-18 02:51:02,553 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.748 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.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-18 02:51:02,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,608 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,625 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,628 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,628 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,632 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,635 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,636 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,652 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,655 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,655 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,659 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,659 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,661 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,677 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,680 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,680 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,684 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,685 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-18 02:51:02,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,702 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,702 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,703 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,703 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-18 02:51:02,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,721 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,721 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,739 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-18 02:51:02,744 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,744 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,758 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,758 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,775 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,775 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,775 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,776 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,787 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,792 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,792 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-11-18 02:51:02,794 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,794 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-18 02:51:02,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,815 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,830 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,841 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,842 [main] Logical connection got, tx=null
WARN  2024-11-18 02:51:02,844 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-18 02:51:02,845 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-18 02:51:02,845 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,845 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,847 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,862 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,865 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,865 [main] Logical connection got, tx=null
WARN  2024-11-18 02:51:02,867 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-18 02:51:02,868 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-18 02:51:02,868 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,869 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,870 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,884 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,888 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-18 02:51:02,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,894 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,903 [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-11-18 02:51:02,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,922 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,922 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,923 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,923 [main] Physical connection closed
DEBUG 2024-11-18 02:51:02,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,937 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,937 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,939 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,939 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-18 02:51:02,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-18 02:51:02,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-18 02:51:02,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-18 02:51:02,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-18 02:51:02,954 [main] Physical connection got
DEBUG 2024-11-18 02:51:02,954 [main] Logical connection got, tx=null
DEBUG 2024-11-18 02:51:02,955 [main] Logical connection closed, tx=null
DEBUG 2024-11-18 02:51:02,955 [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.014 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.318s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.101s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.598s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.855s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Mon Nov 18 02:51:03 JST 2024
[INFO] Final Memory: 29M/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