Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-11-17 02:50:59,401 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-17 02:50:59,402 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,402 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-17 02:50:59,405 [main] Logical connection closed
DEBUG 2024-11-17 02:50:59,405 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-17 02:50:59,442 [main] Physical connection got
DEBUG 2024-11-17 02:50:59,443 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,443 [main] Logical connection closed
DEBUG 2024-11-17 02:50:59,443 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,455 [main] Logical connection closed
DEBUG 2024-11-17 02:50:59,455 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,456 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-17 02:50:59,457 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-17 02:50:59.242 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:50:59,458 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,458 [main] Logical connection closed
DEBUG 2024-11-17 02:50:59,458 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,463 [main] Logical connection closed
DEBUG 2024-11-17 02:50:59,464 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,464 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-17 02:50:59,465 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-17 02:50:59.242 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:50:59,466 [main] Logical connection got
DEBUG 2024-11-17 02:50:59,466 [main] UPDATE EMP SET tstamp = '2024-11-17 02.50.59', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-17 02.50.59'
DEBUG 2024-11-17 02:50:59,467 [main] Logical connection closed
DEBUG 2024-11-17 02:50:59,467 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-17 02:51:00,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:00,748 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:00,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:00,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:00,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:00,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:00,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:00,899 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:51:01,075 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,076 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,157 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,163 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-17 02:51:01,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,219 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,219 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,219 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,220 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,338 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-17 02:51:01,344 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,375 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,375 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,376 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,376 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,440 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,466 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,472 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,473 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,473 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,473 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,521 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,527 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,555 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,555 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,555 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,555 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,590 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,596 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,623 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,623 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,623 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,623 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,657 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,662 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,675 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,689 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,689 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,689 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,689 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,721 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-17 02:51:01,726 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,751 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,752 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,752 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,752 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,785 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,790 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,812 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,815 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,816 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,816 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,816 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,853 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,858 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,861 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,884 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,884 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,884 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,885 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:01,915 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:01,920 [main] Physical connection closed
DEBUG 2024-11-17 02:51:01,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:01,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:01,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:01,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:01,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:01,947 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:01,948 [main] Physical connection got
DEBUG 2024-11-17 02:51:01,949 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:01,949 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:01,950 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:01,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:01,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:02,002 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-17 02.51.01', 99, 'hoge', 0)
DEBUG 2024-11-17 02:51:02,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:02,008 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779461947/0, BranchId=]
DEBUG 2024-11-17 02:51:02,008 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,011 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,029 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,032 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,033 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,071 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-17 02:51:02,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,079 [main] UPDATE EMP SET tstamp = '2024-11-17 02.51.02', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-17 02:51:02,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,080 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779461947/1, BranchId=]
DEBUG 2024-11-17 02:51:02,081 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,083 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,110 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,110 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,166 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-17 02:51:02,169 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,169 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,169 [main] UPDATE EMP SET tstamp = '2024-11-17 02.51.02', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-17 02:51:02,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,170 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779461947/2, BranchId=]
DEBUG 2024-11-17 02:51:02,170 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,194 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,194 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,194 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,194 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,230 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,231 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-17 02:51:02,233 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,233 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,233 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-17 02:51:02,234 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,234 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779461947/3, BranchId=]
DEBUG 2024-11-17 02:51:02,234 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,260 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,260 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,260 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,260 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,287 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-17 02:51:02,288 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,322 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,322 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,322 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,322 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,349 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-17 02:51:02,359 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,361 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,380 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,383 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,384 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,384 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,409 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,418 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,440 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,440 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,441 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,441 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,471 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,480 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,503 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,503 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,503 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,503 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,537 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,539 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,541 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,557 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,560 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,560 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,560 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,560 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,585 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,594 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,594 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:51:02,602 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-17 02:51:02,603 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,626 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,626 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,626 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,626 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,651 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,660 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,660 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:51:02,665 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-17 02:51:02,666 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,668 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,687 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,687 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,688 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,688 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,712 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,727 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,728 [main] select * from emp
DEBUG 2024-11-17 02:51:02,731 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:51:02,732 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,754 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,754 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,754 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,754 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,777 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,786 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,786 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-17 02:51:02,790 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-17 02:51:02,791 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,793 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,811 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,813 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,813 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,814 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,814 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,836 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-17 02:51:02,844 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,866 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,866 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,866 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,866 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,888 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,897 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,897 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:51:02,900 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:51:02,901 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,922 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,922 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,922 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,922 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,944 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,952 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:51:02,957 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:51:02,958 [main] Physical connection closed
DEBUG 2024-11-17 02:51:02,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:02,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:02,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:02,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:02,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:02,979 [main] Physical connection got
DEBUG 2024-11-17 02:51:02,979 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:02,980 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:02,980 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,002 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,011 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,011 [main] select * from emp
DEBUG 2024-11-17 02:51:03,013 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:51:03,014 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,033 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,035 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,035 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,036 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,036 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,061 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,071 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,072 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-17 02:51:03,074 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-17 02:51:03,075 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,099 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,099 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,099 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,125 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,135 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,135 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:51:03,137 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:51:03,138 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,159 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,160 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,162 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,163 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,163 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,163 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,188 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,198 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,198 [main] select count(*) from emp
DEBUG 2024-11-17 02:51:03,200 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,200 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,230 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,233 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,233 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,233 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,233 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,254 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,263 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,264 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:51:03,265 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-17 02:51:03,265 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,284 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,287 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,287 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,287 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,287 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,308 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,316 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,317 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:51:03,317 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-17 02:51:03,318 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,338 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,338 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,339 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,339 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,359 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,366 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,366 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:51:03,367 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-17 02:51:03,368 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,387 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,387 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,388 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,388 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,408 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,416 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,416 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-17 02:51:03,417 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b76086d
DEBUG 2024-11-17 02:51:03,417 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,437 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,437 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,437 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,437 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,457 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,465 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,465 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-17 02:51:03,467 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-17 02:51:03,468 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,487 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,488 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,488 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,488 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,509 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-17 02:51:03,516 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,517 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-17 02:51:03,521 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-17 02:51:03,521 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,523 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,541 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,541 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,541 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,541 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,562 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,566 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,566 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:51:03,567 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,567 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,587 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,587 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,587 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,587 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,608 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,612 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,612 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:51:03,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,612 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,633 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,633 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,633 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,633 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,648 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,648 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,649 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-17 02:51:03,650 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-17 02:51:03,651 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,670 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,670 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,670 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,671 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,690 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,691 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,691 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-17 02:51:03,692 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-17 02:51:03,692 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,710 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,712 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,712 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,713 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,740 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,741 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-17 02.51.03', 9999, 'test', 50)
DEBUG 2024-11-17 02:51:03,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,741 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,742 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-17 02:51:03,743 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-17 02:51:03,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,744 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-11-17 02:51:03,745 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-17 02:51:03.74 {50, null, null, 0}
DEBUG 2024-11-17 02:51:03,745 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779461947/4, BranchId=]
DEBUG 2024-11-17 02:51:03,746 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,755 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,763 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,765 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,765 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,766 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,766 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,786 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,793 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,812 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,812 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,812 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,813 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,832 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:03,842 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,842 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-11-17 02:51:03,845 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,845 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,862 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,865 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,865 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,865 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,866 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,885 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:03,894 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,895 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-17 02:51:03,895 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-17 02:51:03,896 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,898 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,915 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,916 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,916 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,916 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,935 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:03,940 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,941 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-17 02:51:03,942 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-17 02:51:03,943 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,962 [main] Physical connection got
DEBUG 2024-11-17 02:51:03,962 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,962 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:03,962 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:03,980 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-17 02:51:03,983 [main] Physical connection closed
DEBUG 2024-11-17 02:51:03,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:03,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:03,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:03,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:03,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:03,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,000 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,002 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,002 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,002 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,002 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,021 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-17 02:51:04,028 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,028 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-17 02:51:04,031 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,031 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,050 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,050 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,051 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,051 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,069 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-17 02:51:04,076 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,076 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-17 02:51:04,077 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,078 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,094 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,098 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,098 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,098 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,098 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,159 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:04,170 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,170 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-11-17 02:51:04,181 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-17 02:51:04,182 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,211 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,212 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,212 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,212 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,230 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:04,231 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,236 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,238 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,249 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,256 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,256 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,259 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,259 [main] Logical connection got, tx=null
WARN  2024-11-17 02:51:04,264 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-17 02:51:04,270 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-17 02:51:04,271 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,272 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-17 02:51:04,275 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-17 02:51:04,275 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,277 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,297 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,297 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,297 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,297 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,323 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:04,332 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,353 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,353 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,354 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,354 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,378 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-17 02:51:04,383 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,384 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-11-17 02:51:04,385 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,385 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,385 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-11-17 02:51:04,386 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,386 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,415 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,418 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,418 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,418 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,462 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-17 02:51:04,465 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,465 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-11-17 02:51:04,470 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,470 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,470 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-11-17 02:51:04,471 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,471 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,471 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-11-17 02:51:04,473 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,474 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,474 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-11-17 02:51:04,474 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,475 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,475 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-11-17 02:51:04,475 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,475 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,497 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,498 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,522 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-17 02:51:04,523 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,523 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:51:04,523 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,523 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,524 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-17 02:51:04,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,524 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-17 02:51:04,525 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,525 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731779461947/5, BranchId=]
DEBUG 2024-11-17 02:51:04,525 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,547 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,547 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,547 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,547 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,572 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,576 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,597 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,597 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,597 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,597 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,620 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,625 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,627 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,647 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,647 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,647 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,647 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,656 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-17 02:51:04,658 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,677 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,677 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,678 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,678 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,691 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-17 02:51:04,693 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,714 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,714 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,714 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,714 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,721 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:04,722 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,745 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,745 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,746 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,746 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,755 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-17 02:51:04,757 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,767 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,777 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,777 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,777 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,778 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,796 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,797 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,797 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-17 02:51:04,800 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,800 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,821 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,821 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,821 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,821 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,843 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,844 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,861 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,861 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,861 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,861 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,879 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-17 02:51:04,880 [main] Physical connection closed
DEBUG 2024-11-17 02:51:04,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:04,882 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,892 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:04,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:04,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:04,900 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-17 02:51:04,902 [main] Physical connection got
DEBUG 2024-11-17 02:51:04,902 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,902 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:04,902 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:04,920 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-17 02:51:04,921 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.757 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-17 02:51:05,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,012 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,016 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,028 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,031 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,031 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,035 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,037 [main] Physical connection closed
DEBUG 2024-11-17 02:51:05,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,039 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,054 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,057 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,057 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,061 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,062 [main] Physical connection closed
DEBUG 2024-11-17 02:51:05,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,067 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,082 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,085 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,085 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,089 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,089 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-17 02:51:05,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,105 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,105 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,106 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,106 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-17 02:51:05,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,128 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,128 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,146 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,146 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-17 02:51:05,150 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,150 [main] Physical connection closed
DEBUG 2024-11-17 02:51:05,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,164 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,164 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,181 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,182 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,182 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,182 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,194 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,199 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,199 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-11-17 02:51:05,206 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,207 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-17 02:51:05,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,231 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,246 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,249 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,261 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,262 [main] Logical connection got, tx=null
WARN  2024-11-17 02:51:05,264 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-17 02:51:05,265 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-17 02:51:05,265 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,266 [main] Physical connection closed
DEBUG 2024-11-17 02:51:05,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,268 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,283 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,286 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,286 [main] Logical connection got, tx=null
WARN  2024-11-17 02:51:05,288 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-17 02:51:05,289 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-17 02:51:05,289 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,290 [main] Physical connection closed
DEBUG 2024-11-17 02:51:05,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,291 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,307 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,312 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-17 02:51:05,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,326 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-17 02:51:05,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,347 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,347 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,349 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,356 [main] Physical connection closed
DEBUG 2024-11-17 02:51:05,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,378 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,379 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,380 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,381 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,381 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-17 02:51:05,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-17 02:51:05,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-17 02:51:05,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-17 02:51:05,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-17 02:51:05,398 [main] Physical connection got
DEBUG 2024-11-17 02:51:05,398 [main] Logical connection got, tx=null
DEBUG 2024-11-17 02:51:05,399 [main] Logical connection closed, tx=null
DEBUG 2024-11-17 02:51:05,399 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.344s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.306s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.679s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.958s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Sun Nov 17 02:51:05 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