Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-11-12 02:51:00,171 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-12 02:51:00,172 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,173 [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-11-12 02:51:00,176 [main] Logical connection closed
DEBUG 2024-11-12 02:51:00,176 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-12 02:51:00,214 [main] Physical connection got
DEBUG 2024-11-12 02:51:00,215 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,215 [main] Logical connection closed
DEBUG 2024-11-12 02:51:00,215 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,227 [main] Logical connection closed
DEBUG 2024-11-12 02:51:00,228 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,228 [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-11-12 02:51:00,230 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-12 02:51:00.007 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-12 02:51:00,230 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,230 [main] Logical connection closed
DEBUG 2024-11-12 02:51:00,230 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,234 [main] Logical connection closed
DEBUG 2024-11-12 02:51:00,236 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,236 [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-11-12 02:51:00,237 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-12 02:51:00.007 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-12 02:51:00,237 [main] Logical connection got
DEBUG 2024-11-12 02:51:00,238 [main] UPDATE EMP SET tstamp = '2024-11-12 02.51.00', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-12 02.51.00'
DEBUG 2024-11-12 02:51:00,239 [main] Logical connection closed
DEBUG 2024-11-12 02:51:00,239 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-12 02:51:01,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:01,562 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:01,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:01,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:01,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:01,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:01,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:01,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:01,732 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:51:01,920 [main] Physical connection got
DEBUG 2024-11-12 02:51:01,921 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,010 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,015 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-12 02:51:02,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,073 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,073 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,074 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,074 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,197 [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-11-12 02:51:02,205 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,228 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,237 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,237 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,237 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,237 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,280 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,309 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,341 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,346 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,346 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,346 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,347 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,400 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,406 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,409 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,441 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,442 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,442 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,442 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,489 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,495 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,529 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,529 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,529 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,529 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,573 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,579 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,581 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,611 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,611 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,611 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,611 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,651 [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-11-12 02:51:02,657 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,685 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,685 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,685 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,685 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,727 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,736 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,737 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,765 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,766 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,766 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,766 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,822 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,828 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,853 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,853 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,853 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,853 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:02,887 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:02,892 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,894 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,897 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:02,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:02,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:02,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,919 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,921 [main] Physical connection got
DEBUG 2024-11-12 02:51:02,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,956 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,982 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-12 02.51.02', 99, 'hoge', 0)
DEBUG 2024-11-12 02:51:02,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,992 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347462919/0, BranchId=]
DEBUG 2024-11-12 02:51:02,993 [main] Physical connection closed
DEBUG 2024-11-12 02:51:02,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:02,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:02,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,021 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,021 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,021 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,022 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,022 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,053 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,093 [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-11-12 02:51:03,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,106 [main] UPDATE EMP SET tstamp = '2024-11-12 02.51.03', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-12 02:51:03,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,107 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347462919/1, BranchId=]
DEBUG 2024-11-12 02:51:03,108 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,133 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,133 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,220 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-12 02:51:03,228 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,228 [main] UPDATE EMP SET tstamp = '2024-11-12 02.51.03', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-12 02:51:03,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,229 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347462919/2, BranchId=]
DEBUG 2024-11-12 02:51:03,229 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,257 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,257 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,307 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,326 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,326 [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-11-12 02:51:03,329 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,333 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-12 02:51:03,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,334 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347462919/3, BranchId=]
DEBUG 2024-11-12 02:51:03,334 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,372 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,372 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,373 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,373 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,399 [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-11-12 02:51:03,410 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,498 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,498 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,499 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,553 [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-11-12 02:51:03,568 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,575 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,599 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,599 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,600 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,600 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,624 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,643 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,697 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,707 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,707 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,707 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,707 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,731 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,740 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,810 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,811 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,811 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,811 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,841 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,850 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,878 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,878 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,878 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,879 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,907 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,917 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,917 [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-11-12 02:51:03,930 [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-11-12 02:51:03,932 [main] Physical connection closed
DEBUG 2024-11-12 02:51:03,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:03,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:03,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:03,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:03,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:03,957 [main] Physical connection got
DEBUG 2024-11-12 02:51:03,957 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:03,957 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:03,957 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,031 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,049 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,049 [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-11-12 02:51:04,054 [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-11-12 02:51:04,055 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,058 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,080 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,080 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,081 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,081 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,167 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,175 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,175 [main] select * from emp
DEBUG 2024-11-12 02:51:04,178 [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-11-12 02:51:04,179 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,199 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,199 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,199 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,199 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,270 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,287 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,287 [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-11-12 02:51:04,291 [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-11-12 02:51:04,292 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,311 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,311 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,312 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,312 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,360 [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-11-12 02:51:04,389 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,397 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,417 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,417 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,417 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,418 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,439 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,447 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,447 [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-11-12 02:51:04,450 [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-11-12 02:51:04,451 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,475 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,477 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,477 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,478 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,478 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,504 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,514 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,514 [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-11-12 02:51:04,521 [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-11-12 02:51:04,523 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,552 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,552 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,552 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,552 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,583 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,583 [main] select * from emp
DEBUG 2024-11-12 02:51:04,585 [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-11-12 02:51:04,586 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,607 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,607 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,607 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,607 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,628 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,636 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,636 [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-11-12 02:51:04,638 [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-11-12 02:51:04,639 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,665 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,665 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,665 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,665 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,686 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,693 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,693 [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-11-12 02:51:04,695 [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-11-12 02:51:04,696 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,716 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,716 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,717 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,717 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,745 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,745 [main] select count(*) from emp
DEBUG 2024-11-12 02:51:04,747 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,747 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,784 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,784 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,784 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,784 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,804 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,812 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,812 [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-11-12 02:51:04,813 [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-11-12 02:51:04,813 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,815 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,864 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,870 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,870 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,871 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,897 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,906 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,906 [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-11-12 02:51:04,907 [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-11-12 02:51:04,907 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,929 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,929 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,929 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,929 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,949 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,956 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,957 [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-11-12 02:51:04,957 [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-11-12 02:51:04,958 [main] Physical connection closed
DEBUG 2024-11-12 02:51:04,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:04,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:04,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:04,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:04,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:04,977 [main] Physical connection got
DEBUG 2024-11-12 02:51:04,977 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,978 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:04,978 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:04,998 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,006 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,006 [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-11-12 02:51:05,007 [main] Logical connection closed, tx=null
[Ljava.util.Map;@d896a4c
DEBUG 2024-11-12 02:51:05,007 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,009 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,026 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,026 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,027 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,027 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,054 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,062 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,062 [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-11-12 02:51:05,064 [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-11-12 02:51:05,065 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,085 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,085 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,085 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,085 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,110 [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-11-12 02:51:05,118 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,118 [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-11-12 02:51:05,121 [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-11-12 02:51:05,121 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,141 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,141 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,141 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,163 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,174 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,174 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:51:05,174 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,175 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,209 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,209 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,209 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,209 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,228 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,231 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,231 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:51:05,232 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,232 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,248 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,259 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,259 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,259 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,259 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,308 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,313 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,314 [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-11-12 02:51:05,315 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-12 02:51:05,315 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,334 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,334 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,334 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,334 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,346 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,347 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,347 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-12 02:51:05,348 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-12 02:51:05,348 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,369 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,372 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,373 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,373 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,374 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,374 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,403 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,403 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-12 02.51.05', 9999, 'test', 50)
DEBUG 2024-11-12 02:51:05,403 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,404 [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-11-12 02:51:05,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/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-11-12 02:51:05,406 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,406 [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-11-12 02:51:05,407 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-12 02:51:05.403 {50, null, null, 0}
DEBUG 2024-11-12 02:51:05,407 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347462919/4, BranchId=]
DEBUG 2024-11-12 02:51:05,407 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,409 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,427 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,427 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,428 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,428 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,456 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,467 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,487 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,487 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,487 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,488 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,510 [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-11-12 02:51:05,521 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,522 [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-11-12 02:51:05,524 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,525 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,546 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,546 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,547 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,575 [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-11-12 02:51:05,588 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,588 [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-11-12 02:51:05,589 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-12 02:51:05,589 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,611 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,611 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,612 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,685 [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-11-12 02:51:05,692 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,692 [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-11-12 02:51:05,694 [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-11-12 02:51:05,694 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,718 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,718 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,718 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,718 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,739 [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-11-12 02:51:05,747 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,770 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,771 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,771 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,771 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,794 [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-11-12 02:51:05,807 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,807 [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-11-12 02:51:05,810 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,810 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,839 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,839 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,840 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,840 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,861 [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-11-12 02:51:05,870 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,870 [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-11-12 02:51:05,871 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,871 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,909 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,909 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,909 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,910 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,929 [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-11-12 02:51:05,930 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,930 [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-11-12 02:51:05,932 [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-11-12 02:51:05,932 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,946 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,947 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,950 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,950 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,950 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,950 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,967 [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-11-12 02:51:05,968 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:05,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:05,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:05,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:05,983 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:05,985 [main] Physical connection got
DEBUG 2024-11-12 02:51:05,986 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,986 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:05,986 [main] Logical connection got, tx=null
WARN 2024-11-12 02:51:05,989 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-12 02:51:05,994 [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-11-12 02:51:05,995 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:05,995 [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-11-12 02:51:05,998 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-12 02:51:05,998 [main] Physical connection closed
DEBUG 2024-11-12 02:51:05,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,016 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,016 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,016 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,016 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,034 [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-11-12 02:51:06,041 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,064 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,064 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,064 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,064 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,082 [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-11-12 02:51:06,086 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,086 [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-11-12 02:51:06,087 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,087 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,087 [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-11-12 02:51:06,088 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,088 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,097 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,103 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,105 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,106 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,106 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,106 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,125 [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-11-12 02:51:06,128 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,128 [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-11-12 02:51:06,131 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,131 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,132 [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-11-12 02:51:06,132 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,133 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,133 [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-11-12 02:51:06,134 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,135 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,135 [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-11-12 02:51:06,135 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,136 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,136 [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-11-12 02:51:06,136 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,137 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,152 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,153 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,154 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,154 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,155 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-12 02:51:06,178 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,178 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:51:06,178 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,179 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,179 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-12 02:51:06,179 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,179 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,179 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:51:06,180 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,180 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347462919/5, BranchId=]
DEBUG 2024-11-12 02:51:06,180 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,197 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,198 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,198 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,198 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,215 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,219 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,235 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,237 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,237 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,237 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,237 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,255 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,260 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,277 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,277 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,277 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,278 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,284 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-12 02:51:06,286 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,300 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,302 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,302 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,302 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,303 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,309 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-12 02:51:06,311 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,327 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,327 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,328 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,328 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,334 [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-11-12 02:51:06,336 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,352 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,352 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,352 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,352 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,358 [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-11-12 02:51:06,360 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,362 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,376 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,377 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,377 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,393 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,394 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,394 [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-11-12 02:51:06,397 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,397 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,414 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,414 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,414 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,414 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,430 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,431 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,447 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,447 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,447 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,447 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,462 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-12 02:51:06,463 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:51:06,479 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,479 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,479 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,480 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,495 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-12 02:51:06,496 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.481 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-12 02:51:06,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,550 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,557 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,565 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,568 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,568 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,571 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,574 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,576 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,590 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,592 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,592 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,595 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,596 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,597 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,610 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,612 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,613 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,616 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,616 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-12 02:51:06,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,630 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,630 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,631 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,631 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-12 02:51:06,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,644 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,645 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,659 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,660 [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-11-12 02:51:06,664 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,665 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,676 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,676 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,696 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,697 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,697 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,697 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,708 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,713 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,713 [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-11-12 02:51:06,715 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,715 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-12 02:51:06,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,732 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,744 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,755 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,755 [main] Logical connection got, tx=null
WARN 2024-11-12 02:51:06,757 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-12 02:51:06,758 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-12 02:51:06,758 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,758 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,760 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,772 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,774 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,774 [main] Logical connection got, tx=null
WARN 2024-11-12 02:51:06,776 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-12 02:51:06,777 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-12 02:51:06,777 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,777 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,778 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,790 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,795 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:51:06,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,800 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,800 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,807 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-12 02:51:06,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,824 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,824 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,825 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,825 [main] Physical connection closed
DEBUG 2024-11-12 02:51:06,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,826 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,836 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,836 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,837 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,837 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-12 02:51:06,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:51:06,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:51:06,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:51:06,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:51:06,850 [main] Physical connection got
DEBUG 2024-11-12 02:51:06,850 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:51:06,850 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:51:06,850 [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.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.369s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.077s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.666s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.659s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Tue Nov 12 02:51:06 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS