Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2025-01-16 02:50:58,372 [main] Logical connection closed
updatedRows:1
DEBUG 2025-01-16 02:50:58,373 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,374 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-01-16 02:50:58,376 [main] Logical connection closed
DEBUG 2025-01-16 02:50:58,377 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-16 02:50:58,411 [main] Physical connection got
DEBUG 2025-01-16 02:50:58,411 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,411 [main] Logical connection closed
DEBUG 2025-01-16 02:50:58,411 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,423 [main] Logical connection closed
DEBUG 2025-01-16 02:50:58,423 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,423 [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 2025-01-16 02:50:58,425 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-16 02:50:58.219 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-16 02:50:58,425 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,426 [main] Logical connection closed
DEBUG 2025-01-16 02:50:58,426 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,429 [main] Logical connection closed
DEBUG 2025-01-16 02:50:58,431 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,431 [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 2025-01-16 02:50:58,432 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-16 02:50:58.219 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-16 02:50:58,432 [main] Logical connection got
DEBUG 2025-01-16 02:50:58,432 [main] UPDATE EMP SET tstamp = '2025-01-16 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-16 02.50.58'
DEBUG 2025-01-16 02:50:58,433 [main] Logical connection closed
DEBUG 2025-01-16 02:50:58,433 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-16 02:50:59,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:50:59,824 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:50:59,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:50:59,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:50:59,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:50:59,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:50:59,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:50:59,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:50:59,979 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-16 02:51:00,160 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,160 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,237 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,244 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-16 02:51:00,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,254 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,296 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,296 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,296 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,297 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,413 [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 2025-01-16 02:51:00,419 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,450 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,450 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,450 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,450 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,491 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,515 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,548 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,548 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,548 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,548 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,596 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,601 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,630 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,631 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,631 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,668 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,673 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,699 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,699 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,700 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,700 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,733 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,739 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,765 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,765 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,765 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,765 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,799 [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 2025-01-16 02:51:00,803 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,830 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,830 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,831 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,831 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,872 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,877 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,886 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,909 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,909 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,909 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,910 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,961 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,967 [main] Physical connection closed
DEBUG 2025-01-16 02:51:00,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:00,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:00,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:00,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:00,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:00,999 [main] Physical connection got
DEBUG 2025-01-16 02:51:00,999 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:00,999 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:00,999 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,038 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,043 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,072 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,076 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,108 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,136 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-16 02.51.01', 99, 'hoge', 0)
DEBUG 2025-01-16 02:51:01,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,142 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736963461072/0, BranchId=]
DEBUG 2025-01-16 02:51:01,142 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,165 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,165 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,165 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,198 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,210 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,210 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-01-16 02:51:01,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,219 [main] UPDATE EMP SET tstamp = '2025-01-16 02.51.01', 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 2025-01-16 02:51:01,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,220 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736963461072/1, BranchId=]
DEBUG 2025-01-16 02:51:01,220 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,244 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,244 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,285 [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 2025-01-16 02:51:01,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,288 [main] UPDATE EMP SET tstamp = '2025-01-16 02.51.01', 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 2025-01-16 02:51:01,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,288 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736963461072/2, BranchId=]
DEBUG 2025-01-16 02:51:01,288 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,322 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,326 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,326 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,326 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,364 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,364 [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 2025-01-16 02:51:01,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,366 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,366 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-16 02:51:01,367 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,367 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736963461072/3, BranchId=]
DEBUG 2025-01-16 02:51:01,367 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,392 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,392 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,392 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,392 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,420 [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 2025-01-16 02:51:01,421 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,457 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,457 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,457 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,458 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,503 [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 2025-01-16 02:51:01,519 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,550 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,550 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,550 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,550 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,577 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,587 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,612 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,612 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,612 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,639 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,648 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,671 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,671 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,672 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,672 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,698 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,710 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,712 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,732 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,733 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,733 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,733 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,774 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,774 [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 2025-01-16 02:51:01,784 [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 2025-01-16 02:51:01,786 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,811 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,811 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,811 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,811 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,841 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,851 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,851 [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 2025-01-16 02:51:01,855 [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 2025-01-16 02:51:01,857 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,880 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,880 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,880 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,880 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,909 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,946 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,946 [main] select * from emp
DEBUG 2025-01-16 02:51:01,949 [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 2025-01-16 02:51:01,951 [main] Physical connection closed
DEBUG 2025-01-16 02:51:01,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:01,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:01,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:01,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:01,984 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:01,986 [main] Physical connection got
DEBUG 2025-01-16 02:51:01,986 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:01,987 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:01,987 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,010 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,018 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,019 [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 2025-01-16 02:51:02,022 [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 2025-01-16 02:51:02,023 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,044 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,044 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,044 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,044 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,074 [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 2025-01-16 02:51:02,088 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,111 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,111 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,112 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,136 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,145 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,145 [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 2025-01-16 02:51:02,148 [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 2025-01-16 02:51:02,150 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,210 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,211 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,211 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,211 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,250 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,259 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,259 [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 2025-01-16 02:51:02,264 [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 2025-01-16 02:51:02,266 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,315 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,326 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,327 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,327 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,327 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,366 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,374 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,374 [main] select * from emp
DEBUG 2025-01-16 02:51:02,376 [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 2025-01-16 02:51:02,377 [main] Physical connection closed
DEBUG 2025-01-16 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 2025-01-16 02:51:02,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,399 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,399 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,400 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,405 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,431 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,439 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,439 [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 2025-01-16 02:51:02,441 [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 2025-01-16 02:51:02,443 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,463 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,463 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,491 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,498 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,498 [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 2025-01-16 02:51:02,500 [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 2025-01-16 02:51:02,501 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,522 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,523 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,523 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,523 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,549 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,557 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,557 [main] select count(*) from emp
DEBUG 2025-01-16 02:51:02,558 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,559 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,579 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,579 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,579 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,579 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,609 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,617 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,617 [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 2025-01-16 02:51:02,618 [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 2025-01-16 02:51:02,618 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,644 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,644 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,644 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,644 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,664 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,672 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,672 [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 2025-01-16 02:51:02,673 [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 2025-01-16 02:51:02,673 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,697 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,697 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,699 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,699 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,719 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,726 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,726 [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 2025-01-16 02:51:02,727 [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 2025-01-16 02:51:02,727 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,751 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,751 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,751 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,751 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,771 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,778 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,779 [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 2025-01-16 02:51:02,779 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4bd27069
DEBUG 2025-01-16 02:51:02,779 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,802 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,804 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,804 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,805 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,805 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,829 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,836 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,836 [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 2025-01-16 02:51:02,839 [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 2025-01-16 02:51:02,839 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,857 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,858 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,858 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,858 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,882 [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 2025-01-16 02:51:02,890 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,891 [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 2025-01-16 02:51:02,895 [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 2025-01-16 02:51:02,895 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,914 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,914 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,914 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,935 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,939 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,939 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-16 02:51:02,939 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,940 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,956 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,958 [main] Physical connection got
DEBUG 2025-01-16 02:51:02,958 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,958 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,958 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,976 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,981 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:02,981 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-16 02:51:02,982 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:02,982 [main] Physical connection closed
DEBUG 2025-01-16 02:51:02,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:02,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:02,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:02,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,997 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:02,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:02,999 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,002 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,002 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,002 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,002 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,015 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,016 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,016 [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 2025-01-16 02:51:03,017 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-16 02:51:03,018 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,037 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,037 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,037 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,037 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,050 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,050 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,050 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-16 02:51:03,051 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-16 02:51:03,051 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,069 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,069 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,069 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,088 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,096 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,096 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-16 02.51.03', 9999, 'test', 50)
DEBUG 2025-01-16 02:51:03,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,097 [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 2025-01-16 02:51:03,099 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/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 2025-01-16 02:51:03,099 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,099 [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 2025-01-16 02:51:03,100 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-16 02:51:03.096 {50, null, null, 0}
DEBUG 2025-01-16 02:51:03,100 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736963461072/4, BranchId=]
DEBUG 2025-01-16 02:51:03,100 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,118 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,118 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,118 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,118 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,143 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,154 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,174 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,174 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,174 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,175 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,197 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*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 2025-01-16 02:51:03,208 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,209 [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 2025-01-16 02:51:03,211 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,211 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,234 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,234 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,234 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,234 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,257 [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 2025-01-16 02:51:03,268 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,269 [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 2025-01-16 02:51:03,269 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-16 02:51:03,269 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,292 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,292 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,293 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,293 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,315 [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 2025-01-16 02:51:03,322 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,322 [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 2025-01-16 02:51:03,324 [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 2025-01-16 02:51:03,324 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,326 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,343 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,346 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,346 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,346 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,346 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,370 [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 2025-01-16 02:51:03,374 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,394 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,394 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,394 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,395 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,416 [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 2025-01-16 02:51:03,425 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,425 [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 2025-01-16 02:51:03,427 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,428 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,430 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,434 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,449 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,449 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,449 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,450 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,470 [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 2025-01-16 02:51:03,478 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,478 [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 2025-01-16 02:51:03,479 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,479 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,497 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,501 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,501 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,501 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,501 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,531 [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 2025-01-16 02:51:03,532 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,532 [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 2025-01-16 02:51:03,534 [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 2025-01-16 02:51:03,535 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,552 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,552 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,552 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,552 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,568 [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 2025-01-16 02:51:03,569 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,586 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,586 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,586 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,586 [main] Logical connection got, tx=null
WARN  2025-01-16 02:51:03,589 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-16 02:51:03,594 [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 2025-01-16 02:51:03,595 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,595 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-16 02:51:03,597 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-16 02:51:03,597 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,613 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,613 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,613 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,613 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,631 [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 2025-01-16 02:51:03,637 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,654 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,654 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,671 [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 2025-01-16 02:51:03,675 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,675 [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 2025-01-16 02:51:03,676 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,676 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,676 [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 2025-01-16 02:51:03,677 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,677 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,694 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,694 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,694 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,694 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,712 [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 2025-01-16 02:51:03,715 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,715 [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 2025-01-16 02:51:03,718 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,719 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,719 [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 2025-01-16 02:51:03,719 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,719 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,720 [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 2025-01-16 02:51:03,721 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,721 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,721 [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 2025-01-16 02:51:03,722 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,723 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,723 [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 2025-01-16 02:51:03,723 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,723 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,739 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,740 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,740 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,741 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-16 02:51:03,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,759 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-16 02:51:03,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,760 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-16 02:51:03,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,763 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-16 02:51:03,763 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,763 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736963461072/5, BranchId=]
DEBUG 2025-01-16 02:51:03,763 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,765 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,780 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,780 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,780 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,780 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,798 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,801 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,803 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,817 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,817 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,817 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,818 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,835 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,840 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,856 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,856 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,856 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,856 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,862 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-16 02:51:03,864 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,878 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,879 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,879 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,879 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,885 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-16 02:51:03,886 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,900 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,900 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,900 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,901 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,907 [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 2025-01-16 02:51:03,908 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,922 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,922 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,923 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,923 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,928 [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 2025-01-16 02:51:03,930 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,930 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,944 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,944 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,944 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,945 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,960 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,961 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,961 [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 2025-01-16 02:51:03,964 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,964 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:03,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:03,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:03,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:03,980 [main] Physical connection got
DEBUG 2025-01-16 02:51:03,980 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,980 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,981 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:03,996 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:03,997 [main] Physical connection closed
DEBUG 2025-01-16 02:51:03,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:03,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:04,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:04,012 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,012 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,012 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,012 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,028 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-16 02:51:04,029 [main] Physical connection closed
DEBUG 2025-01-16 02:51:04,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:04,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-16 02:51:04,044 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,044 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,044 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,045 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,060 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-16 02:51:04,061 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.817 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.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-16 02:51:04,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,109 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,123 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,125 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,125 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,129 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,132 [main] Physical connection closed
DEBUG 2025-01-16 02:51:04,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,133 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,146 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,149 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,149 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,153 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,153 [main] Physical connection closed
DEBUG 2025-01-16 02:51:04,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,155 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,172 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,175 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,175 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,178 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,179 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-16 02:51:04,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,193 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,193 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,193 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,194 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-16 02:51:04,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,207 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,207 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,223 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,223 [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 2025-01-16 02:51:04,227 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,227 [main] Physical connection closed
DEBUG 2025-01-16 02:51:04,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,239 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,239 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,255 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,255 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,255 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,256 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,287 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,297 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,297 [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 2025-01-16 02:51:04,299 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,299 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-16 02:51:04,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,318 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,330 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,353 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,353 [main] Logical connection got, tx=null
WARN  2025-01-16 02:51:04,366 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-16 02:51:04,367 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-16 02:51:04,368 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,368 [main] Physical connection closed
DEBUG 2025-01-16 02:51:04,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,369 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,387 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,390 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,390 [main] Logical connection got, tx=null
WARN  2025-01-16 02:51:04,392 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2025-01-16 02:51:04,393 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-16 02:51:04,393 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,394 [main] Physical connection closed
DEBUG 2025-01-16 02:51:04,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,395 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,408 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,415 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,419 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-16 02:51:04,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,432 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-16 02:51:04,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,450 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,451 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,452 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,452 [main] Physical connection closed
DEBUG 2025-01-16 02:51:04,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,458 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,463 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,465 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,465 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,466 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,466 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-16 02:51:04,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-01-16 02:51:04,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-16 02:51:04,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-16 02:51:04,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-16 02:51:04,480 [main] Physical connection got
DEBUG 2025-01-16 02:51:04,480 [main] Logical connection got, tx=null
DEBUG 2025-01-16 02:51:04,481 [main] Logical connection closed, tx=null
DEBUG 2025-01-16 02:51:04,481 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.403s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.288s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.631s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.048s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Thu Jan 16 02:51:04 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS