Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-12-03 02:50:56,653 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-03 02:50:56,654 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,654 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-03 02:50:56,657 [main] Logical connection closed
DEBUG 2024-12-03 02:50:56,657 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-03 02:50:56,691 [main] Physical connection got
DEBUG 2024-12-03 02:50:56,692 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,692 [main] Logical connection closed
DEBUG 2024-12-03 02:50:56,692 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,703 [main] Logical connection closed
DEBUG 2024-12-03 02:50:56,703 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,703 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-03 02:50:56,705 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-03 02:50:56.503 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:50:56,706 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,706 [main] Logical connection closed
DEBUG 2024-12-03 02:50:56,706 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,710 [main] Logical connection closed
DEBUG 2024-12-03 02:50:56,711 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,711 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-03 02:50:56,712 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-03 02:50:56.503 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:50:56,712 [main] Logical connection got
DEBUG 2024-12-03 02:50:56,713 [main] UPDATE EMP SET tstamp = '2024-12-03 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-03 02.50.56'
DEBUG 2024-12-03 02:50:56,713 [main] Logical connection closed
DEBUG 2024-12-03 02:50:56,714 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.135 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-03 02:50:57,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:57,918 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:50:57,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:57,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:57,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:57,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,079 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:50:58,256 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,256 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,335 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,341 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-03 02:50:58,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,396 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,396 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,397 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,397 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,512 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-03 02:50:58,518 [main] Physical connection closed
DEBUG 2024-12-03 02:50:58,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,549 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,549 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,549 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,549 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,590 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,614 [main] Physical connection closed
DEBUG 2024-12-03 02:50:58,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,646 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,647 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,647 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,647 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,692 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,697 [main] Physical connection closed
DEBUG 2024-12-03 02:50:58,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,726 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,726 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,726 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,726 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,763 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,768 [main] Physical connection closed
DEBUG 2024-12-03 02:50:58,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,795 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,795 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,796 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,796 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,830 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,835 [main] Physical connection closed
DEBUG 2024-12-03 02:50:58,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,861 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,861 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,862 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,862 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,896 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-03 02:50:58,900 [main] Physical connection closed
DEBUG 2024-12-03 02:50:58,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,926 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,926 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,926 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,927 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,961 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,967 [main] Physical connection closed
DEBUG 2024-12-03 02:50:58,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:58,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:58,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:58,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:58,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:58,992 [main] Physical connection got
DEBUG 2024-12-03 02:50:58,992 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:58,993 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:58,993 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,041 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,046 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,072 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,072 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,072 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,072 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,106 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,112 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,140 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,141 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,142 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,176 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,203 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-03 02.50.59', 99, 'hoge', 0)
DEBUG 2024-12-03 02:50:59,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,209 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733161859139/0, BranchId=]
DEBUG 2024-12-03 02:50:59,210 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,234 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,234 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,265 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,277 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-03 02:50:59,285 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,286 [main] UPDATE EMP SET tstamp = '2024-12-03 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-03 02:50:59,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,287 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733161859139/1, BranchId=]
DEBUG 2024-12-03 02:50:59,287 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,311 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,311 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,311 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,312 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,312 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,348 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-03 02:50:59,350 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,350 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,351 [main] UPDATE EMP SET tstamp = '2024-12-03 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-03 02:50:59,351 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,351 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733161859139/2, BranchId=]
DEBUG 2024-12-03 02:50:59,351 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,361 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,382 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,382 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,383 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,383 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,383 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,409 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,418 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,418 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-03 02:50:59,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,421 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-03 02:50:59,422 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,422 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733161859139/3, BranchId=]
DEBUG 2024-12-03 02:50:59,422 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,447 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,447 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,448 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,448 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,473 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-03 02:50:59,475 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,476 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,506 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,506 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,506 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,506 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,531 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-03 02:50:59,540 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,563 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,563 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,563 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,563 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,587 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,596 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,615 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,618 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,618 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,618 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,618 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,642 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,651 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,678 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,678 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,678 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,679 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,702 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,712 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,737 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,737 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,737 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,737 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,765 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,774 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,775 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:50:59,782 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-03 02:50:59,784 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,808 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,808 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,809 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,809 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,836 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,846 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,846 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:50:59,851 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-03 02:50:59,852 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,877 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,877 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,877 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,877 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,905 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,923 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,923 [main] select * from emp
DEBUG 2024-12-03 02:50:59,926 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:50:59,928 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:50:59,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,951 [main] Physical connection got
DEBUG 2024-12-03 02:50:59,951 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,951 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,951 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,974 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:50:59,982 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:50:59,983 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-03 02:50:59,986 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-03 02:50:59,988 [main] Physical connection closed
DEBUG 2024-12-03 02:50:59,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:50:59,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:50:59,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:50:59,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:50:59,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,009 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,009 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,009 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,009 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,032 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-03 02:51:00,040 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,061 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,061 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,062 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,062 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,084 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,098 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,099 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:51:00,101 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:51:00,103 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,123 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,124 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,124 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,124 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,151 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,161 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,161 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:51:00,166 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:51:00,168 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,189 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,189 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,189 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,190 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,212 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,221 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,221 [main] select * from emp
DEBUG 2024-12-03 02:51:00,223 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:51:00,224 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,245 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,245 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,245 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,245 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,268 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,276 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,277 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-03 02:51:00,279 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:51:00,280 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,301 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,301 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,301 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,301 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,323 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,331 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,332 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:51:00,334 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:51:00,334 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,355 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,355 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,356 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,356 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,378 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,387 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,387 [main] select count(*) from emp
DEBUG 2024-12-03 02:51:00,388 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,389 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,417 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,417 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,439 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,447 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,448 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:51:00,449 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-03 02:51:00,449 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,470 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,470 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,470 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,470 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,492 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,500 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,500 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:51:00,501 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-03 02:51:00,502 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,522 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,522 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,522 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,523 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,544 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,552 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,552 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:51:00,553 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-03 02:51:00,553 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,571 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,573 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,573 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,574 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,574 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,595 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,603 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:51:00,604 [main] Logical connection closed, tx=null
[Ljava.util.Map;@408fbecf
DEBUG 2024-12-03 02:51:00,605 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,624 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,624 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,625 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,625 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,646 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,654 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-03 02:51:00,656 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-03 02:51:00,657 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,676 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,676 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,677 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,677 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,698 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-03 02:51:00,707 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,707 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-03 02:51:00,711 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-03 02:51:00,711 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,731 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,731 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,731 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,731 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,753 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,757 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,757 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:51:00,757 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,757 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,767 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,774 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,777 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,777 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,777 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,777 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,798 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,802 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,802 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:51:00,803 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,803 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,823 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,823 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,823 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,824 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,838 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,839 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,839 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-03 02:51:00,840 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-03 02:51:00,841 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,842 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,859 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,860 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,860 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,860 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,874 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,874 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,875 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-03 02:51:00,875 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-03 02:51:00,876 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,895 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,896 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,925 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-03 02.51.00', 9999, 'test', 50)
DEBUG 2024-12-03 02:51:00,925 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,926 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-12-03 02:51:00,928 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:51:00,928 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,928 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-12-03 02:51:00,929 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-03 02:51:00.925 {50, null, null, 0}
DEBUG 2024-12-03 02:51:00,930 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733161859139/4, BranchId=]
DEBUG 2024-12-03 02:51:00,930 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,932 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:00,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,951 [main] Physical connection got
DEBUG 2024-12-03 02:51:00,951 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,951 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,951 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:00,976 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:00,984 [main] Physical connection closed
DEBUG 2024-12-03 02:51:00,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:00,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:00,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:00,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:00,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,007 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,008 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,008 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,032 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,044 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,044 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-12-03 02:51:01,047 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,047 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,069 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,069 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,070 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,070 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,093 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,105 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,105 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-03 02:51:01,106 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-03 02:51:01,106 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,129 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,130 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,152 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,159 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,159 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-03 02:51:01,161 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-03 02:51:01,162 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,184 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,184 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,184 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,184 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,206 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-03 02:51:01,210 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,212 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,229 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,229 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,229 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,229 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,247 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-03 02:51:01,255 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-03 02:51:01,258 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,258 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,276 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,277 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,277 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,277 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,295 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-03 02:51:01,302 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,303 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-03 02:51:01,303 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,304 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,322 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,322 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,323 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,323 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,352 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,353 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,353 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-12-03 02:51:01,355 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-03 02:51:01,356 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,357 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,374 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,374 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,374 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,374 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,392 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,393 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,411 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,411 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,411 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,411 [main] Logical connection got, tx=null
WARN  2024-12-03 02:51:01,415 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-03 02:51:01,420 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-03 02:51:01,421 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,421 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-03 02:51:01,423 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-03 02:51:01,424 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,441 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,441 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,441 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,441 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,461 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,468 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,483 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,485 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,486 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,486 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,486 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,504 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-03 02:51:01,509 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,509 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-12-03 02:51:01,510 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,510 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,510 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-12-03 02:51:01,511 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,511 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,526 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,529 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,529 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,529 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,529 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,547 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-03 02:51:01,551 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,551 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-12-03 02:51:01,554 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,555 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,555 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-12-03 02:51:01,556 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,556 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,556 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-12-03 02:51:01,558 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,558 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,558 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-12-03 02:51:01,559 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,559 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,559 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-12-03 02:51:01,560 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,560 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,578 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,579 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-03 02:51:01,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,598 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:51:01,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,599 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-03 02:51:01,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,600 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:51:01,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,600 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733161859139/5, BranchId=]
DEBUG 2024-12-03 02:51:01,601 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,619 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,619 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,619 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,620 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,638 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,642 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,660 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,660 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,660 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,660 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,679 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,683 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,698 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,698 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,701 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,701 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,702 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,702 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,709 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-03 02:51:01,711 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,726 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,728 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,728 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,728 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,728 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,735 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-03 02:51:01,737 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,754 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,754 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,754 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,754 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,761 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,763 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,765 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,780 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,780 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,780 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,780 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,787 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-03 02:51:01,789 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,804 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,806 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,807 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,807 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,807 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,826 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,827 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,827 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:51:01,830 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,831 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,848 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,848 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,849 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,849 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,867 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,868 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,870 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,883 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,885 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,886 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,886 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,886 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,904 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-03 02:51:01,905 [main] Physical connection closed
DEBUG 2024-12-03 02:51:01,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:01,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:01,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:01,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:01,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:51:01,927 [main] Physical connection got
DEBUG 2024-12-03 02:51:01,927 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,928 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:01,928 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:01,947 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-03 02:51:01,948 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.608 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.015 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.008 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-12-03 02:51:02,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,003 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,019 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,022 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,022 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,026 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,029 [main] Physical connection closed
DEBUG 2024-12-03 02:51:02,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,031 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,046 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,049 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,049 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,053 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,053 [main] Physical connection closed
DEBUG 2024-12-03 02:51:02,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,055 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,070 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,072 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,073 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,077 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,077 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-03 02:51:02,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,094 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,094 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,095 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,095 [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-12-03 02:51:02,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,111 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,111 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,129 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,129 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-03 02:51:02,134 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,134 [main] Physical connection closed
DEBUG 2024-12-03 02:51:02,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,148 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,148 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,172 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,172 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,172 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,172 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,184 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,189 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,189 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-12-03 02:51:02,191 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,192 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 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-12-03 02:51:02,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,212 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,226 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,239 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,239 [main] Logical connection got, tx=null
WARN  2024-12-03 02:51:02,241 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-03 02:51:02,242 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-03 02:51:02,242 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,243 [main] Physical connection closed
DEBUG 2024-12-03 02:51:02,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,244 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,258 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,262 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,262 [main] Logical connection got, tx=null
WARN  2024-12-03 02:51:02,264 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-03 02:51:02,264 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-03 02:51:02,264 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,265 [main] Physical connection closed
DEBUG 2024-12-03 02:51:02,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,266 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,281 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,285 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:51:02,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,299 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-03 02:51:02,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,318 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,319 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,320 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,320 [main] Physical connection closed
DEBUG 2024-12-03 02:51:02,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,333 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,333 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,334 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,334 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-03 02:51:02,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-03 02:51:02,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:51:02,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:51:02,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:51:02,349 [main] Physical connection got
DEBUG 2024-12-03 02:51:02,349 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:51:02,350 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:51:02,350 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.311s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.820s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.529s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.670s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Dec 03 02:51:02 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