Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-31 02:50:55,456 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-31 02:50:55,457 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,457 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-31 02:50:55,460 [main] Logical connection closed
DEBUG 2024-12-31 02:50:55,460 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-31 02:50:55,494 [main] Physical connection got
DEBUG 2024-12-31 02:50:55,494 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,494 [main] Logical connection closed
DEBUG 2024-12-31 02:50:55,495 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,505 [main] Logical connection closed
DEBUG 2024-12-31 02:50:55,506 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,506 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-31 02:50:55,507 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-31 02:50:55.313 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:50:55,508 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,508 [main] Logical connection closed
DEBUG 2024-12-31 02:50:55,508 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,512 [main] Logical connection closed
DEBUG 2024-12-31 02:50:55,513 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,513 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:50:55,514 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-31 02:50:55.313 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:50:55,514 [main] Logical connection got
DEBUG 2024-12-31 02:50:55,515 [main] UPDATE EMP SET tstamp = '2024-12-31 02.50.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-31 02.50.55'
DEBUG 2024-12-31 02:50:55,515 [main] Logical connection closed
DEBUG 2024-12-31 02:50:55,515 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-31 02:50:56,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:56,722 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:50:56,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:56,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:56,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:56,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:56,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:56,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:56,857 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:50:57,013 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,013 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,089 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,095 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-31 02:50:57,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,149 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,149 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,149 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,150 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,277 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-31 02:50:57,283 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,320 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,320 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,320 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,320 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,367 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,391 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,421 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,425 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,425 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,426 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,426 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,471 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,476 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,504 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,507 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,507 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,508 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,508 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,542 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,547 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,575 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,576 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,576 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,576 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,611 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,616 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,645 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,645 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,645 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,645 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,679 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-31 02:50:57,683 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,705 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,709 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,709 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,709 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,710 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,742 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,747 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,773 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,773 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,773 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,773 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,810 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,814 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,817 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,839 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,839 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,840 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,840 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:57,870 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:57,875 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,902 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,904 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,937 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,961 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-31 02.50.57', 99, 'hoge', 0)
DEBUG 2024-12-31 02:50:57,966 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,966 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581057902/0, BranchId=]
DEBUG 2024-12-31 02:50:57,967 [main] Physical connection closed
DEBUG 2024-12-31 02:50:57,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:57,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:57,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:57,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:57,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:57,992 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:57,992 [main] Physical connection got
DEBUG 2024-12-31 02:50:57,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:57,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:57,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:58,024 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:58,034 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:58,035 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:50:58,042 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:58,042 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:58,043 [main] UPDATE EMP SET tstamp = '2024-12-31 02.50.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-31 02:50:58,044 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:58,044 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581057902/1, BranchId=]
DEBUG 2024-12-31 02:50:58,044 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,069 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,069 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,069 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,070 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,116 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,116 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:50:58,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,119 [main] UPDATE EMP SET tstamp = '2024-12-31 02.50.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-31 02:50:58,119 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,119 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581057902/2, BranchId=]
DEBUG 2024-12-31 02:50:58,119 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,142 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,142 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,142 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,142 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,180 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,180 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:50:58,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,182 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,182 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-31 02:50:58,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,183 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581057902/3, BranchId=]
DEBUG 2024-12-31 02:50:58,183 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,206 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,206 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,206 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,206 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,235 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-31 02:50:58,236 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,266 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,266 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,266 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,266 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,294 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-31 02:50:58,302 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,325 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,325 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,325 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,325 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,349 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,357 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,378 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,378 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,378 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,378 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,411 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,419 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,440 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,440 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,440 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,440 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,464 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,472 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,493 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,493 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,493 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,493 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,516 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,523 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,523 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:50:58,530 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-31 02:50:58,532 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,553 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,553 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,553 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,553 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,577 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,585 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,585 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:50:58,589 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-31 02:50:58,590 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,609 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,611 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,612 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,612 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,612 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,635 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,651 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,652 [main] select * from emp
DEBUG 2024-12-31 02:50:58,654 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:50:58,655 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,676 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,676 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,676 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,676 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,699 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,707 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,707 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-31 02:50:58,711 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-31 02:50:58,712 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,731 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,731 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,732 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,732 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,754 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-31 02:50:58,762 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,782 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,782 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,782 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,782 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,805 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,813 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,813 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:50:58,815 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:50:58,816 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,836 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,836 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,836 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,836 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,858 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,866 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,866 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:50:58,870 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:50:58,871 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,890 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,890 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,890 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,890 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,911 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,920 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,920 [main] select * from emp
DEBUG 2024-12-31 02:50:58,921 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:50:58,922 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,939 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,942 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,942 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,942 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,942 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,964 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,972 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,972 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-31 02:50:58,974 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:50:58,975 [main] Physical connection closed
DEBUG 2024-12-31 02:50:58,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:58,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:58,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:58,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:58,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:58,993 [main] Physical connection got
DEBUG 2024-12-31 02:50:58,994 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:58,994 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:58,994 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,014 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,021 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,021 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:50:59,023 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:50:59,023 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,042 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,042 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,042 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,042 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,062 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,070 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,070 [main] select count(*) from emp
DEBUG 2024-12-31 02:50:59,071 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,071 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,074 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,091 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,094 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,094 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,094 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,094 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,113 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,121 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,121 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:50:59,122 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-31 02:50:59,122 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,141 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,141 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,141 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,141 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,160 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,168 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,168 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:50:59,169 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-31 02:50:59,169 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,187 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,187 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,187 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,187 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,207 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,214 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,214 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:50:59,214 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-31 02:50:59,215 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,216 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,233 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,233 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,233 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,233 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,253 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,260 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,260 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:50:59,260 [main] Logical connection closed, tx=null
[Ljava.util.Map;@18abe654
DEBUG 2024-12-31 02:50:59,261 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,277 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,279 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,279 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,279 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,279 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,299 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,306 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,306 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-31 02:50:59,309 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-31 02:50:59,309 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,327 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,327 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,328 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,328 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,347 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-31 02:50:59,354 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,354 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-31 02:50:59,358 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-31 02:50:59,359 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,377 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,377 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,377 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,377 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,396 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,400 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,400 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:50:59,401 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,401 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,419 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,419 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,419 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,419 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,438 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,441 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,441 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:50:59,442 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,442 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,460 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,460 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,461 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,461 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,473 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,473 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,473 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-31 02:50:59,475 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-31 02:50:59,475 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,476 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,493 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,493 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,493 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,493 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,510 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,510 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,510 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-31 02:50:59,511 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-31 02:50:59,511 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,526 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,529 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,529 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,529 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,554 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-31 02.50.59', 9999, 'test', 50)
DEBUG 2024-12-31 02:50:59,554 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,555 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,555 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-31 02:50:59,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:50:59,557 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,557 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-31 02:50:59,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-31 02:50:59.554 {50, null, null, 0}
DEBUG 2024-12-31 02:50:59,558 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581057902/4, BranchId=]
DEBUG 2024-12-31 02:50:59,558 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,575 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,575 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,575 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,575 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,593 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,599 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,616 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,616 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,616 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,616 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,634 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-31 02:50:59,643 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,643 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:50:59,645 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,645 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,662 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,662 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,662 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,662 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,680 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-31 02:50:59,689 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,689 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-31 02:50:59,690 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-31 02:50:59,690 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,708 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,708 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,708 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,708 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,725 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-31 02:50:59,730 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,730 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-31 02:50:59,732 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-31 02:50:59,732 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,749 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,749 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,750 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,750 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,766 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-31 02:50:59,769 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,787 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,787 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,787 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,787 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,805 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-31 02:50:59,811 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,811 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:50:59,813 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,813 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,815 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,830 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,830 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,831 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,831 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,848 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-31 02:50:59,855 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,855 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-31 02:50:59,856 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,856 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,873 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,873 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,873 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,873 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,892 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-31 02:50:59,893 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,893 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:50:59,895 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-31 02:50:59,895 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,912 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,912 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,912 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,912 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,929 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-31 02:50:59,929 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,948 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,948 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,948 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,948 [main] Logical connection got, tx=null
WARN 2024-12-31 02:50:59,951 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-31 02:50:59,957 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-31 02:50:59,957 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,957 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-31 02:50:59,959 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-31 02:50:59,960 [main] Physical connection closed
DEBUG 2024-12-31 02:50:59,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:50:59,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:50:59,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:50:59,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:50:59,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:50:59,976 [main] Physical connection got
DEBUG 2024-12-31 02:50:59,976 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,976 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:50:59,976 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:50:59,994 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-31 02:51:00,001 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,018 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,018 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,018 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,018 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,051 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-31 02:51:00,060 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,060 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:51:00,061 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,061 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,061 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-31 02:51:00,062 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,062 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,078 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,078 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,078 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,078 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,096 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-31 02:51:00,099 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,099 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:51:00,102 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,102 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,102 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-31 02:51:00,103 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,103 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,103 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-31 02:51:00,105 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,105 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,105 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-31 02:51:00,106 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,106 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,106 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-31 02:51:00,107 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,107 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,123 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,123 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-31 02:51:00,144 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,144 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:51:00,144 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,145 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-31 02:51:00,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,145 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:51:00,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,145 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581057902/5, BranchId=]
DEBUG 2024-12-31 02:51:00,146 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,147 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,166 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,166 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,166 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,166 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,187 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,192 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,196 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,198 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,209 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,212 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,212 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,212 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,212 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,234 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,240 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,261 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,261 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,261 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,261 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,269 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-31 02:51:00,271 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,291 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,291 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,292 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,292 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,300 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-31 02:51:00,302 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,342 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,342 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,342 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,342 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,349 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-31 02:51:00,350 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,365 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,365 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,365 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,365 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,371 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-31 02:51:00,373 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,388 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,388 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,388 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,388 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,405 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,406 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,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
DEBUG 2024-12-31 02:51:00,408 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,409 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,424 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,424 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,425 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,425 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,441 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,442 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,457 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,457 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,457 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,457 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,473 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-31 02:51:00,474 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,487 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:51:00,489 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,490 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,490 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,490 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,506 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-31 02:51:00,507 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.41 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-31 02:51:00,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,554 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,569 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,572 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,572 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,576 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,578 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,579 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,594 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,597 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,597 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,601 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,601 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,603 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,617 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,620 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,620 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,623 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,624 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-31 02:51:00,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,639 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,639 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,640 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,640 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-31 02:51:00,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,655 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,656 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,672 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,672 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-31 02:51:00,675 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,675 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,689 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,689 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,705 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,705 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,705 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,705 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,715 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,720 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,720 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:51:00,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,722 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-31 02:51:00,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,741 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,755 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,766 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,766 [main] Logical connection got, tx=null
WARN 2024-12-31 02:51:00,768 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-31 02:51:00,769 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-31 02:51:00,770 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,770 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,771 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,786 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,788 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,789 [main] Logical connection got, tx=null
WARN 2024-12-31 02:51:00,790 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-31 02:51:00,791 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-31 02:51:00,791 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,792 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,793 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,806 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,811 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:51:00,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,825 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-31 02:51:00,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,844 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,844 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,845 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,845 [main] Physical connection closed
DEBUG 2024-12-31 02:51:00,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,857 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,857 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,858 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,859 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-31 02:51:00,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:51:00,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:51:00,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:51:00,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:51:00,873 [main] Physical connection got
DEBUG 2024-12-31 02:51:00,873 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:51:00,874 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:51:00,874 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.307s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.648s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.526s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.393s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Dec 31 02:51:00 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