Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-28 02:50:57,929 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-28 02:50:57,930 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,930 [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-28 02:50:57,933 [main] Logical connection closed
DEBUG 2024-12-28 02:50:57,933 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-28 02:50:57,968 [main] Physical connection got
DEBUG 2024-12-28 02:50:57,969 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,969 [main] Logical connection closed
DEBUG 2024-12-28 02:50:57,969 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,981 [main] Logical connection closed
DEBUG 2024-12-28 02:50:57,982 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,982 [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-28 02:50:57,985 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-28 02:50:57.776 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-28 02:50:57,985 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,985 [main] Logical connection closed
DEBUG 2024-12-28 02:50:57,986 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,990 [main] Logical connection closed
DEBUG 2024-12-28 02:50:57,991 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,992 [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-28 02:50:57,993 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-28 02:50:57.776 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-28 02:50:57,993 [main] Logical connection got
DEBUG 2024-12-28 02:50:57,994 [main] UPDATE EMP SET tstamp = '2024-12-28 02.50.57', 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-28 02.50.57'
DEBUG 2024-12-28 02:50:57,994 [main] Logical connection closed
DEBUG 2024-12-28 02:50:57,995 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-28 02:50:59,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:50:59,283 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:50:59,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,431 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-28 02:50:59,603 [main] Physical connection got
DEBUG 2024-12-28 02:50:59,604 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:50:59,681 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:50:59,686 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-28 02:50:59,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:50:59,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:50:59,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:50:59,741 [main] Physical connection got
DEBUG 2024-12-28 02:50:59,741 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:50:59,742 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:50:59,742 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:50:59,857 [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-28 02:50:59,862 [main] Physical connection closed
DEBUG 2024-12-28 02:50:59,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:50:59,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:50:59,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:50:59,894 [main] Physical connection got
DEBUG 2024-12-28 02:50:59,894 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:50:59,894 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:50:59,895 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:50:59,934 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:50:59,957 [main] Physical connection closed
DEBUG 2024-12-28 02:50:59,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:50:59,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:50:59,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:50:59,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:50:59,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:50:59,984 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:50:59,988 [main] Physical connection got
DEBUG 2024-12-28 02:50:59,988 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:50:59,989 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:50:59,989 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,032 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,037 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,064 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,064 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,064 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,064 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,099 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,104 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,130 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,130 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,130 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,130 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,162 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,166 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,192 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,192 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,192 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,193 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,223 [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-28 02:51:00,227 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,249 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,253 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,253 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,253 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,253 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,285 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,291 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,315 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,316 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,316 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,352 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,357 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,381 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,381 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,381 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,410 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,414 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,440 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,442 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,443 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,443 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,443 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,493 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-28 02.51.00', 99, 'hoge', 0)
DEBUG 2024-12-28 02:51:00,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,499 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735321860440/0, BranchId=]
DEBUG 2024-12-28 02:51:00,500 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,521 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,524 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,525 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,525 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,525 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,525 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,552 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,562 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,563 [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-28 02:51:00,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,571 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,571 [main] UPDATE EMP SET tstamp = '2024-12-28 02.51.00', 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-28 02:51:00,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,572 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735321860440/1, BranchId=]
DEBUG 2024-12-28 02:51:00,572 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,596 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,597 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,633 [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-28 02:51:00,635 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,635 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,636 [main] UPDATE EMP SET tstamp = '2024-12-28 02.51.00', 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-28 02:51:00,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,637 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735321860440/2, BranchId=]
DEBUG 2024-12-28 02:51:00,637 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,665 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,665 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,665 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,666 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,666 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,702 [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-28 02:51:00,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,705 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-28 02:51:00,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,705 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735321860440/3, BranchId=]
DEBUG 2024-12-28 02:51:00,706 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,731 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,731 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,731 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,731 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,757 [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-28 02:51:00,758 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,790 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,790 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,790 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,790 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,815 [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-28 02:51:00,824 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,847 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,847 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,847 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,847 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,870 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,879 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,881 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,902 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,902 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,902 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,903 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,930 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,938 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,940 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:00,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:00,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,957 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,959 [main] Physical connection got
DEBUG 2024-12-28 02:51:00,960 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,960 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,960 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:00,983 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:00,992 [main] Physical connection closed
DEBUG 2024-12-28 02:51:00,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:00,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:00,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:00,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,013 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,013 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,013 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,013 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,036 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,045 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,045 [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-28 02:51:01,053 [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-28 02:51:01,054 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,056 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,075 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,075 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,076 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,076 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,098 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,106 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,106 [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-28 02:51:01,111 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-28 02:51:01,112 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,133 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,133 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,133 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,134 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,154 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,167 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,167 [main] select * from emp
DEBUG 2024-12-28 02:51:01,170 [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-28 02:51:01,172 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,178 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,192 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,193 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,213 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,221 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,221 [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-28 02:51:01,225 [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-28 02:51:01,227 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,248 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,248 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,248 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,248 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,268 [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-28 02:51:01,276 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,296 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,296 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,297 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,297 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,324 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,324 [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-28 02:51:01,327 [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-28 02:51:01,329 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,349 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,349 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,349 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,349 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,369 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,377 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,377 [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-28 02:51:01,393 [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-28 02:51:01,395 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,414 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,415 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,415 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,415 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,434 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,442 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,442 [main] select * from emp
DEBUG 2024-12-28 02:51:01,444 [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-28 02:51:01,446 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,463 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,465 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,465 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,465 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,465 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,485 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,493 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,493 [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-28 02:51:01,495 [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-28 02:51:01,496 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,515 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,515 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,516 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,516 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,535 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,542 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,542 [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-28 02:51:01,544 [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-28 02:51:01,544 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,548 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,563 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,563 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,563 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,564 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,583 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,590 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,590 [main] select count(*) from emp
DEBUG 2024-12-28 02:51:01,592 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,592 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,593 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,616 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,616 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,616 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,617 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,635 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,643 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,644 [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-28 02:51:01,644 [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-28 02:51:01,645 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,664 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,664 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,664 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,664 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,683 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,691 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,691 [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-28 02:51:01,691 [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-28 02:51:01,692 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,709 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,711 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,711 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,712 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,712 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,730 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,737 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,737 [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-28 02:51:01,738 [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-28 02:51:01,739 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,757 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,757 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,758 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,758 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,776 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,784 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,784 [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-28 02:51:01,785 [main] Logical connection closed, tx=null
[Ljava.util.Map;@c3fa6cd
DEBUG 2024-12-28 02:51:01,785 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,801 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,804 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,804 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,823 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,832 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,832 [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-28 02:51:01,835 [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-28 02:51:01,836 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,846 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,855 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,856 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,856 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,856 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,875 [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-28 02:51:01,883 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,884 [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-28 02:51:01,888 [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-28 02:51:01,889 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,891 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,919 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,919 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,948 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,960 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,960 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-28 02:51:01,960 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,960 [main] Physical connection closed
DEBUG 2024-12-28 02:51:01,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:01,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:01,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:01,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:01,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:01,982 [main] Physical connection got
DEBUG 2024-12-28 02:51:01,982 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:01,982 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:01,982 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,005 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,009 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,009 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-28 02:51:02,009 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,010 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,012 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,033 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,037 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,037 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,037 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,037 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,058 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,058 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,059 [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-28 02:51:02,060 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-28 02:51:02,061 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,094 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,097 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,097 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,097 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,097 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,111 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,111 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,111 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-28 02:51:02,112 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-28 02:51:02,112 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,130 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,130 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,149 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,159 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-28 02.51.02', 9999, 'test', 50)
DEBUG 2024-12-28 02:51:02,159 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,159 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,159 [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-28 02:51:02,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/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-28 02:51:02,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,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 WHERE EMP.empno = 9999
DEBUG 2024-12-28 02:51:02,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-28 02:51:02.158 {50, null, null, 0}
DEBUG 2024-12-28 02:51:02,163 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735321860440/4, BranchId=]
DEBUG 2024-12-28 02:51:02,163 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,181 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,181 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,181 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,182 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,199 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,208 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,228 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,228 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,228 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,228 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,246 [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-28 02:51:02,255 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-28 02:51:02,257 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,257 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,284 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,286 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,286 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,286 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,286 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,304 [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-28 02:51:02,314 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,314 [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-28 02:51:02,315 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-28 02:51:02,315 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,330 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,335 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,335 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,336 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,336 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,368 [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-28 02:51:02,376 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,376 [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-28 02:51:02,378 [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-28 02:51:02,380 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,400 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,400 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,401 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,401 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,417 [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-28 02:51:02,420 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,435 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,438 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,438 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,438 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,438 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,456 [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-28 02:51:02,463 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,463 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-28 02:51:02,465 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,465 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,482 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,482 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,482 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,483 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,500 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-28 02:51:02,517 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,517 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-28 02:51:02,518 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,518 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,545 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,546 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,546 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,546 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,565 [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-28 02:51:02,566 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,566 [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-28 02:51:02,568 [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-28 02:51:02,568 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,569 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,586 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,586 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,586 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,586 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,605 [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-28 02:51:02,606 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,641 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,641 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,641 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,641 [main] Logical connection got, tx=null
WARN 2024-12-28 02:51:02,644 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-28 02:51:02,655 [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-28 02:51:02,656 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,656 [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-28 02:51:02,658 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-28 02:51:02,658 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,676 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,676 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,676 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,676 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,695 [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-28 02:51:02,703 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,725 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,725 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,725 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,726 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,744 [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-28 02:51:02,747 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,748 [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-28 02:51:02,748 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,749 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,749 [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-28 02:51:02,749 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,749 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,768 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,768 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,768 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,769 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,790 [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-28 02:51:02,794 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,794 [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-28 02:51:02,797 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,797 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,797 [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-28 02:51:02,798 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,798 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,798 [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-28 02:51:02,800 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,800 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,800 [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-28 02:51:02,801 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,801 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,801 [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-28 02:51:02,802 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,802 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,820 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,821 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-28 02:51:02,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,865 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-28 02:51:02,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,866 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-28 02:51:02,868 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,868 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,868 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-28 02:51:02,869 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,869 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735321860440/5, BranchId=]
DEBUG 2024-12-28 02:51:02,869 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,897 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,898 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,898 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,898 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,923 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,925 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,943 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,943 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,943 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,943 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,964 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,969 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:02,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:02,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:02,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,986 [main] Physical connection got
DEBUG 2024-12-28 02:51:02,986 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,987 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:02,987 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:02,993 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-28 02:51:02,995 [main] Physical connection closed
DEBUG 2024-12-28 02:51:02,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:02,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:02,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,014 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,015 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,015 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,015 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,023 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-28 02:51:03,025 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,044 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,045 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,045 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,045 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,052 [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-28 02:51:03,054 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,061 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,120 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,121 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,121 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,121 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,135 [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-28 02:51:03,137 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,157 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,157 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,157 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,157 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,179 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,180 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,180 [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-28 02:51:03,184 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,184 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,186 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,219 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,219 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,219 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,227 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,255 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,256 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,271 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,275 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,275 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,275 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,275 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,297 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-28 02:51:03,298 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,317 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-28 02:51:03,319 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,320 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,320 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,320 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,380 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-28 02:51:03,381 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.694 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-28 02:51:03,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,448 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,463 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,470 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,473 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,478 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,481 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,485 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,487 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,497 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,501 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,504 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,504 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,508 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,508 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,510 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,525 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,527 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,528 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,533 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,534 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-28 02:51:03,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,558 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,558 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,559 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,559 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-28 02:51:03,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,575 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,575 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,593 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,593 [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-28 02:51:03,596 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,596 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,610 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,610 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,626 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,626 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,627 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,627 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,638 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,642 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,643 [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-28 02:51:03,645 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,645 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-28 02:51:03,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,666 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,681 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,692 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,692 [main] Logical connection got, tx=null
WARN 2024-12-28 02:51:03,694 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-28 02:51:03,695 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-28 02:51:03,695 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,696 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,697 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,713 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,715 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,716 [main] Logical connection got, tx=null
WARN 2024-12-28 02:51:03,720 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-28 02:51:03,721 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-28 02:51:03,721 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,721 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,723 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,736 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,740 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-28 02:51:03,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,753 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-28 02:51:03,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,772 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,774 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,774 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,776 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,776 [main] Physical connection closed
DEBUG 2024-12-28 02:51:03,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,787 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,788 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,789 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,789 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-28 02:51:03,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-28 02:51:03,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-28 02:51:03,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-28 02:51:03,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-28 02:51:03,802 [main] Physical connection got
DEBUG 2024-12-28 02:51:03,802 [main] Logical connection got, tx=null
DEBUG 2024-12-28 02:51:03,803 [main] Logical connection closed, tx=null
DEBUG 2024-12-28 02:51:03,803 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.351s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.893s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.674s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.792s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Dec 28 02:51:03 JST 2024
[INFO] Final Memory: 27M/411M
[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