Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-04-29 02:50:58,912 [main] Logical connection closed
updatedRows:1
DEBUG 2024-04-29 02:50:58,913 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,913 [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-04-29 02:50:58,916 [main] Logical connection closed
DEBUG 2024-04-29 02:50:58,917 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-04-29 02:50:58,955 [main] Physical connection got
DEBUG 2024-04-29 02:50:58,956 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,956 [main] Logical connection closed
DEBUG 2024-04-29 02:50:58,956 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,968 [main] Logical connection closed
DEBUG 2024-04-29 02:50:58,968 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,968 [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-04-29 02:50:58,970 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-29 02:50:58.757 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-29 02:50:58,970 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,971 [main] Logical connection closed
DEBUG 2024-04-29 02:50:58,971 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,974 [main] Logical connection closed
DEBUG 2024-04-29 02:50:58,976 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,976 [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-04-29 02:50:58,977 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-29 02:50:58.757 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-29 02:50:58,977 [main] Logical connection got
DEBUG 2024-04-29 02:50:58,978 [main] UPDATE EMP SET tstamp = '2024-04-29 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-04-29 02.50.58'
DEBUG 2024-04-29 02:50:58,978 [main] Logical connection closed
DEBUG 2024-04-29 02:50:58,979 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-04-29 02:51:00,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:00,186 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:00,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,321 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-29 02:51:00,485 [main] Physical connection got
DEBUG 2024-04-29 02:51:00,485 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,560 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,566 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-04-29 02:51:00,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:00,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,606 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,619 [main] Physical connection got
DEBUG 2024-04-29 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,620 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,733 [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-04-29 02:51:00,739 [main] Physical connection closed
DEBUG 2024-04-29 02:51:00,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:00,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,769 [main] Physical connection got
DEBUG 2024-04-29 02:51:00,769 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,769 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,770 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,808 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,831 [main] Physical connection closed
DEBUG 2024-04-29 02:51:00,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:00,834 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,862 [main] Physical connection got
DEBUG 2024-04-29 02:51:00,862 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,862 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,862 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,909 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,914 [main] Physical connection closed
DEBUG 2024-04-29 02:51:00,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:00,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:00,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,941 [main] Physical connection got
DEBUG 2024-04-29 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,941 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,942 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:00,976 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:00,981 [main] Physical connection closed
DEBUG 2024-04-29 02:51:00,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:00,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:00,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:00,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:00,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,006 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,007 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,039 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,044 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,050 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,068 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,069 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,069 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,069 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,101 [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-04-29 02:51:01,105 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,129 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,130 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,161 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,165 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,170 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,189 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,189 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,189 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,190 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,225 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,230 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,249 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,253 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,253 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,253 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,254 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,284 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,288 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,314 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,315 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,316 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,365 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-29 02.51.01', 99, 'hoge', 0)
DEBUG 2024-04-29 02:51:01,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,371 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714326661314/0, BranchId=]
DEBUG 2024-04-29 02:51:01,372 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,395 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,395 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,396 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,396 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,432 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,432 [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-04-29 02:51:01,439 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,439 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,440 [main] UPDATE EMP SET tstamp = '2024-04-29 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-04-29 02:51:01,440 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,441 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714326661314/1, BranchId=]
DEBUG 2024-04-29 02:51:01,441 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,464 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,464 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,465 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,465 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,499 [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-04-29 02:51:01,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,501 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,502 [main] UPDATE EMP SET tstamp = '2024-04-29 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-04-29 02:51:01,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,502 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714326661314/2, BranchId=]
DEBUG 2024-04-29 02:51:01,503 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,531 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,565 [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-04-29 02:51:01,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,568 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,568 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-29 02:51:01,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,569 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714326661314/3, BranchId=]
DEBUG 2024-04-29 02:51:01,569 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,589 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,593 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,619 [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-04-29 02:51:01,620 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,651 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,651 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,652 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,652 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,677 [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-04-29 02:51:01,686 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,710 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,710 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,710 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,710 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,734 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,743 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,745 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,764 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,764 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,764 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,787 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,796 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,798 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,817 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,817 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,818 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,818 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,840 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,850 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,873 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,873 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,873 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,873 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,894 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,902 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,902 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-04-29 02:51:01,909 [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-04-29 02:51:01,911 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,912 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,931 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,931 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,931 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,931 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,952 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,960 [main] Logical connection got, tx=null
DEBUG 2024-04-29 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-04-29 02:51:01,964 [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-04-29 02:51:01,965 [main] Physical connection closed
DEBUG 2024-04-29 02:51:01,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:01,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:01,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:01,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:01,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:01,985 [main] Physical connection got
DEBUG 2024-04-29 02:51:01,985 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:01,985 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:01,985 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,006 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,017 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,017 [main] select * from emp
DEBUG 2024-04-29 02:51:02,020 [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-04-29 02:51:02,021 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,041 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,041 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,041 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,041 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,061 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,069 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,069 [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-04-29 02:51:02,072 [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-04-29 02:51:02,074 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,075 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,091 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,093 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,093 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,094 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,094 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,113 [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-04-29 02:51:02,121 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,141 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,141 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,161 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,169 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,169 [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-04-29 02:51:02,171 [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-04-29 02:51:02,173 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,192 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,192 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,193 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,193 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,212 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,220 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,220 [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-04-29 02:51:02,226 [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-04-29 02:51:02,227 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,246 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,246 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,246 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,246 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,266 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,273 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,273 [main] select * from emp
DEBUG 2024-04-29 02:51:02,275 [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-04-29 02:51:02,276 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,293 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,296 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,296 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,296 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,296 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,316 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,323 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,323 [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-04-29 02:51:02,325 [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-04-29 02:51:02,326 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,343 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,345 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,345 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,345 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,345 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,365 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,372 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,372 [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-04-29 02:51:02,374 [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-04-29 02:51:02,374 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,393 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,393 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,393 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,393 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,413 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,421 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,421 [main] select count(*) from emp
DEBUG 2024-04-29 02:51:02,422 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,422 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,440 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,440 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,441 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,441 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,465 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,473 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,473 [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-04-29 02:51:02,474 [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-04-29 02:51:02,474 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,476 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,493 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,493 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,493 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,497 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,516 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,524 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,524 [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-04-29 02:51:02,524 [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-04-29 02:51:02,525 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,543 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,543 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,543 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,543 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,563 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,569 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,570 [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-04-29 02:51:02,570 [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-04-29 02:51:02,571 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,589 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,589 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,589 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,589 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,608 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,615 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,615 [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-04-29 02:51:02,616 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1d417690
DEBUG 2024-04-29 02:51:02,616 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,634 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,635 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,635 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,635 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,653 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,660 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,660 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-04-29 02:51:02,662 [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-04-29 02:51:02,663 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,680 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,681 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,681 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,681 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,699 [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-04-29 02:51:02,706 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,706 [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-04-29 02:51:02,709 [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-04-29 02:51:02,710 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,711 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,727 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,728 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,728 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,728 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,746 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,750 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,750 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-29 02:51:02,750 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,750 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,767 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,768 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,768 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,768 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,786 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,789 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,789 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-29 02:51:02,789 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,790 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,808 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,808 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,808 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,808 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,820 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,821 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,821 [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-04-29 02:51:02,822 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-04-29 02:51:02,823 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,826 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,840 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,840 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,840 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,840 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,852 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,852 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,853 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-04-29 02:51:02,853 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-04-29 02:51:02,854 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,871 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,871 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,890 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,896 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-29 02.51.02', 9999, 'test', 50)
DEBUG 2024-04-29 02:51:02,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,897 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-04-29 02:51:02,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/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-04-29 02:51:02,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,899 [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-04-29 02:51:02,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-04-29 02:51:02.896 {50, null, null, 0}
DEBUG 2024-04-29 02:51:02,900 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714326661314/4, BranchId=]
DEBUG 2024-04-29 02:51:02,901 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,902 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,918 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,918 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,919 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,919 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,936 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,944 [main] Physical connection closed
DEBUG 2024-04-29 02:51:02,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:02,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:02,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:02,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:02,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:02,965 [main] Physical connection got
DEBUG 2024-04-29 02:51:02,965 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,965 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:02,965 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,987 [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-04-29 02:51:02,998 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:02,998 [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-04-29 02:51:03,001 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,001 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,021 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,021 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,021 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,021 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,043 [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-04-29 02:51:03,054 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,054 [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-04-29 02:51:03,054 [main] Logical connection closed, tx=null
[]
DEBUG 2024-04-29 02:51:03,055 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,073 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,076 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,076 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,077 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,077 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,098 [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-04-29 02:51:03,104 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,105 [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-04-29 02:51:03,107 [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-04-29 02:51:03,107 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,128 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,128 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,128 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,129 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,148 [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-04-29 02:51:03,153 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,155 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,162 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,174 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,174 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,174 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,174 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,194 [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-04-29 02:51:03,206 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,206 [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-04-29 02:51:03,209 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,209 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,228 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,229 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,229 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,229 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,251 [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-04-29 02:51:03,259 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,259 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-04-29 02:51:03,260 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,260 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,281 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,281 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,281 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,281 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,304 [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-04-29 02:51:03,306 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,306 [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-04-29 02:51:03,308 [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-04-29 02:51:03,308 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,309 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,318 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,334 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,334 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,334 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,334 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,351 [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-04-29 02:51:03,352 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,369 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,369 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,370 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,370 [main] Logical connection got, tx=null
WARN  2024-04-29 02:51:03,372 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-04-29 02:51:03,378 [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-04-29 02:51:03,379 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,379 [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-04-29 02:51:03,382 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-04-29 02:51:03,382 [main] Physical connection closed
DEBUG 2024-04-29 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-04-29 02:51:03,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,399 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,399 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,399 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,399 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,417 [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-04-29 02:51:03,424 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,441 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,441 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,441 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,441 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,459 [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-04-29 02:51:03,463 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,463 [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-04-29 02:51:03,464 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,464 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,464 [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-04-29 02:51:03,465 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,465 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,482 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,482 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,482 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,483 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,500 [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-04-29 02:51:03,503 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,504 [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-04-29 02:51:03,507 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,507 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,507 [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-04-29 02:51:03,508 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,508 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,508 [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-04-29 02:51:03,510 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,511 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,511 [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-04-29 02:51:03,511 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,512 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,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  ename = 'a' AND job = 'b' 
DEBUG 2024-04-29 02:51:03,512 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,513 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,529 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,529 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,530 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,530 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-04-29 02:51:03,548 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,548 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-29 02:51:03,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,549 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-04-29 02:51:03,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,550 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,550 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-29 02:51:03,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,551 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714326661314/5, BranchId=]
DEBUG 2024-04-29 02:51:03,551 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,568 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,568 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,568 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,568 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,585 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,589 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,603 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,606 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,606 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,606 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,606 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,624 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,628 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,645 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,646 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,646 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,646 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,653 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-04-29 02:51:03,654 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,670 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,671 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,671 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,671 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,677 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-04-29 02:51:03,679 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,693 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,695 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,696 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,696 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,696 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,702 [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-04-29 02:51:03,704 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,709 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,720 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,720 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,720 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,720 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,727 [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-04-29 02:51:03,728 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,749 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,749 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,749 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,749 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,767 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,768 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,768 [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-04-29 02:51:03,771 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,771 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,788 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,788 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,788 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,788 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,805 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,806 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,822 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,822 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,822 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,823 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,839 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-29 02:51:03,840 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,842 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-29 02:51:03,856 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,856 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,857 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,857 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,874 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-29 02:51:03,875 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.309 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-04-29 02:51:03,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,926 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:03,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,941 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-29 02:51:03,943 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,944 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,947 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,950 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,951 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:03,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,965 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-29 02:51:03,968 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,968 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,972 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,972 [main] Physical connection closed
DEBUG 2024-04-29 02:51:03,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:03,974 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:03,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:03,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:03,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:03,989 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-29 02:51:03,991 [main] Physical connection got
DEBUG 2024-04-29 02:51:03,991 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:03,995 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:03,995 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-04-29 02:51:03,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,011 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,012 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,012 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,013 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-04-29 02:51:04,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,028 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,029 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,045 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,045 [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-04-29 02:51:04,050 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,050 [main] Physical connection closed
DEBUG 2024-04-29 02:51:04,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,069 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,069 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,085 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,086 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,086 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,086 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,096 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,101 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,101 [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-04-29 02:51:04,104 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,104 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 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-04-29 02:51:04,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,124 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:04,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,135 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,138 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-29 02:51:04,150 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,150 [main] Logical connection got, tx=null
WARN  2024-04-29 02:51:04,152 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-29 02:51:04,153 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-29 02:51:04,153 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,154 [main] Physical connection closed
DEBUG 2024-04-29 02:51:04,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,155 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:04,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,169 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-29 02:51:04,172 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,172 [main] Logical connection got, tx=null
WARN  2024-04-29 02:51:04,174 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-29 02:51:04,175 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-29 02:51:04,175 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,175 [main] Physical connection closed
DEBUG 2024-04-29 02:51:04,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,177 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:04,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,191 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-29 02:51:04,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,198 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-29 02:51:04,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,214 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-04-29 02:51:04,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,233 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,233 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,234 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,234 [main] Physical connection closed
DEBUG 2024-04-29 02:51:04,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,236 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,246 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,246 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,248 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,248 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-04-29 02:51:04,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-29 02:51:04,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-29 02:51:04,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-29 02:51:04,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-29 02:51:04,262 [main] Physical connection got
DEBUG 2024-04-29 02:51:04,262 [main] Logical connection got, tx=null
DEBUG 2024-04-29 02:51:04,263 [main] Logical connection closed, tx=null
DEBUG 2024-04-29 02:51:04,263 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.314s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.993s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.604s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.279s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Apr 29 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