Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-05-25 02:50:58,901 [main] Logical connection closed
updatedRows:1
DEBUG 2024-05-25 02:50:58,902 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,902 [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-05-25 02:50:58,905 [main] Logical connection closed
DEBUG 2024-05-25 02:50:58,906 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-05-25 02:50:58,944 [main] Physical connection got
DEBUG 2024-05-25 02:50:58,944 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,945 [main] Logical connection closed
DEBUG 2024-05-25 02:50:58,945 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,957 [main] Logical connection closed
DEBUG 2024-05-25 02:50:58,958 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,958 [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-05-25 02:50:58,959 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-25 02:50:58.741 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-25 02:50:58,960 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,961 [main] Logical connection closed
DEBUG 2024-05-25 02:50:58,961 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,965 [main] Logical connection closed
DEBUG 2024-05-25 02:50:58,966 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,967 [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-05-25 02:50:58,967 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-25 02:50:58.741 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-25 02:50:58,968 [main] Logical connection got
DEBUG 2024-05-25 02:50:58,968 [main] UPDATE EMP SET tstamp = '2024-05-25 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-05-25 02.50.58'
DEBUG 2024-05-25 02:50:58,969 [main] Logical connection closed
DEBUG 2024-05-25 02:50:58,969 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-25 02:51:00,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:00,187 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:00,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,327 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-25 02:51:00,496 [main] Physical connection got
DEBUG 2024-05-25 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,576 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:00,582 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-25 02:51:00,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:00,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,638 [main] Physical connection got
DEBUG 2024-05-25 02:51:00,638 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,639 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:00,639 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,755 [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-05-25 02:51:00,761 [main] Physical connection closed
DEBUG 2024-05-25 02:51:00,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:00,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,787 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,792 [main] Physical connection got
DEBUG 2024-05-25 02:51:00,792 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,792 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:00,792 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,832 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:00,855 [main] Physical connection closed
DEBUG 2024-05-25 02:51:00,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:00,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,888 [main] Physical connection got
DEBUG 2024-05-25 02:51:00,888 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,888 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:00,888 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,931 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:00,936 [main] Physical connection closed
DEBUG 2024-05-25 02:51:00,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:00,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:00,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:00,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:00,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:00,964 [main] Physical connection got
DEBUG 2024-05-25 02:51:00,965 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,965 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:00,965 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:00,999 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,004 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,030 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,030 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,030 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,030 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,064 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,069 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,071 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,075 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,090 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,094 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,094 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,094 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,094 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,126 [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-05-25 02:51:01,130 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,132 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,151 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,154 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,155 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,155 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,155 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,185 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,190 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,215 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,215 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,215 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,215 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,249 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,254 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,279 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,279 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,279 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,279 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,308 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,312 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,333 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,339 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,341 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,342 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,342 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,390 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,392 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-25 02.51.01', 99, 'hoge', 0)
DEBUG 2024-05-25 02:51:01,398 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,398 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716573061339/0, BranchId=]
DEBUG 2024-05-25 02:51:01,399 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,423 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,424 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,424 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,424 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,424 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,449 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,461 [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-05-25 02:51:01,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,470 [main] UPDATE EMP SET tstamp = '2024-05-25 02.51.01', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-25 02:51:01,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,471 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716573061339/1, BranchId=]
DEBUG 2024-05-25 02:51:01,472 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,492 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,495 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,496 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,496 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,496 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,496 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,522 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,533 [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-05-25 02:51:01,535 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,536 [main] UPDATE EMP SET tstamp = '2024-05-25 02.51.01', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-05-25 02:51:01,536 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,536 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716573061339/2, BranchId=]
DEBUG 2024-05-25 02:51:01,537 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,539 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,565 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,565 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,591 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,601 [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-05-25 02:51:01,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,603 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-25 02:51:01,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,604 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716573061339/3, BranchId=]
DEBUG 2024-05-25 02:51:01,604 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,624 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,628 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,629 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,629 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,629 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,654 [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-05-25 02:51:01,655 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,687 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,687 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,687 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,688 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,712 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-05-25 02:51:01,722 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,745 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,745 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,745 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,745 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,769 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,779 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,785 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,802 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,802 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,802 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,802 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,837 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,846 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,869 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,869 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,869 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,869 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,894 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,904 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,926 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,926 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,926 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,926 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,950 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,960 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,960 [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-05-25 02:51:01,967 [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-05-25 02:51:01,969 [main] Physical connection closed
DEBUG 2024-05-25 02:51:01,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:01,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:01,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:01,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:01,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:01,990 [main] Physical connection got
DEBUG 2024-05-25 02:51:01,990 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:01,990 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:01,990 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,014 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,024 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,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
DEBUG 2024-05-25 02:51:02,028 [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-05-25 02:51:02,029 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,050 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,050 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,050 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,050 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,073 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,107 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,108 [main] select * from emp
DEBUG 2024-05-25 02:51:02,111 [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-05-25 02:51:02,112 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,120 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,122 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,150 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,151 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,154 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,154 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,156 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,156 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,181 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,189 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,189 [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-05-25 02:51:02,193 [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-05-25 02:51:02,194 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,214 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,214 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,214 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,215 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,236 [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-05-25 02:51:02,244 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,264 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,264 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,265 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,265 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,285 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,293 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,293 [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-05-25 02:51:02,295 [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-05-25 02:51:02,296 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,301 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,316 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,316 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,316 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,316 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,336 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,344 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,344 [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-05-25 02:51:02,349 [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-05-25 02:51:02,350 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,352 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,369 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,369 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,369 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,369 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,390 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,398 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,398 [main] select * from emp
DEBUG 2024-05-25 02:51:02,399 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-05-25 02:51:02,400 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,420 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,420 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,420 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,420 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,442 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,452 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,452 [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-05-25 02:51:02,454 [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-05-25 02:51:02,455 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,476 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,476 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,476 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,477 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,503 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,512 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,512 [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-05-25 02:51:02,514 [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-05-25 02:51:02,515 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,517 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,537 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,537 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,537 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,537 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,562 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,571 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,571 [main] select count(*) from emp
DEBUG 2024-05-25 02:51:02,573 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,573 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,603 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,603 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,603 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,603 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,623 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,631 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,632 [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-05-25 02:51:02,633 [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-05-25 02:51:02,633 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,653 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,653 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,653 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,653 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,673 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,681 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,681 [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-05-25 02:51:02,682 [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-05-25 02:51:02,682 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,702 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,702 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,702 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,702 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,722 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,730 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,730 [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-05-25 02:51:02,731 [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-05-25 02:51:02,731 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,750 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,750 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,751 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,751 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,769 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,777 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,777 [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-05-25 02:51:02,778 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b76086d
DEBUG 2024-05-25 02:51:02,778 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,797 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,797 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,797 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,798 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,816 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,823 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,824 [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-05-25 02:51:02,826 [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-05-25 02:51:02,827 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,845 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,846 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,846 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,846 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,864 [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-05-25 02:51:02,871 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,871 [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-05-25 02:51:02,875 [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-05-25 02:51:02,876 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,894 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,894 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,894 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,894 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,912 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,915 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,915 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-25 02:51:02,916 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,916 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,935 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,935 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,935 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,935 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,953 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,956 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,956 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-25 02:51:02,956 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,957 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:02,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:02,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,976 [main] Physical connection got
DEBUG 2024-05-25 02:51:02,976 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,977 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,977 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,989 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:02,989 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:02,990 [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-05-25 02:51:02,991 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-25 02:51:02,991 [main] Physical connection closed
DEBUG 2024-05-25 02:51:02,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:02,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:02,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:02,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,009 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,010 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,010 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,010 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,032 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,032 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,033 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-25 02:51:03,033 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-25 02:51:03,034 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,053 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,053 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,053 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,053 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,071 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,077 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,078 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-25 02.51.03', 9999, 'test', 50)
DEBUG 2024-05-25 02:51:03,078 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,079 [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-05-25 02:51:03,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/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-05-25 02:51:03,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,081 [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-05-25 02:51:03,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-25 02:51:03.078 {50, null, null, 0}
DEBUG 2024-05-25 02:51:03,082 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716573061339/4, BranchId=]
DEBUG 2024-05-25 02:51:03,083 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,098 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,101 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,101 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,101 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,101 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,118 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,124 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,142 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,142 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,142 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,143 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,159 [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-05-25 02:51:03,168 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,168 [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-05-25 02:51:03,170 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,171 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,188 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,189 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,206 [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-05-25 02:51:03,215 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,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 WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-05-25 02:51:03,216 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-25 02:51:03,216 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,218 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,234 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,234 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,235 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,235 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,251 [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-05-25 02:51:03,256 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,257 [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-05-25 02:51:03,258 [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-05-25 02:51:03,259 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,276 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,277 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,277 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,277 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,293 [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-05-25 02:51:03,296 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,313 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,313 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,314 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,314 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,330 [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-05-25 02:51:03,337 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,337 [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-05-25 02:51:03,339 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,340 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,341 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,358 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,358 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,358 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,358 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,375 [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-05-25 02:51:03,381 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,381 [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-05-25 02:51:03,382 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,382 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,400 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,400 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,400 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,400 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,421 [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-05-25 02:51:03,422 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,422 [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-05-25 02:51:03,425 [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-05-25 02:51:03,425 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,446 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,447 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,447 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,447 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,463 [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-05-25 02:51:03,464 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,482 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,483 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,483 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,483 [main] Logical connection got, tx=null
WARN  2024-05-25 02:51:03,486 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-25 02:51:03,494 [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-05-25 02:51:03,495 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,495 [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-05-25 02:51:03,498 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-25 02:51:03,499 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,519 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,519 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,520 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,520 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,541 [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-05-25 02:51:03,549 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,571 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,571 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,571 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,571 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,592 [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-05-25 02:51:03,597 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,597 [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-05-25 02:51:03,598 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,599 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,599 [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-05-25 02:51:03,599 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,600 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,621 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,621 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,621 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,621 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,642 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-05-25 02:51:03,646 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,646 [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-05-25 02:51:03,650 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,650 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,650 [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-05-25 02:51:03,651 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,651 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,652 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-25 02:51:03,654 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-05-25 02:51:03,655 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,655 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,655 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-05-25 02:51:03,656 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,656 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,676 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,678 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,679 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-25 02:51:03,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,702 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-25 02:51:03,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,703 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-25 02:51:03,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,704 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-25 02:51:03,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,704 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716573061339/5, BranchId=]
DEBUG 2024-05-25 02:51:03,704 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,725 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,725 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,726 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,726 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,747 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,751 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,772 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,772 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,772 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,772 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,794 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,799 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,820 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,820 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,820 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,821 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,829 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-25 02:51:03,831 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,850 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,852 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,852 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,852 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,853 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,860 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-25 02:51:03,862 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,879 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,881 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,882 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,882 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,882 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,899 [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-05-25 02:51:03,901 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,917 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,917 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,917 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,917 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,923 [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-05-25 02:51:03,925 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,941 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,941 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,941 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,941 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,958 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,959 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,959 [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-05-25 02:51:03,962 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,962 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:03,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:03,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:03,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:03,979 [main] Physical connection got
DEBUG 2024-05-25 02:51:03,979 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,979 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,979 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:03,996 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:03,997 [main] Physical connection closed
DEBUG 2024-05-25 02:51:03,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:03,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:04,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:04,012 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,012 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,012 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,013 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,029 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-25 02:51:04,030 [main] Physical connection closed
DEBUG 2024-05-25 02:51:04,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:04,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-25 02:51:04,046 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,046 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,046 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,046 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,062 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-25 02:51:04,063 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.48 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-25 02:51:04,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,114 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,128 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,131 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,131 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,135 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,137 [main] Physical connection closed
DEBUG 2024-05-25 02:51:04,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,139 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,152 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,155 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,155 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,158 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,159 [main] Physical connection closed
DEBUG 2024-05-25 02:51:04,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,160 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,166 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,174 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,177 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,177 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,181 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,181 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-25 02:51:04,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,196 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,196 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,197 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,197 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-25 02:51:04,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,212 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,213 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,228 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,229 [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-05-25 02:51:04,236 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,236 [main] Physical connection closed
DEBUG 2024-05-25 02:51:04,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,250 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,250 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,264 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,264 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,265 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,265 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,275 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,280 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,280 [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-05-25 02:51:04,282 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,283 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-25 02:51:04,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,303 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,317 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,328 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,328 [main] Logical connection got, tx=null
WARN  2024-05-25 02:51:04,331 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-25 02:51:04,331 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-25 02:51:04,332 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,332 [main] Physical connection closed
DEBUG 2024-05-25 02:51:04,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,334 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,347 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,350 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,350 [main] Logical connection got, tx=null
WARN  2024-05-25 02:51:04,352 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-25 02:51:04,353 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-25 02:51:04,353 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,353 [main] Physical connection closed
DEBUG 2024-05-25 02:51:04,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,355 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,368 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,373 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-25 02:51:04,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,386 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-25 02:51:04,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,407 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,407 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,408 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,408 [main] Physical connection closed
DEBUG 2024-05-25 02:51:04,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,409 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,420 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,420 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,421 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,421 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-25 02:51:04,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-25 02:51:04,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-25 02:51:04,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-25 02:51:04,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-25 02:51:04,435 [main] Physical connection got
DEBUG 2024-05-25 02:51:04,435 [main] Logical connection got, tx=null
DEBUG 2024-05-25 02:51:04,436 [main] Logical connection closed, tx=null
DEBUG 2024-05-25 02:51:04,436 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.297s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.974s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.667s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.481s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat May 25 02:51:04 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS