Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-12-22 02:51:00,721 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-22 02:51:00,722 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,722 [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-22 02:51:00,725 [main] Logical connection closed
DEBUG 2024-12-22 02:51:00,725 [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-22 02:51:00,760 [main] Physical connection got
DEBUG 2024-12-22 02:51:00,760 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,761 [main] Logical connection closed
DEBUG 2024-12-22 02:51:00,761 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,771 [main] Logical connection closed
DEBUG 2024-12-22 02:51:00,772 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,772 [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-22 02:51:00,774 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-22 02:51:00.572 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-22 02:51:00,774 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,774 [main] Logical connection closed
DEBUG 2024-12-22 02:51:00,775 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,778 [main] Logical connection closed
DEBUG 2024-12-22 02:51:00,779 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,780 [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-22 02:51:00,780 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-22 02:51:00.572 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-22 02:51:00,781 [main] Logical connection got
DEBUG 2024-12-22 02:51:00,781 [main] UPDATE EMP SET tstamp = '2024-12-22 02.51.00', 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-22 02.51.00'
DEBUG 2024-12-22 02:51:00,782 [main] Logical connection closed
DEBUG 2024-12-22 02:51:00,782 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-22 02:51:01,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:01,988 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:02,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,123 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-22 02:51:02,285 [main] Physical connection got
DEBUG 2024-12-22 02:51:02,285 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,364 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,369 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-22 02:51:02,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:02,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,423 [main] Physical connection got
DEBUG 2024-12-22 02:51:02,423 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,423 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,424 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,535 [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-22 02:51:02,545 [main] Physical connection closed
DEBUG 2024-12-22 02:51:02,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:02,547 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,578 [main] Physical connection got
DEBUG 2024-12-22 02:51:02,578 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,579 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,579 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,637 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,660 [main] Physical connection closed
DEBUG 2024-12-22 02:51:02,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:02,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,691 [main] Physical connection got
DEBUG 2024-12-22 02:51:02,692 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,692 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,692 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,751 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,757 [main] Physical connection closed
DEBUG 2024-12-22 02:51:02,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:02,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,784 [main] Physical connection got
DEBUG 2024-12-22 02:51:02,785 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,785 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,785 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,827 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,835 [main] Physical connection closed
DEBUG 2024-12-22 02:51:02,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:02,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,843 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,868 [main] Physical connection got
DEBUG 2024-12-22 02:51:02,868 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,869 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,869 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,902 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,907 [main] Physical connection closed
DEBUG 2024-12-22 02:51:02,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:02,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,919 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,930 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,934 [main] Physical connection got
DEBUG 2024-12-22 02:51:02,934 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,934 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:02,934 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:02,967 [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-22 02:51:02,972 [main] Physical connection closed
DEBUG 2024-12-22 02:51:02,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:02,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:02,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:02,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:02,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:02,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,000 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,000 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,000 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,001 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,031 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,036 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,040 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,056 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,064 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,064 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,064 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,064 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,097 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,102 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,130 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,130 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,130 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,130 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,161 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,166 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,195 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,196 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,198 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,253 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-22 02.51.03', 99, 'hoge', 0)
DEBUG 2024-12-22 02:51:03,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,269 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734803463195/0, BranchId=]
DEBUG 2024-12-22 02:51:03,269 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,300 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,301 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,301 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,301 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,329 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,348 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,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-22 02:51:03,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,363 [main] UPDATE EMP SET tstamp = '2024-12-22 02.51.03', 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-22 02:51:03,364 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,371 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734803463195/1, BranchId=]
DEBUG 2024-12-22 02:51:03,371 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,398 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,398 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,424 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,436 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,437 [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-22 02:51:03,439 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,439 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,440 [main] UPDATE EMP SET tstamp = '2024-12-22 02.51.03', 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-22 02:51:03,440 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,441 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734803463195/2, BranchId=]
DEBUG 2024-12-22 02:51:03,441 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,451 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,473 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,473 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,517 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-22 02:51:03,519 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,519 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,519 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-22 02:51:03,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,520 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734803463195/3, BranchId=]
DEBUG 2024-12-22 02:51:03,520 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,543 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,543 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,543 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,543 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,575 [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-22 02:51:03,576 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,615 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,615 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,616 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,616 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,640 [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-22 02:51:03,650 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,672 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,672 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,672 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,672 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,695 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,705 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,726 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,726 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,727 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,727 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,754 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,764 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,765 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,784 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,784 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,785 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,785 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,823 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,840 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,859 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,859 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,860 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,860 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,881 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,894 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,894 [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-22 02:51:03,908 [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-22 02:51:03,916 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,945 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,945 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,946 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,946 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,966 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,974 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,975 [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-22 02:51:03,978 [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-22 02:51:03,979 [main] Physical connection closed
DEBUG 2024-12-22 02:51:03,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:03,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:03,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:03,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:03,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:03,998 [main] Physical connection got
DEBUG 2024-12-22 02:51:03,998 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:03,998 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:03,998 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,019 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,036 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,036 [main] select * from emp
DEBUG 2024-12-22 02:51:04,039 [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-22 02:51:04,040 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,070 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,076 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,076 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,076 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,076 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,095 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,102 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,102 [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-22 02:51:04,106 [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-22 02:51:04,107 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,128 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,128 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,128 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,128 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,147 [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-22 02:51:04,154 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,176 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,178 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,178 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,178 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,184 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,203 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,210 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,210 [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-22 02:51:04,213 [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-22 02:51:04,214 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,216 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,234 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,234 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,234 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,234 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,260 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,268 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,268 [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-22 02:51:04,274 [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-22 02:51:04,275 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,293 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,293 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,293 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,293 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,324 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,324 [main] select * from emp
DEBUG 2024-12-22 02:51:04,325 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-22 02:51:04,326 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,340 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,341 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,344 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,344 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,344 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,344 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,367 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,374 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,375 [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-22 02:51:04,376 [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-22 02:51:04,377 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,395 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,395 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,395 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,396 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,415 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,425 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,425 [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-22 02:51:04,427 [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-22 02:51:04,427 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,445 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,445 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,445 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,445 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,467 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,475 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,475 [main] select count(*) from emp
DEBUG 2024-12-22 02:51:04,476 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,476 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,492 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,503 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,503 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,503 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,503 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,522 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,530 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,530 [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-22 02:51:04,531 [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-22 02:51:04,531 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,548 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,548 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,548 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,548 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,568 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,575 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,575 [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-22 02:51:04,576 [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-22 02:51:04,576 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,593 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,593 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,593 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,593 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,611 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,626 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,626 [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-22 02:51:04,627 [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-22 02:51:04,627 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,629 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,644 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,644 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,644 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,644 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,660 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,667 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,667 [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-22 02:51:04,667 [main] Logical connection closed, tx=null
[Ljava.util.Map;@f786a3c
DEBUG 2024-12-22 02:51:04,667 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,684 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,686 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,686 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,686 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,687 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,703 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,709 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,709 [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-22 02:51:04,712 [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-22 02:51:04,712 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,729 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,729 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,729 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,729 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,745 [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-22 02:51:04,751 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,751 [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-22 02:51:04,754 [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-22 02:51:04,754 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,770 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,770 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,770 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,770 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,789 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,792 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,792 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-22 02:51:04,793 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,793 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,809 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,809 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,809 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,809 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,825 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,828 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,828 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-22 02:51:04,828 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,828 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,833 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,849 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,849 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,849 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,850 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,861 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,861 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,861 [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-22 02:51:04,863 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-22 02:51:04,863 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,878 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,880 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,880 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,880 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,880 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,897 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,897 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,898 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-22 02:51:04,898 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-22 02:51:04,899 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,904 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,917 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,919 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,919 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,935 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,944 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,944 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-22 02.51.04', 9999, 'test', 50)
DEBUG 2024-12-22 02:51:04,944 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,944 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,944 [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-22 02:51:04,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/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-22 02:51:04,946 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,946 [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-22 02:51:04,947 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-22 02:51:04.944 {50, null, null, 0}
DEBUG 2024-12-22 02:51:04,947 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734803463195/4, BranchId=]
DEBUG 2024-12-22 02:51:04,947 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,962 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,963 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,963 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,963 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,978 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,984 [main] Physical connection closed
DEBUG 2024-12-22 02:51:04,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:04,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:04,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:04,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:04,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:04,999 [main] Physical connection got
DEBUG 2024-12-22 02:51:04,999 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:04,999 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:04,999 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,015 [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-22 02:51:05,023 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,023 [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-22 02:51:05,025 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,025 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,040 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,040 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,040 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,040 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,055 [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-22 02:51:05,064 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,064 [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-22 02:51:05,064 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-22 02:51:05,064 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,066 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,081 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,081 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,081 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,081 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,095 [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-22 02:51:05,100 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,100 [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-22 02:51:05,102 [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-22 02:51:05,102 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,117 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,117 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,117 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,117 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,132 [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-22 02:51:05,135 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,139 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,149 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,149 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,149 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,149 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,164 [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-22 02:51:05,170 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,170 [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-22 02:51:05,172 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,172 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,187 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,187 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,187 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,187 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,202 [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-22 02:51:05,208 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,208 [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-22 02:51:05,209 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,209 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,224 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,224 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,224 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,224 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,241 [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-22 02:51:05,241 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,241 [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-22 02:51:05,243 [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-22 02:51:05,243 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,258 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,258 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,258 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,258 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,273 [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-22 02:51:05,274 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,288 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,289 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,289 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,289 [main] Logical connection got, tx=null
WARN  2024-12-22 02:51:05,291 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-22 02:51:05,297 [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-22 02:51:05,298 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,298 [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-22 02:51:05,300 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-22 02:51:05,301 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,316 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,316 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,316 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,332 [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-22 02:51:05,338 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,353 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,353 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,353 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,353 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,369 [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-22 02:51:05,373 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,373 [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-22 02:51:05,373 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,374 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,374 [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-22 02:51:05,374 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,374 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,390 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,390 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,390 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,390 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,406 [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-22 02:51:05,409 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,409 [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-22 02:51:05,412 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,412 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,412 [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-22 02:51:05,413 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,413 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,413 [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-22 02:51:05,416 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,416 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,416 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-12-22 02:51:05,416 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,417 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,417 [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-22 02:51:05,417 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,417 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,434 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,435 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,435 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,435 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,451 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-22 02:51:05,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,452 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-22 02:51:05,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,452 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-22 02:51:05,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,453 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,453 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-22 02:51:05,453 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,453 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734803463195/5, BranchId=]
DEBUG 2024-12-22 02:51:05,453 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,466 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,468 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,468 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,468 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,468 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,484 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,487 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,503 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,503 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,503 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,503 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,518 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,522 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,538 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,538 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,539 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,539 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,545 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-22 02:51:05,546 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,560 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,560 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,561 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,561 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,566 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-22 02:51:05,568 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,582 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,582 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,582 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,582 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,588 [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-22 02:51:05,589 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,607 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,607 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,607 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,607 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,613 [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-22 02:51:05,614 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,626 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,628 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,628 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,628 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,628 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,644 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,645 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,645 [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-22 02:51:05,648 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,648 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,649 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,662 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,662 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,662 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,662 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,677 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,678 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,691 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,691 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,692 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,692 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,707 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-22 02:51:05,708 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-22 02:51:05,721 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,721 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,721 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,721 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,735 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-22 02:51:05,736 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.365 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-22 02:51:05,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,782 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,785 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,794 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,797 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,797 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,800 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,803 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,804 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,816 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,818 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,818 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,821 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,821 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,823 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,835 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,837 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,837 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,840 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,841 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-22 02:51:05,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,853 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,853 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,854 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,854 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-22 02:51:05,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,867 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,867 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,883 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,883 [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-22 02:51:05,886 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,886 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,889 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,895 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,897 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,897 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,910 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,910 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,910 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,910 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,920 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,924 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:05,924 [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-22 02:51:05,926 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,926 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-22 02:51:05,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,942 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,954 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,964 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,964 [main] Logical connection got, tx=null
WARN  2024-12-22 02:51:05,966 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-22 02:51:05,967 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-22 02:51:05,967 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,968 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,969 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,980 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,982 [main] Physical connection got
DEBUG 2024-12-22 02:51:05,982 [main] Logical connection got, tx=null
WARN  2024-12-22 02:51:05,984 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-22 02:51:05,985 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-22 02:51:05,985 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:05,985 [main] Physical connection closed
DEBUG 2024-12-22 02:51:05,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:05,986 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:05,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:05,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:05,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:05,997 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-22 02:51:06,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:06,006 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-22 02:51:06,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,030 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-22 02:51:06,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:06,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,060 [main] Physical connection got
DEBUG 2024-12-22 02:51:06,060 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:06,061 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:06,061 [main] Physical connection closed
DEBUG 2024-12-22 02:51:06,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:06,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,078 [main] Physical connection got
DEBUG 2024-12-22 02:51:06,078 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:06,079 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:06,079 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-22 02:51:06,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-22 02:51:06,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-22 02:51:06,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-22 02:51:06,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-22 02:51:06,090 [main] Physical connection got
DEBUG 2024-12-22 02:51:06,090 [main] Logical connection got, tx=null
DEBUG 2024-12-22 02:51:06,091 [main] Logical connection closed, tx=null
DEBUG 2024-12-22 02:51:06,091 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.319s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.706s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.561s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.337s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Dec 22 02:51:06 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS