Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-10-19 02:50:59,694 [main] Logical connection closed
updatedRows:1
DEBUG 2024-10-19 02:50:59,695 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,695 [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-10-19 02:50:59,698 [main] Logical connection closed
DEBUG 2024-10-19 02:50:59,698 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-19 02:50:59,733 [main] Physical connection got
DEBUG 2024-10-19 02:50:59,733 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,733 [main] Logical connection closed
DEBUG 2024-10-19 02:50:59,733 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,744 [main] Logical connection closed
DEBUG 2024-10-19 02:50:59,744 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,744 [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-10-19 02:50:59,746 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-19 02:50:59.545 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-19 02:50:59,747 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,747 [main] Logical connection closed
DEBUG 2024-10-19 02:50:59,747 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,750 [main] Logical connection closed
DEBUG 2024-10-19 02:50:59,752 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,752 [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-10-19 02:50:59,753 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-19 02:50:59.545 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-19 02:50:59,753 [main] Logical connection got
DEBUG 2024-10-19 02:50:59,754 [main] UPDATE EMP SET tstamp = '2024-10-19 02.50.59', 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-10-19 02.50.59'
DEBUG 2024-10-19 02:50:59,754 [main] Logical connection closed
DEBUG 2024-10-19 02:50:59,754 [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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-19 02:51:00,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:00,925 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:00,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:00,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:00,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:00,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,064 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-19 02:51:01,223 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,223 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,299 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,304 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-19 02:51:01,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,357 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,357 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,357 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,358 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,468 [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-10-19 02:51:01,474 [main] Physical connection closed
DEBUG 2024-10-19 02:51:01,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,476 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,504 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,504 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,504 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,504 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,541 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,564 [main] Physical connection closed
DEBUG 2024-10-19 02:51:01,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,594 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,594 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,594 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,595 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,635 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,641 [main] Physical connection closed
DEBUG 2024-10-19 02:51:01,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,667 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,667 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,667 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,668 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,702 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,707 [main] Physical connection closed
DEBUG 2024-10-19 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-10-19 02:51:01,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,733 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,733 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,733 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,733 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,765 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,770 [main] Physical connection closed
DEBUG 2024-10-19 02:51:01,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,796 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,796 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,796 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,797 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,829 [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-10-19 02:51:01,833 [main] Physical connection closed
DEBUG 2024-10-19 02:51:01,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,858 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,858 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,858 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,859 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,891 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,897 [main] Physical connection closed
DEBUG 2024-10-19 02:51:01,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,922 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,923 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,923 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,923 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,960 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,966 [main] Physical connection closed
DEBUG 2024-10-19 02:51:01,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:01,968 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,971 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:01,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:01,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:01,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:01,991 [main] Physical connection got
DEBUG 2024-10-19 02:51:01,991 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:01,991 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:01,991 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,024 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,030 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,056 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,057 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,058 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,058 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,092 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,115 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,118 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-19 02.51.02', 99, 'hoge', 0)
DEBUG 2024-10-19 02:51:02,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,124 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729273862056/0, BranchId=]
DEBUG 2024-10-19 02:51:02,125 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,148 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,149 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,149 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,149 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,149 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,190 [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-10-19 02:51:02,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,198 [main] UPDATE EMP SET tstamp = '2024-10-19 02.51.02', 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-10-19 02:51:02,199 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,199 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729273862056/1, BranchId=]
DEBUG 2024-10-19 02:51:02,199 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,217 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,222 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,222 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,223 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,223 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,250 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,261 [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-10-19 02:51:02,263 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,263 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,264 [main] UPDATE EMP SET tstamp = '2024-10-19 02.51.02', 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-10-19 02:51:02,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,265 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729273862056/2, BranchId=]
DEBUG 2024-10-19 02:51:02,265 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,293 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,294 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,294 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,294 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,321 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,329 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,329 [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-10-19 02:51:02,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,332 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-19 02:51:02,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,332 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729273862056/3, BranchId=]
DEBUG 2024-10-19 02:51:02,332 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,356 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,356 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,357 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,357 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,382 [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-10-19 02:51:02,383 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,401 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,417 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,417 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,417 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,417 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,443 [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-10-19 02:51:02,451 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,473 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,473 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,473 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,473 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,497 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,505 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,525 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,525 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,525 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,525 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,552 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,560 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,580 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,580 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,580 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,581 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,603 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,612 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,632 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,632 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,633 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,633 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,655 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,663 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,664 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-19 02:51:02,672 [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-10-19 02:51:02,673 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,694 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,694 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,694 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,694 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,721 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,729 [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-10-19 02:51:02,733 [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-10-19 02:51:02,734 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,755 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,755 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,756 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,756 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,779 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,791 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,791 [main] select * from emp
DEBUG 2024-10-19 02:51:02,794 [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-10-19 02:51:02,795 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,804 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,815 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,816 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,816 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,816 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,841 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,849 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,849 [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-10-19 02:51:02,852 [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-10-19 02:51:02,853 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,871 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,874 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,874 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,874 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,874 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,896 [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-10-19 02:51:02,905 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,921 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,924 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,924 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,925 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,925 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,949 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,957 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,957 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-19 02:51:02,959 [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-10-19 02:51:02,961 [main] Physical connection closed
DEBUG 2024-10-19 02:51:02,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:02,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:02,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:02,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:02,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:02,987 [main] Physical connection got
DEBUG 2024-10-19 02:51:02,987 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:02,987 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:02,987 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,016 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,024 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,024 [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-10-19 02:51:03,033 [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-10-19 02:51:03,034 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,053 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,053 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,053 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,053 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,076 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,084 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,085 [main] select * from emp
DEBUG 2024-10-19 02:51:03,086 [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-10-19 02:51:03,087 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,089 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,103 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,106 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,106 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,106 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,106 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,129 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,137 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,137 [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-10-19 02:51:03,139 [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-10-19 02:51:03,140 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,142 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,146 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,157 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,159 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,159 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,160 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,160 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,182 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,189 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,189 [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-10-19 02:51:03,191 [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-10-19 02:51:03,191 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,209 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,209 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,209 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,209 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,236 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,244 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,244 [main] select count(*) from emp
DEBUG 2024-10-19 02:51:03,245 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,245 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,266 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,266 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,267 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,267 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,290 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,299 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,299 [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-10-19 02:51:03,299 [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-10-19 02:51:03,300 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,315 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,317 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,317 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,317 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,317 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,343 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,351 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,351 [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-10-19 02:51:03,351 [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-10-19 02:51:03,352 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,353 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,369 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,369 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,369 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,369 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,392 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,399 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,399 [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-10-19 02:51:03,400 [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-10-19 02:51:03,400 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,418 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,418 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,418 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,418 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,443 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,452 [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-10-19 02:51:03,453 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7fb6634c
DEBUG 2024-10-19 02:51:03,453 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,470 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,471 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,471 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,471 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,491 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,508 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,508 [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-10-19 02:51:03,520 [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-10-19 02:51:03,520 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,563 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,564 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,564 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,564 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,590 [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-10-19 02:51:03,599 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,599 [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-10-19 02:51:03,604 [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-10-19 02:51:03,604 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,623 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,623 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,624 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,624 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,642 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,646 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,646 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-19 02:51:03,647 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,647 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,665 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,665 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,665 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,665 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,684 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,687 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,687 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-19 02:51:03,687 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,688 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,706 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,706 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,706 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,707 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,719 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,720 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,720 [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-10-19 02:51:03,721 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-19 02:51:03,722 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,730 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,739 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,739 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,741 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,741 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,742 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,742 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,753 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,754 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,754 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-19 02:51:03,755 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-19 02:51:03,755 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,807 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,808 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,839 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,846 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-19 02.51.03', 9999, 'test', 50)
DEBUG 2024-10-19 02:51:03,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,846 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,846 [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-10-19 02:51:03,848 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/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-10-19 02:51:03,848 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,848 [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-10-19 02:51:03,849 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-19 02:51:03.845 {50, null, null, 0}
DEBUG 2024-10-19 02:51:03,849 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729273862056/4, BranchId=]
DEBUG 2024-10-19 02:51:03,849 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,866 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,866 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,866 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,867 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,901 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,914 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,937 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,937 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,938 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,938 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,954 [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-10-19 02:51:03,963 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,963 [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-10-19 02:51:03,965 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,965 [main] Physical connection closed
DEBUG 2024-10-19 02:51:03,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:03,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:03,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:03,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:03,981 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:03,983 [main] Physical connection got
DEBUG 2024-10-19 02:51:03,983 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:03,983 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:03,983 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,000 [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-10-19 02:51:04,009 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,009 [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-10-19 02:51:04,010 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-19 02:51:04,010 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,011 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,023 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,029 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,029 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,030 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,030 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,046 [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-10-19 02:51:04,051 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,051 [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-10-19 02:51:04,052 [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-10-19 02:51:04,053 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,069 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,069 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,069 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,069 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,085 [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-10-19 02:51:04,088 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,101 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,102 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,104 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,104 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,104 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,104 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,122 [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-10-19 02:51:04,134 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,134 [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-10-19 02:51:04,137 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,137 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,151 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,153 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,153 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,153 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,153 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,169 [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-10-19 02:51:04,179 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,179 [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-10-19 02:51:04,179 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,180 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,202 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,202 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,202 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,202 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,222 [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-10-19 02:51:04,223 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,223 [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-10-19 02:51:04,224 [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-10-19 02:51:04,225 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,241 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,241 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,241 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,241 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,263 [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-10-19 02:51:04,264 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,282 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,282 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,282 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,282 [main] Logical connection got, tx=null
WARN 2024-10-19 02:51:04,285 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-19 02:51:04,299 [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-10-19 02:51:04,299 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,299 [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-10-19 02:51:04,302 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-19 02:51:04,302 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,317 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,319 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,319 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,319 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,319 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,336 [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-10-19 02:51:04,343 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,366 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,366 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,366 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,366 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,384 [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-10-19 02:51:04,387 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,387 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-19 02:51:04,388 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,388 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,388 [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-10-19 02:51:04,389 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,389 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,408 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,408 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,408 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,408 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,425 [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-10-19 02:51:04,428 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,428 [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-10-19 02:51:04,431 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,431 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,432 [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-10-19 02:51:04,432 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,432 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,432 [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-10-19 02:51:04,434 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,434 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,434 [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-10-19 02:51:04,435 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,435 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,435 [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-10-19 02:51:04,436 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,436 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,437 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,451 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,452 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-19 02:51:04,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,472 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-19 02:51:04,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,473 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-19 02:51:04,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,473 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-19 02:51:04,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,474 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729273862056/5, BranchId=]
DEBUG 2024-10-19 02:51:04,474 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,482 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,490 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,490 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,490 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,491 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,508 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,511 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,514 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,527 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,527 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,527 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,527 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,544 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,549 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,564 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,565 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,565 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,565 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,574 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-19 02:51:04,576 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,593 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,593 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,594 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,594 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,600 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-19 02:51:04,602 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,618 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,618 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,618 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,618 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,624 [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-10-19 02:51:04,626 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,630 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,631 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,646 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,646 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,646 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,646 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,652 [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-10-19 02:51:04,653 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,669 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,669 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,669 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,669 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,687 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,688 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,688 [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-10-19 02:51:04,692 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,693 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,710 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,710 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,710 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,710 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,727 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,728 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,744 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,744 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,744 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,744 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,763 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-19 02:51:04,764 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-19 02:51:04,780 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,781 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,781 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,781 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,798 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-19 02:51:04,799 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.493 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-19 02:51:04,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,848 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:04,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,863 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-19 02:51:04,866 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,866 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,870 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,873 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,874 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:04,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,889 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-19 02:51:04,891 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,892 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,895 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,896 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,897 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:04,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,916 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-19 02:51:04,919 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,919 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,923 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,924 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-19 02:51:04,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,939 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,940 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,940 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,940 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-19 02:51:04,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,955 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,956 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:04,973 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,973 [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-10-19 02:51:04,976 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:04,976 [main] Physical connection closed
DEBUG 2024-10-19 02:51:04,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:04,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:04,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:04,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:04,989 [main] Physical connection got
DEBUG 2024-10-19 02:51:04,989 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:05,006 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,006 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:05,007 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,007 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:05,018 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,022 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:05,022 [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-10-19 02:51:05,025 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,025 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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-10-19 02:51:05,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:05,044 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:05,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,059 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-19 02:51:05,070 [main] Physical connection got
DEBUG 2024-10-19 02:51:05,070 [main] Logical connection got, tx=null
WARN 2024-10-19 02:51:05,073 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-19 02:51:05,073 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-19 02:51:05,074 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,074 [main] Physical connection closed
DEBUG 2024-10-19 02:51:05,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:05,075 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:05,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,089 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-19 02:51:05,092 [main] Physical connection got
DEBUG 2024-10-19 02:51:05,092 [main] Logical connection got, tx=null
WARN 2024-10-19 02:51:05,094 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-19 02:51:05,095 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-19 02:51:05,095 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,095 [main] Physical connection closed
DEBUG 2024-10-19 02:51:05,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:05,096 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:05,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,111 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-19 02:51:05,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:05,115 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-19 02:51:05,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,130 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-19 02:51:05,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:05,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,139 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,149 [main] Physical connection got
DEBUG 2024-10-19 02:51:05,149 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:05,150 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,150 [main] Physical connection closed
DEBUG 2024-10-19 02:51:05,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:05,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,163 [main] Physical connection got
DEBUG 2024-10-19 02:51:05,164 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:05,165 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,165 [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-10-19 02:51:05,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-19 02:51:05,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-19 02:51:05,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-19 02:51:05,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-19 02:51:05,180 [main] Physical connection got
DEBUG 2024-10-19 02:51:05,180 [main] Logical connection got, tx=null
DEBUG 2024-10-19 02:51:05,181 [main] Logical connection closed, tx=null
DEBUG 2024-10-19 02:51:05,181 [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.323s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.783s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.545s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.435s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Oct 19 02:51:05 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