Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-11-11 02:50:56,533 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-11 02:50:56,534 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,534 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-11 02:50:56,537 [main] Logical connection closed
DEBUG 2024-11-11 02:50:56,537 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-11 02:50:56,572 [main] Physical connection got
DEBUG 2024-11-11 02:50:56,572 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,572 [main] Logical connection closed
DEBUG 2024-11-11 02:50:56,572 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,583 [main] Logical connection closed
DEBUG 2024-11-11 02:50:56,583 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,584 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-11 02:50:56,585 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-11 02:50:56.383 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-11 02:50:56,586 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,586 [main] Logical connection closed
DEBUG 2024-11-11 02:50:56,586 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,589 [main] Logical connection closed
DEBUG 2024-11-11 02:50:56,591 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,591 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-11 02:50:56,592 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-11 02:50:56.383 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-11 02:50:56,592 [main] Logical connection got
DEBUG 2024-11-11 02:50:56,593 [main] UPDATE EMP SET tstamp = '2024-11-11 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-11 02.50.56'
DEBUG 2024-11-11 02:50:56,593 [main] Logical connection closed
DEBUG 2024-11-11 02:50:56,594 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-11 02:50:57,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:57,831 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:50:57,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:57,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:57,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:57,894 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:57,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:57,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:57,970 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:50:58,134 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,134 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,214 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,221 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-11 02:50:58,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,234 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,273 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,273 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,273 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,274 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,383 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-11 02:50:58,388 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,419 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,419 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,419 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,419 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,480 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,510 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,511 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,511 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,511 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,553 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,558 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,560 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,585 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,585 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,585 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,586 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,622 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,627 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,629 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,653 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,653 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,653 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,653 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,684 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,690 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,716 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,716 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,716 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,717 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,748 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-11 02:50:58,753 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,754 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,778 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,779 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,779 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,779 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,812 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,818 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,844 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,844 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,844 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,883 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,887 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,908 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,909 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,912 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,912 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,912 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,912 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:58,944 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:58,948 [main] Physical connection closed
DEBUG 2024-11-11 02:50:58,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:58,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:58,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:58,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:58,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:58,976 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:58,977 [main] Physical connection got
DEBUG 2024-11-11 02:50:58,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:58,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:58,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:59,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:59,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:59,033 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-11 02.50.59', 99, 'hoge', 0)
DEBUG 2024-11-11 02:50:59,041 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:59,041 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261058975/0, BranchId=]
DEBUG 2024-11-11 02:50:59,041 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,065 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,066 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,107 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-11 02:50:59,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,115 [main] UPDATE EMP SET tstamp = '2024-11-11 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-11 02:50:59,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,116 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261058975/1, BranchId=]
DEBUG 2024-11-11 02:50:59,116 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,137 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,140 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,140 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,140 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,140 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,141 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,167 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,176 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,177 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-11 02:50:59,179 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,179 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,179 [main] UPDATE EMP SET tstamp = '2024-11-11 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-11 02:50:59,180 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,180 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261058975/2, BranchId=]
DEBUG 2024-11-11 02:50:59,180 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,208 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,209 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,244 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-11 02:50:59,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,247 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-11 02:50:59,247 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,247 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261058975/3, BranchId=]
DEBUG 2024-11-11 02:50:59,248 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,272 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,272 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,272 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,272 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,298 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-11 02:50:59,300 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,331 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,331 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,331 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,332 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,357 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-11 02:50:59,366 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,390 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,390 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,390 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,390 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,423 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,446 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,446 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,446 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,446 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,474 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,483 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,503 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,503 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,503 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,503 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,527 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,536 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,556 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,556 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,556 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,579 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,587 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,587 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-11 02:50:59,594 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-11 02:50:59,596 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,616 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,616 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,616 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,616 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,639 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,647 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,648 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-11 02:50:59,651 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-11 02:50:59,653 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,673 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,673 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,673 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,674 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,696 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,708 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,708 [main] select * from emp
DEBUG 2024-11-11 02:50:59,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 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-11 02:50:59,713 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,733 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,733 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,733 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,756 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,764 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,764 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-11 02:50:59,768 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-11 02:50:59,769 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,787 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,789 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,789 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,790 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,790 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,814 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-11 02:50:59,822 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,826 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,843 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,843 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,843 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,844 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,867 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,875 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,875 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-11 02:50:59,877 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-11 02:50:59,879 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,901 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,901 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,901 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,901 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,924 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,932 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,933 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-11 02:50:59,942 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-11 02:50:59,943 [main] Physical connection closed
DEBUG 2024-11-11 02:50:59,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:50:59,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:50:59,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:50:59,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:50:59,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:50:59,964 [main] Physical connection got
DEBUG 2024-11-11 02:50:59,964 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,964 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,964 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,987 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:50:59,996 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:50:59,996 [main] select * from emp
DEBUG 2024-11-11 02:50:59,998 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-11 02:50:59,999 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,020 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,020 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,020 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,020 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,043 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,051 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,051 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-11 02:51:00,053 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-11 02:51:00,054 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,056 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,071 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,074 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,074 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,074 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,097 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,104 [main] Logical connection got, tx=null
DEBUG 2024-11-11 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 empno = 7788
DEBUG 2024-11-11 02:51:00,106 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-11 02:51:00,107 [main] Physical connection closed
DEBUG 2024-11-11 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-11-11 02:51:00,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,126 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,126 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,127 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,127 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,148 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,157 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,157 [main] select count(*) from emp
DEBUG 2024-11-11 02:51:00,158 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,159 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,182 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,182 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,182 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,182 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,205 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,214 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,215 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-11 02:51:00,216 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-11 02:51:00,216 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,218 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,222 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,236 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,236 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,236 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,236 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,257 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,266 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,266 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-11 02:51:00,267 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-11 02:51:00,267 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,269 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,284 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,286 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,286 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,286 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,286 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,307 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,314 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,315 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-11 02:51:00,315 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-11 02:51:00,316 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,318 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,335 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,335 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,335 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,335 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,356 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,363 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,363 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-11 02:51:00,364 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1f315415
DEBUG 2024-11-11 02:51:00,364 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,383 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,383 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,383 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,384 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,404 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,411 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,411 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-11 02:51:00,413 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-11 02:51:00,414 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,432 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,432 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,433 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,433 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,453 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-11 02:51:00,462 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,462 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-11 02:51:00,466 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-11 02:51:00,467 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,483 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,486 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,486 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,486 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,486 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,507 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,511 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,511 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:51:00,511 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,511 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,530 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,531 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,531 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,531 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,552 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,556 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,556 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:51:00,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,556 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,577 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,577 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,577 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,577 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,591 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,592 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,592 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-11 02:51:00,594 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-11 02:51:00,594 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,616 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,616 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,616 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,616 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,629 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,630 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-11 02:51:00,631 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-11 02:51:00,632 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,648 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,650 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,650 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,650 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,651 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,651 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,677 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,678 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-11 02.51.00', 9999, 'test', 50)
DEBUG 2024-11-11 02:51:00,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,678 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,679 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-11 02:51:00,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-11 02:51:00,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,681 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-11 02:51:00,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-11 02:51:00.678 {50, null, null, 0}
DEBUG 2024-11-11 02:51:00,682 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261058975/4, BranchId=]
DEBUG 2024-11-11 02:51:00,683 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,698 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,698 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,700 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,701 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,701 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,701 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,720 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,727 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,743 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,745 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,745 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,746 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,746 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,765 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:00,774 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,774 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-11 02:51:00,776 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,777 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,794 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,795 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,795 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,814 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:00,823 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,824 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-11 02:51:00,824 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-11 02:51:00,825 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,843 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,843 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,844 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,861 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:00,867 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,867 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-11 02:51:00,869 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-11 02:51:00,869 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,885 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,887 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,887 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,887 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,887 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,905 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-11 02:51:00,908 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,927 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,928 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,928 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,928 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,946 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-11 02:51:00,953 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,954 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-11 02:51:00,956 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,956 [main] Physical connection closed
DEBUG 2024-11-11 02:51:00,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:00,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:00,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:00,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:00,972 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:00,974 [main] Physical connection got
DEBUG 2024-11-11 02:51:00,974 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,974 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:00,975 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:00,993 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-11 02:51:01,003 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,003 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-11 02:51:01,004 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,004 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,023 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,023 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,023 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,023 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,044 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:01,045 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,045 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-11 02:51:01,047 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-11 02:51:01,047 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,064 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,066 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,066 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,066 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,067 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,085 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:01,086 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,104 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,104 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,104 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,105 [main] Logical connection got, tx=null
WARN 2024-11-11 02:51:01,108 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-11 02:51:01,113 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-11 02:51:01,114 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,115 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-11 02:51:01,117 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-11 02:51:01,117 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,135 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,135 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,135 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,135 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,156 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:01,162 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,180 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,180 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,180 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,180 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,199 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-11 02:51:01,203 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,203 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-11 02:51:01,204 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,205 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,205 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-11 02:51:01,205 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,206 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,226 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,226 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,226 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,226 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,245 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-11 02:51:01,248 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,248 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-11 02:51:01,251 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,252 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,252 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-11 02:51:01,253 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,253 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,253 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-11 02:51:01,255 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,255 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-11 02:51:01,256 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,256 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,257 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-11 02:51:01,257 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,257 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,271 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,274 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,275 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-11 02:51:01,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,295 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:51:01,295 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,296 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-11 02:51:01,296 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,296 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,296 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:51:01,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,297 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261058975/5, BranchId=]
DEBUG 2024-11-11 02:51:01,297 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,299 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,314 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,314 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,315 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,315 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,334 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,337 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,354 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,354 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,355 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,355 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,373 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,377 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,395 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,395 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,395 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,406 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-11 02:51:01,408 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,424 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,424 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,425 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,425 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,431 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-11 02:51:01,433 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,449 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,449 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,449 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,449 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,456 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:01,458 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,474 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,474 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,474 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,474 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,481 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-11 02:51:01,483 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,497 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,499 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,499 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,500 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,517 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,518 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,518 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-11 02:51:01,521 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,521 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,523 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,539 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,539 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,539 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,539 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,557 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,574 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,574 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,574 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,574 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,592 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-11 02:51:01,593 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,601 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:51:01,609 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,610 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,610 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,610 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,629 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-11 02:51:01,630 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.408 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-11 02:51:01,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,683 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,699 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,702 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,702 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,706 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,708 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,710 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,726 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,729 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,729 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,734 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,736 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,757 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,759 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,759 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,763 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,764 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-11 02:51:01,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,781 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,781 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,782 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,782 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-11 02:51:01,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,798 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,798 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,816 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,816 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-11 02:51:01,821 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,821 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,835 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,836 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,853 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,854 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,855 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,867 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,871 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:01,871 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-11 02:51:01,874 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,874 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-11 02:51:01,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,894 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,910 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,921 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,921 [main] Logical connection got, tx=null
WARN 2024-11-11 02:51:01,924 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-11 02:51:01,925 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-11 02:51:01,925 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,925 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,927 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,942 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,945 [main] Physical connection got
DEBUG 2024-11-11 02:51:01,946 [main] Logical connection got, tx=null
WARN 2024-11-11 02:51:01,948 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-11 02:51:01,949 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-11 02:51:01,949 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:01,949 [main] Physical connection closed
DEBUG 2024-11-11 02:51:01,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,951 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,966 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,970 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:51:01,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:01,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,985 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-11 02:51:01,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:01,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:01,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:01,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:02,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:02,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:02,004 [main] Physical connection got
DEBUG 2024-11-11 02:51:02,004 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:02,006 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:02,006 [main] Physical connection closed
DEBUG 2024-11-11 02:51:02,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:02,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:02,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:02,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:02,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:02,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:02,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:02,019 [main] Physical connection got
DEBUG 2024-11-11 02:51:02,019 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:02,020 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:02,020 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-11 02:51:02,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:51:02,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:02,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:51:02,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:51:02,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:02,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:51:02,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:51:02,036 [main] Physical connection got
DEBUG 2024-11-11 02:51:02,036 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:51:02,036 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:51:02,036 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.317s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.656s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.596s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.426s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Nov 11 02:51:02 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS