Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-10-18 02:50:56,619 [main] Logical connection closed
updatedRows:1
DEBUG 2024-10-18 02:50:56,620 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,620 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-10-18 02:50:56,623 [main] Logical connection closed
DEBUG 2024-10-18 02:50:56,623 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-18 02:50:56,657 [main] Physical connection got
DEBUG 2024-10-18 02:50:56,657 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,657 [main] Logical connection closed
DEBUG 2024-10-18 02:50:56,657 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,668 [main] Logical connection closed
DEBUG 2024-10-18 02:50:56,669 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,669 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-10-18 02:50:56,671 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-18 02:50:56.472 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:50:56,671 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,671 [main] Logical connection closed
DEBUG 2024-10-18 02:50:56,671 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,675 [main] Logical connection closed
DEBUG 2024-10-18 02:50:56,676 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,676 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-10-18 02:50:56,677 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-18 02:50:56.472 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:50:56,678 [main] Logical connection got
DEBUG 2024-10-18 02:50:56,678 [main] UPDATE EMP SET tstamp = '2024-10-18 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-10-18 02.50.56'
DEBUG 2024-10-18 02:50:56,679 [main] Logical connection closed
DEBUG 2024-10-18 02:50:56,679 [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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-18 02:50:57,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:57,893 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:50:57,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:57,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:57,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:57,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:57,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,025 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:50:58,185 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,185 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,264 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,270 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-18 02:50:58,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,322 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,322 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,322 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,323 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,432 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-10-18 02:50:58,437 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,465 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,465 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,466 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,466 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,502 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,524 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,553 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,553 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,553 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,554 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,594 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,599 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,625 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,625 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,625 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,625 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,658 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,664 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,666 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,689 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,689 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,689 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,689 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,721 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,725 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,749 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,749 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,749 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,750 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,779 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-10-18 02:50:58,783 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,803 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,806 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,806 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,807 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,807 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,835 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,840 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,842 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,863 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,863 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,864 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,864 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,903 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,908 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,919 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,932 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,932 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,933 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,933 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:58,960 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:58,965 [main] Physical connection closed
DEBUG 2024-10-18 02:50:58,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:58,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:58,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:58,985 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:58,986 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:58,991 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:58,993 [main] Physical connection got
DEBUG 2024-10-18 02:50:58,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:58,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:58,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:59,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:59,041 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:59,043 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-18 02.50.59', 99, 'hoge', 0)
DEBUG 2024-10-18 02:50:59,049 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:59,049 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187458991/0, BranchId=]
DEBUG 2024-10-18 02:50:59,050 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,070 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,072 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,073 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,073 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,074 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,110 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-10-18 02:50:59,117 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,118 [main] UPDATE EMP SET tstamp = '2024-10-18 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-18 02:50:59,119 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,119 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187458991/1, BranchId=]
DEBUG 2024-10-18 02:50:59,119 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,142 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,143 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,178 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,179 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-10-18 02:50:59,181 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,182 [main] UPDATE EMP SET tstamp = '2024-10-18 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-10-18 02:50:59,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,182 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187458991/2, BranchId=]
DEBUG 2024-10-18 02:50:59,182 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,213 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,214 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,239 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,249 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,249 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-10-18 02:50:59,251 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,252 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,252 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-18 02:50:59,252 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,253 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187458991/3, BranchId=]
DEBUG 2024-10-18 02:50:59,253 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,255 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,271 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,277 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,277 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,277 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,278 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,303 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-10-18 02:50:59,305 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,336 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,336 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,336 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,336 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,360 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-10-18 02:50:59,370 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,372 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,392 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,392 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,392 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,393 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,416 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,425 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,446 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,447 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,447 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,447 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,471 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,480 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,498 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,500 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,500 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,501 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,501 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,523 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,531 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,552 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,552 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,552 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,574 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,583 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,583 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:50:59,590 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-18 02:50:59,591 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,593 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,601 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,612 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,613 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,635 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,643 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,643 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:50:59,647 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-18 02:50:59,649 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,670 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,670 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,670 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,671 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,692 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,704 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,704 [main] select * from emp
DEBUG 2024-10-18 02:50:59,707 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:50:59,708 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,727 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,727 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,727 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,727 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,747 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,755 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,755 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-18 02:50:59,759 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-18 02:50:59,760 [main] Physical connection closed
DEBUG 2024-10-18 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 2024-10-18 02:50:59,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,779 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,779 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,779 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,779 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,799 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-10-18 02:50:59,807 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,825 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,826 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,826 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,826 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,845 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,853 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,853 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:50:59,856 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:50:59,857 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,875 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,876 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,876 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,876 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,895 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,902 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,902 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:50:59,907 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:50:59,908 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,924 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,926 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,926 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,926 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,926 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,945 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,953 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,953 [main] select * from emp
DEBUG 2024-10-18 02:50:59,955 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:50:59,956 [main] Physical connection closed
DEBUG 2024-10-18 02:50:59,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:50:59,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:50:59,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:50:59,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:50:59,972 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:50:59,974 [main] Physical connection got
DEBUG 2024-10-18 02:50:59,974 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,974 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:50:59,974 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:50:59,993 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,001 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,001 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-18 02:51:00,003 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:51:00,004 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,022 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,022 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,022 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,022 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,041 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,048 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,048 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:51:00,050 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:51:00,050 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,069 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,069 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,069 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,069 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,088 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,096 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,096 [main] select count(*) from emp
DEBUG 2024-10-18 02:51:00,097 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,097 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,116 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,116 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,116 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,117 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,142 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,150 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,150 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:51:00,151 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-10-18 02:51:00,151 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,170 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,170 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,170 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,170 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,189 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,196 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,196 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:51:00,197 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-10-18 02:51:00,197 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,215 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,215 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,215 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,215 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,234 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,241 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:51:00,242 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-10-18 02:51:00,242 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,260 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,260 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,260 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,260 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,279 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,285 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,286 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:51:00,286 [main] Logical connection closed, tx=null
[Ljava.util.Map;@619646fd
DEBUG 2024-10-18 02:51:00,286 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,304 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,304 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,304 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,304 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,323 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,330 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,330 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-10-18 02:51:00,332 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-10-18 02:51:00,332 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,349 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,349 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,350 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,350 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,368 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-10-18 02:51:00,375 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,375 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-10-18 02:51:00,379 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-18 02:51:00,379 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,394 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,397 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,397 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,397 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,397 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,415 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,419 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,419 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:51:00,419 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,419 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,435 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,437 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,437 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,437 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,437 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,456 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,459 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:51:00,459 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,459 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,478 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,478 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,478 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,478 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,490 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,491 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,491 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-10-18 02:51:00,492 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-18 02:51:00,493 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,510 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,510 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,510 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,510 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,522 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,523 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-18 02:51:00,524 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-18 02:51:00,524 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,541 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,541 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,541 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,541 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,559 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,567 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-18 02.51.00', 9999, 'test', 50)
DEBUG 2024-10-18 02:51:00,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,567 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-10-18 02:51:00,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:51:00,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,569 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-10-18 02:51:00,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-18 02:51:00.566 {50, null, null, 0}
DEBUG 2024-10-18 02:51:00,570 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187458991/4, BranchId=]
DEBUG 2024-10-18 02:51:00,570 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,587 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,587 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,587 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,588 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,605 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,612 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,613 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,629 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,629 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,629 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,629 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,646 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:00,654 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-10-18 02:51:00,657 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,657 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,672 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,674 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,674 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,674 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,674 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,691 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:00,700 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,700 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-10-18 02:51:00,700 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-18 02:51:00,701 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,718 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,718 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,718 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,718 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,735 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:00,740 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,740 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-10-18 02:51:00,742 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-18 02:51:00,742 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,743 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,744 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,759 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,759 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,759 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,759 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,775 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-10-18 02:51:00,778 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,794 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,795 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,795 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,795 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,812 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-18 02:51:00,819 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,819 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-18 02:51:00,821 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,821 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,837 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,837 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,837 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,837 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,854 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-18 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,861 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-10-18 02:51:00,861 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,861 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,880 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,880 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,880 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,880 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,899 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:00,906 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,906 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-10-18 02:51:00,908 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-10-18 02:51:00,908 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,924 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,924 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,924 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,924 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,941 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:00,941 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,949 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,958 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,958 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,958 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,958 [main] Logical connection got, tx=null
WARN  2024-10-18 02:51:00,961 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-18 02:51:00,966 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-18 02:51:00,967 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,967 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-18 02:51:00,969 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-18 02:51:00,969 [main] Physical connection closed
DEBUG 2024-10-18 02:51:00,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:00,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:00,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:00,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:00,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:00,984 [main] Physical connection got
DEBUG 2024-10-18 02:51:00,984 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:00,985 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:00,985 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,002 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:01,008 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,021 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,024 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,024 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,025 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,025 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,042 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-10-18 02:51:01,046 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,046 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-10-18 02:51:01,047 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,047 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,047 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-10-18 02:51:01,048 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,048 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,064 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,064 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,064 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,064 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,082 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-10-18 02:51:01,085 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,085 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-10-18 02:51:01,088 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,088 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,088 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-10-18 02:51:01,089 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,089 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,089 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-10-18 02:51:01,091 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,091 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,091 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-10-18 02:51:01,092 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,092 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,092 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-10-18 02:51:01,093 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,093 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,108 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,109 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,127 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-18 02:51:01,128 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,128 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:51:01,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,129 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-18 02:51:01,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,129 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:51:01,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,129 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187458991/5, BranchId=]
DEBUG 2024-10-18 02:51:01,130 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,143 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,146 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,146 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,147 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,147 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,164 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,168 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,184 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,184 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,184 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,185 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,202 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,206 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,222 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,222 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,222 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,222 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,229 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-18 02:51:01,230 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,245 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,245 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,246 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,246 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,252 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-18 02:51:01,253 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,254 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,266 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,268 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,268 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,268 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,268 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,274 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:01,276 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,277 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,291 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,291 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,297 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-10-18 02:51:01,298 [main] Physical connection closed
DEBUG 2024-10-18 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 2024-10-18 02:51:01,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,301 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,314 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,314 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,314 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,314 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,331 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,332 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,332 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:51:01,335 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,335 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,351 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,351 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,351 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,351 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,368 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,369 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,376 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,384 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,384 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,385 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,385 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,402 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-18 02:51:01,402 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:51:01,418 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,418 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,418 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,418 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,435 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-18 02:51:01,436 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.164 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-18 02:51:01,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,484 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,498 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,501 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,501 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,505 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,507 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,508 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,524 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,526 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,526 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,530 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,531 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,532 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,547 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,549 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,549 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,553 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,554 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-18 02:51:01,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,569 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,569 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,570 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,570 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-18 02:51:01,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,585 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,585 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,601 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,601 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-10-18 02:51:01,604 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,604 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,617 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,617 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,639 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,640 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,640 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,640 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,650 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,655 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,655 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-10-18 02:51:01,657 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,657 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-10-18 02:51:01,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,676 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,690 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,702 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,702 [main] Logical connection got, tx=null
WARN  2024-10-18 02:51:01,704 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-10-18 02:51:01,705 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-18 02:51:01,705 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,705 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,707 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,721 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,724 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,724 [main] Logical connection got, tx=null
WARN  2024-10-18 02:51:01,726 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-10-18 02:51:01,727 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-18 02:51:01,727 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,727 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,729 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,746 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,751 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:51:01,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,765 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-18 02:51:01,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,784 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,784 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,785 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,786 [main] Physical connection closed
DEBUG 2024-10-18 02:51:01,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,798 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,798 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,799 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,799 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-18 02:51:01,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-10-18 02:51:01,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:51:01,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:51:01,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:51:01,813 [main] Physical connection got
DEBUG 2024-10-18 02:51:01,814 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:51:01,814 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:51:01,814 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.729s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.547s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.179s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Oct 18 02:51:01 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS