Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-26 02:51:01,860 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-26 02:51:01,862 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,862 [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-26 02:51:01,865 [main] Logical connection closed
DEBUG 2024-12-26 02:51:01,865 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-26 02:51:01,903 [main] Physical connection got
DEBUG 2024-12-26 02:51:01,903 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,903 [main] Logical connection closed
DEBUG 2024-12-26 02:51:01,903 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,915 [main] Logical connection closed
DEBUG 2024-12-26 02:51:01,915 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,915 [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-26 02:51:01,917 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-26 02:51:01.703 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-26 02:51:01,917 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,918 [main] Logical connection closed
DEBUG 2024-12-26 02:51:01,918 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,921 [main] Logical connection closed
DEBUG 2024-12-26 02:51:01,923 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,923 [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-26 02:51:01,924 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-26 02:51:01.703 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-26 02:51:01,924 [main] Logical connection got
DEBUG 2024-12-26 02:51:01,925 [main] UPDATE EMP SET tstamp = '2024-12-26 02.51.01', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-26 02.51.01'
DEBUG 2024-12-26 02:51:01,925 [main] Logical connection closed
DEBUG 2024-12-26 02:51:01,926 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-26 02:51:03,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:03,100 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:03,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,235 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:51:03,402 [main] Physical connection got
DEBUG 2024-12-26 02:51:03,402 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,482 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,488 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-26 02:51:03,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:03,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,545 [main] Physical connection got
DEBUG 2024-12-26 02:51:03,545 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,546 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,546 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,665 [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-26 02:51:03,671 [main] Physical connection closed
DEBUG 2024-12-26 02:51:03,673 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:03,674 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,705 [main] Physical connection got
DEBUG 2024-12-26 02:51:03,705 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,706 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,706 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,746 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,772 [main] Physical connection closed
DEBUG 2024-12-26 02:51:03,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:03,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,801 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,805 [main] Physical connection got
DEBUG 2024-12-26 02:51:03,805 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,806 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,806 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,854 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,860 [main] Physical connection closed
DEBUG 2024-12-26 02:51:03,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:03,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,891 [main] Physical connection got
DEBUG 2024-12-26 02:51:03,891 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,891 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,891 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,930 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,936 [main] Physical connection closed
DEBUG 2024-12-26 02:51:03,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:03,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:03,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:03,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:03,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:03,965 [main] Physical connection got
DEBUG 2024-12-26 02:51:03,965 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:03,965 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:03,965 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,002 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,007 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,034 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,034 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,034 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,034 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,067 [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-26 02:51:04,071 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,096 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,096 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,096 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,097 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,128 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,133 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,157 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,157 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,158 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,158 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,195 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,200 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,225 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,225 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,225 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,225 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,255 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,259 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,286 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,287 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,288 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,318 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,342 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-26 02.51.04', 99, 'hoge', 0)
DEBUG 2024-12-26 02:51:04,348 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,348 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149064286/0, BranchId=]
DEBUG 2024-12-26 02:51:04,349 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,370 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,372 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,373 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,373 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,373 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,373 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,403 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,413 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,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 EMP.empno = 7788
DEBUG 2024-12-26 02:51:04,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,422 [main] UPDATE EMP SET tstamp = '2024-12-26 02.51.04', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-26 02:51:04,423 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,423 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149064286/1, BranchId=]
DEBUG 2024-12-26 02:51:04,423 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,446 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,446 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,447 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,447 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,489 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,490 [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-26 02:51:04,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,492 [main] UPDATE EMP SET tstamp = '2024-12-26 02.51.04', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-26 02:51:04,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,493 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149064286/2, BranchId=]
DEBUG 2024-12-26 02:51:04,493 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,516 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,517 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,542 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,551 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,551 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-26 02:51:04,553 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,554 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-26 02:51:04,554 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,555 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149064286/3, BranchId=]
DEBUG 2024-12-26 02:51:04,555 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,578 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,578 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,579 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,579 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,602 [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-26 02:51:04,604 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,634 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,635 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,635 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,635 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,657 [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-26 02:51:04,666 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,668 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,688 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,688 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,688 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,688 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,710 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,718 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,739 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,739 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,740 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,740 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,766 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,774 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,794 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,795 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,795 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,795 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,817 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,826 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,846 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,846 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,847 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,847 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,869 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,877 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,877 [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-26 02:51:04,885 [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-26 02:51:04,886 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,907 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,908 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,908 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,908 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,930 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,938 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,938 [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-26 02:51:04,942 [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-26 02:51:04,944 [main] Physical connection closed
DEBUG 2024-12-26 02:51:04,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:04,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:04,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:04,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:04,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:04,965 [main] Physical connection got
DEBUG 2024-12-26 02:51:04,965 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,965 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:04,965 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:04,987 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,001 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,001 [main] select * from emp
DEBUG 2024-12-26 02:51:05,004 [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-26 02:51:05,005 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,007 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,026 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,027 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,027 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,027 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,048 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,056 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,057 [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-26 02:51:05,060 [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-26 02:51:05,061 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,080 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,082 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,082 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,082 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,083 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,104 [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-26 02:51:05,112 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,113 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,132 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,133 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,133 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,133 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,154 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,162 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,162 [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-26 02:51:05,165 [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-26 02:51:05,166 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,168 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,170 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,189 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,189 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,189 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,189 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,210 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,218 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,218 [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-26 02:51:05,222 [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-26 02:51:05,223 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,243 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,243 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,244 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,244 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,264 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,272 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,272 [main] select * from emp
DEBUG 2024-12-26 02:51:05,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-26 02:51:05,275 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,297 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,297 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,297 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,297 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,320 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,328 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,328 [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-26 02:51:05,330 [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-26 02:51:05,331 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,348 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,350 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,350 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,350 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,350 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,373 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,387 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,387 [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-26 02:51:05,389 [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-26 02:51:05,390 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,420 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,424 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,424 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,424 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,424 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,447 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,455 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,455 [main] select count(*) from emp
DEBUG 2024-12-26 02:51:05,456 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,456 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,487 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,488 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,488 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,488 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,522 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,532 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,532 [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-26 02:51:05,533 [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-26 02:51:05,534 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,557 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,557 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,557 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,557 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,577 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,584 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,584 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-26 02:51:05,585 [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-26 02:51:05,586 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,612 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,614 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,614 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,614 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,614 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,635 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,642 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,642 [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-26 02:51:05,643 [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-26 02:51:05,643 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,665 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,665 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,665 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,666 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,685 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,692 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,692 [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-26 02:51:05,693 [main] Logical connection closed, tx=null
[Ljava.util.Map;@21270107
DEBUG 2024-12-26 02:51:05,693 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,718 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,718 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,718 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,718 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,738 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,745 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,745 [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-26 02:51:05,747 [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-26 02:51:05,747 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,766 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,768 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,769 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,769 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,769 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,789 [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-26 02:51:05,799 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,799 [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-26 02:51:05,803 [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-26 02:51:05,804 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,822 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,822 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,822 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,822 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,841 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,846 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,846 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:51:05,847 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,847 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,872 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,872 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,872 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,872 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,895 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,899 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,899 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:51:05,899 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,899 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,902 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,920 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,920 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,921 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,921 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,933 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,934 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,934 [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-26 02:51:05,935 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-26 02:51:05,935 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,937 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,955 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,960 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,960 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,960 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,972 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:05,973 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:05,973 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-26 02:51:05,973 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-26 02:51:05,974 [main] Physical connection closed
DEBUG 2024-12-26 02:51:05,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:05,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:05,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:05,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:05,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:05,991 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:05,991 [main] Physical connection got
DEBUG 2024-12-26 02:51:05,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:05,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:05,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:06,016 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:06,030 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:06,030 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-26 02.51.06', 9999, 'test', 50)
DEBUG 2024-12-26 02:51:06,030 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:06,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:06,031 [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-26 02:51:06,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/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-26 02:51:06,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:06,033 [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-26 02:51:06,034 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-26 02:51:06.03 {50, null, null, 0}
DEBUG 2024-12-26 02:51:06,034 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149064286/4, BranchId=]
DEBUG 2024-12-26 02:51:06,034 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,053 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,053 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,053 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,053 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,070 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,077 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,092 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,094 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,094 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,094 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,094 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,111 [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-26 02:51:06,119 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,120 [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-26 02:51:06,122 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,122 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,139 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,139 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,139 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,140 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,157 [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-26 02:51:06,165 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,166 [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-26 02:51:06,166 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-26 02:51:06,166 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,168 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,170 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,192 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,192 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,192 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,192 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,208 [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-26 02:51:06,220 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,220 [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-26 02:51:06,222 [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-26 02:51:06,223 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,237 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,237 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,239 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,239 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,240 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,240 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,256 [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-26 02:51:06,259 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,276 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,276 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,276 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,276 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,295 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-26 02:51:06,302 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,302 [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-26 02:51:06,304 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,304 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,306 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,321 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,321 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,321 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,321 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,350 [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-26 02:51:06,359 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,359 [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-26 02:51:06,360 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,360 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,382 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,382 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,382 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,382 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,401 [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-26 02:51:06,402 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,402 [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-26 02:51:06,404 [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-26 02:51:06,404 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,421 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,421 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,421 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,421 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,437 [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-26 02:51:06,438 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,446 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,463 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,464 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,464 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,464 [main] Logical connection got, tx=null
WARN 2024-12-26 02:51:06,467 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-26 02:51:06,472 [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-26 02:51:06,473 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,473 [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-26 02:51:06,475 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-26 02:51:06,476 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,492 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,492 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,493 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,493 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,511 [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-26 02:51:06,517 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,549 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,549 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,549 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,550 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,608 [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-26 02:51:06,612 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,612 [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-26 02:51:06,613 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,613 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,613 [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-26 02:51:06,614 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,614 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,631 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,631 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,632 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,632 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,656 [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-26 02:51:06,659 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,659 [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-26 02:51:06,663 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,663 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,663 [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-26 02:51:06,664 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,664 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,664 [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-26 02:51:06,666 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,666 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,666 [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-26 02:51:06,667 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,667 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,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 ename = 'a' AND job = 'b'
DEBUG 2024-12-26 02:51:06,667 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,668 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,698 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,698 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-26 02:51:06,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,724 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:51:06,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,724 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-26 02:51:06,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,725 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:51:06,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,725 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149064286/5, BranchId=]
DEBUG 2024-12-26 02:51:06,725 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,727 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,729 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,730 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,745 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,745 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,745 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,745 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,762 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,766 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,783 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,783 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,783 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,783 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,823 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,847 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,869 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,872 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,872 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,872 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,872 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,878 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-26 02:51:06,880 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,899 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,899 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,899 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,899 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,916 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-26 02:51:06,917 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,940 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,940 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,940 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,941 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,954 [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-26 02:51:06,956 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,973 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,974 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,974 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,974 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,980 [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-26 02:51:06,982 [main] Physical connection closed
DEBUG 2024-12-26 02:51:06,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:06,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:06,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:06,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:06,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:06,998 [main] Physical connection got
DEBUG 2024-12-26 02:51:06,998 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:06,998 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:06,998 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,018 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,019 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,019 [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-26 02:51:07,023 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,024 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,026 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:07,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:07,043 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,043 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,043 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,043 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,060 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,061 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:07,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:07,077 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,077 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,078 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,078 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,095 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-26 02:51:07,096 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:07,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:51:07,114 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,114 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,114 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,114 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,130 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-26 02:51:07,131 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.643 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-26 02:51:07,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,184 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,205 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,209 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,209 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,213 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,215 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,217 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,229 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,232 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,235 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,235 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,240 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,246 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,247 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,262 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,264 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,264 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,268 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,268 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-26 02:51:07,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,284 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,284 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,284 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,284 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-26 02:51:07,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,306 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,306 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,322 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,323 [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-26 02:51:07,327 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,328 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,340 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,341 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,343 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,343 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,358 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,359 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,359 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,359 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,370 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,375 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,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 WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-26 02:51:07,377 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,377 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-26 02:51:07,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,401 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,416 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,433 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,433 [main] Logical connection got, tx=null
WARN 2024-12-26 02:51:07,435 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-26 02:51:07,436 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-26 02:51:07,437 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,437 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,439 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,454 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,457 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,457 [main] Logical connection got, tx=null
WARN 2024-12-26 02:51:07,459 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-26 02:51:07,460 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-26 02:51:07,460 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,460 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,462 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,486 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,491 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:51:07,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,506 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-26 02:51:07,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,514 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,526 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,526 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,528 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,528 [main] Physical connection closed
DEBUG 2024-12-26 02:51:07,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,542 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,542 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,543 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,544 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-26 02:51:07,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:51:07,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:51:07,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:51:07,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:51:07,559 [main] Physical connection got
DEBUG 2024-12-26 02:51:07,559 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:51:07,560 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:51:07,560 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.339s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.860s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.597s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.695s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Thu Dec 26 02:51:07 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS