Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-12-29 02:51:01,122 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-29 02:51:01,123 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,123 [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-12-29 02:51:01,127 [main] Logical connection closed
DEBUG 2024-12-29 02:51:01,128 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-29 02:51:01,165 [main] Physical connection got
DEBUG 2024-12-29 02:51:01,165 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,165 [main] Logical connection closed
DEBUG 2024-12-29 02:51:01,165 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,177 [main] Logical connection closed
DEBUG 2024-12-29 02:51:01,178 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,178 [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-12-29 02:51:01,180 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-29 02:51:00.942 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-29 02:51:01,180 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,180 [main] Logical connection closed
DEBUG 2024-12-29 02:51:01,180 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,187 [main] Logical connection closed
DEBUG 2024-12-29 02:51:01,191 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,191 [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-12-29 02:51:01,192 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-29 02:51:00.942 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-29 02:51:01,192 [main] Logical connection got
DEBUG 2024-12-29 02:51:01,193 [main] UPDATE EMP SET tstamp = '2024-12-29 02.51.01', 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-12-29 02.51.00'
DEBUG 2024-12-29 02:51:01,193 [main] Logical connection closed
DEBUG 2024-12-29 02:51:01,193 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 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.141 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-29 02:51:02,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:02,649 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:02,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:02,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:02,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:02,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:02,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:02,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:02,800 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:51:03,003 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,003 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,081 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,088 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-29 02:51:03,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,149 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,149 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,149 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,150 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,272 [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-12-29 02:51:03,279 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,281 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,305 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,310 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,311 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,311 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,311 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,354 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,379 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,413 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,413 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,413 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,413 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,462 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,468 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,492 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,496 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,496 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,496 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,496 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,534 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,540 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,565 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,566 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,566 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,566 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,601 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,607 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,631 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,631 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,632 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,632 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,666 [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-12-29 02:51:03,670 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,695 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,695 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,695 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,695 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,730 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,736 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,737 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,760 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,760 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,761 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,761 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,806 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,811 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,832 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,835 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,835 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,835 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,835 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:03,865 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:03,870 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,896 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,898 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,928 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,954 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-29 02.51.03', 99, 'hoge', 0)
DEBUG 2024-12-29 02:51:03,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,960 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408263896/0, BranchId=]
DEBUG 2024-12-29 02:51:03,960 [main] Physical connection closed
DEBUG 2024-12-29 02:51:03,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:03,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:03,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:03,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:03,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:03,984 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:03,985 [main] Physical connection got
DEBUG 2024-12-29 02:51:03,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:03,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:03,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:04,013 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:04,024 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:04,024 [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-12-29 02:51:04,032 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:04,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:04,032 [main] UPDATE EMP SET tstamp = '2024-12-29 02.51.04', 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-12-29 02:51:04,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:04,033 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408263896/1, BranchId=]
DEBUG 2024-12-29 02:51:04,033 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,056 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,056 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,056 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,095 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-29 02:51:04,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,097 [main] UPDATE EMP SET tstamp = '2024-12-29 02.51.04', 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-12-29 02:51:04,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,098 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408263896/2, BranchId=]
DEBUG 2024-12-29 02:51:04,098 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,128 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,129 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,164 [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-12-29 02:51:04,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,167 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,167 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-29 02:51:04,167 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,167 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408263896/3, BranchId=]
DEBUG 2024-12-29 02:51:04,168 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,200 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,200 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,201 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,201 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,266 [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-12-29 02:51:04,267 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,269 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,298 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,299 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,299 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,299 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,325 [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-12-29 02:51:04,336 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,356 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,359 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,359 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,359 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,359 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,386 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,395 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,417 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,417 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,417 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,418 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,443 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,452 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,454 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,475 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,475 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,475 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,475 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,502 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,513 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,539 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,539 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,539 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,539 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,567 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,576 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,576 [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-12-29 02:51:04,584 [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-12-29 02:51:04,586 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,587 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,610 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,610 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,611 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,611 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,679 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,688 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,688 [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-12-29 02:51:04,692 [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-12-29 02:51:04,694 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,696 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,747 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,747 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,747 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,747 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,809 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,850 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,850 [main] select * from emp
DEBUG 2024-12-29 02:51:04,853 [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-12-29 02:51:04,861 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,887 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,887 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,887 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,887 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,910 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,918 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,918 [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-12-29 02:51:04,922 [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-12-29 02:51:04,924 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,925 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,946 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,946 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,947 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,947 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,969 [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-12-29 02:51:04,978 [main] Physical connection closed
DEBUG 2024-12-29 02:51:04,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:04,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:04,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:04,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:04,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:04,998 [main] Physical connection got
DEBUG 2024-12-29 02:51:04,998 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:04,999 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:04,999 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,021 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,030 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,030 [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-12-29 02:51:05,033 [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-12-29 02:51:05,034 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,057 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,057 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,058 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,058 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,081 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,089 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,089 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-29 02:51:05,094 [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-12-29 02:51:05,095 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,113 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,116 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,116 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,116 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,116 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,146 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,157 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,157 [main] select * from emp
DEBUG 2024-12-29 02:51:05,158 [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-12-29 02:51:05,159 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,181 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,181 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,182 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,182 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,203 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,215 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,215 [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-12-29 02:51:05,217 [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-12-29 02:51:05,219 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,247 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,247 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,247 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,247 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,268 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,276 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,276 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-29 02:51:05,278 [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-12-29 02:51:05,278 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,297 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,298 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,298 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,298 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,319 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,326 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,327 [main] select count(*) from emp
DEBUG 2024-12-29 02:51:05,328 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,328 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,347 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,348 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,348 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,348 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,390 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,390 [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-12-29 02:51:05,391 [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-12-29 02:51:05,391 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,411 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,411 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,411 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,412 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,432 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,440 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,440 [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-12-29 02:51:05,440 [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-12-29 02:51:05,441 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,460 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,460 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,460 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,460 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,480 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,488 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,488 [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-12-29 02:51:05,489 [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-12-29 02:51:05,489 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,508 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,508 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,509 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,509 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,528 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,537 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,537 [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-12-29 02:51:05,537 [main] Logical connection closed, tx=null
[Ljava.util.Map;@106df95
DEBUG 2024-12-29 02:51:05,538 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,539 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,557 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,557 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,557 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,557 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,576 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,583 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,584 [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-12-29 02:51:05,586 [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-12-29 02:51:05,586 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,606 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,607 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,607 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,607 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,626 [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-12-29 02:51:05,634 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,634 [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-12-29 02:51:05,638 [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-12-29 02:51:05,638 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,659 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,659 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,659 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,660 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,683 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,688 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,689 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:51:05,689 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,689 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,716 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,716 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,717 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,717 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,736 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,739 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,740 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:51:05,740 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,740 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,759 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,759 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,759 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,760 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,772 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,773 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,773 [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-12-29 02:51:05,774 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-29 02:51:05,774 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,792 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,792 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,792 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,792 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,804 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,805 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,805 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-29 02:51:05,806 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-29 02:51:05,806 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,824 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,824 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,842 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,850 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,850 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-29 02.51.05', 9999, 'test', 50)
DEBUG 2024-12-29 02:51:05,850 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,851 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-12-29 02:51:05,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/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-12-29 02:51:05,853 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,853 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-12-29 02:51:05,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-29 02:51:05.85 {50, null, null, 0}
DEBUG 2024-12-29 02:51:05,854 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408263896/4, BranchId=]
DEBUG 2024-12-29 02:51:05,854 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,920 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,921 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,921 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,921 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,950 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,958 [main] Physical connection closed
DEBUG 2024-12-29 02:51:05,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:05,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:05,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:05,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:05,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:05,978 [main] Physical connection got
DEBUG 2024-12-29 02:51:05,978 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:05,978 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:05,979 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,001 [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-12-29 02:51:06,013 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,013 [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-12-29 02:51:06,016 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,016 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,018 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,027 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,040 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,040 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,040 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,040 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,062 [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-12-29 02:51:06,074 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,074 [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-12-29 02:51:06,074 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-29 02:51:06,075 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,097 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,097 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,097 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,097 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,117 [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-12-29 02:51:06,124 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,124 [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-12-29 02:51:06,126 [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-12-29 02:51:06,126 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,147 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,149 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,151 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,151 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,151 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,152 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,171 [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-12-29 02:51:06,175 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,197 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,197 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,197 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,197 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,224 [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-12-29 02:51:06,245 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,246 [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-12-29 02:51:06,248 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,248 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,266 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,269 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,269 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,269 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,269 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,289 [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-12-29 02:51:06,298 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,298 [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-12-29 02:51:06,299 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,299 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,335 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,336 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,336 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,336 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,387 [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-12-29 02:51:06,388 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,388 [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-12-29 02:51:06,390 [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-12-29 02:51:06,391 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,405 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,407 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,408 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,408 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,408 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,430 [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-12-29 02:51:06,431 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,452 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,452 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,452 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,452 [main] Logical connection got, tx=null
WARN  2024-12-29 02:51:06,455 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-29 02:51:06,460 [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-12-29 02:51:06,461 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,461 [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-12-29 02:51:06,463 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-29 02:51:06,464 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,479 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,479 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,479 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,479 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,498 [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-12-29 02:51:06,506 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,522 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,522 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,522 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,522 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,540 [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-12-29 02:51:06,543 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,544 [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-12-29 02:51:06,544 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,545 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,545 [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-12-29 02:51:06,545 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,545 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,561 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,561 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,561 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,562 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,579 [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-12-29 02:51:06,582 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,582 [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-12-29 02:51:06,585 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,585 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,585 [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-12-29 02:51:06,586 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,586 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,586 [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-12-29 02:51:06,588 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,588 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,588 [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-12-29 02:51:06,589 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,589 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,589 [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-12-29 02:51:06,590 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,590 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,607 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,607 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-29 02:51:06,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,625 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:51:06,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,626 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-29 02:51:06,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,626 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:51:06,627 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,627 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408263896/5, BranchId=]
DEBUG 2024-12-29 02:51:06,627 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,631 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,642 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,642 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,642 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,642 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,658 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,662 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,677 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,677 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,677 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,677 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,693 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,697 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,741 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,741 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,741 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,741 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,756 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-29 02:51:06,767 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,790 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,790 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,791 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,791 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,796 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-29 02:51:06,803 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,811 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,818 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,818 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,819 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,819 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,824 [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-12-29 02:51:06,826 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,843 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,843 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,843 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,843 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,849 [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-12-29 02:51:06,851 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,866 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,866 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,866 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,866 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,881 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,882 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,882 [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-12-29 02:51:06,885 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,886 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,902 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,902 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,902 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,902 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,924 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,925 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,954 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,954 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,955 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,955 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,976 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-29 02:51:06,977 [main] Physical connection closed
DEBUG 2024-12-29 02:51:06,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:06,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:06,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:06,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:06,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:51:06,993 [main] Physical connection got
DEBUG 2024-12-29 02:51:06,993 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:06,993 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:06,993 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,011 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-29 02:51:07,012 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.922 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-29 02:51:07,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,063 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,076 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,078 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,079 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,082 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,085 [main] Physical connection closed
DEBUG 2024-12-29 02:51:07,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,086 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,099 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,101 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,101 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,104 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,105 [main] Physical connection closed
DEBUG 2024-12-29 02:51:07,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,106 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,116 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,119 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,121 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,121 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,125 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,125 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-29 02:51:07,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,139 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,139 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,140 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,140 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-29 02:51:07,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,153 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,153 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,168 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,168 [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-12-29 02:51:07,173 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,173 [main] Physical connection closed
DEBUG 2024-12-29 02:51:07,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,185 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,185 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,200 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,200 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,200 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,201 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,218 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,222 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,223 [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-12-29 02:51:07,225 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,225 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-29 02:51:07,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,242 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,255 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,275 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,275 [main] Logical connection got, tx=null
WARN  2024-12-29 02:51:07,277 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-29 02:51:07,278 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-29 02:51:07,279 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,279 [main] Physical connection closed
DEBUG 2024-12-29 02:51:07,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,281 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,294 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,297 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,297 [main] Logical connection got, tx=null
WARN  2024-12-29 02:51:07,299 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-29 02:51:07,299 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-29 02:51:07,299 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,300 [main] Physical connection closed
DEBUG 2024-12-29 02:51:07,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,301 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,313 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,317 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:51:07,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,331 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-29 02:51:07,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,355 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,355 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,356 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,357 [main] Physical connection closed
DEBUG 2024-12-29 02:51:07,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,370 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,373 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,375 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,376 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-29 02:51:07,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-29 02:51:07,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:51:07,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:51:07,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:51:07,398 [main] Physical connection got
DEBUG 2024-12-29 02:51:07,398 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:51:07,399 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:51:07,399 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 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.329s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.123s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.691s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.269s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Sun Dec 29 02:51:07 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS