Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-04 02:50:59,687 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-04 02:50:59,689 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,689 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-04 02:50:59,691 [main] Logical connection closed
DEBUG 2024-12-04 02:50:59,692 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-04 02:50:59,728 [main] Physical connection got
DEBUG 2024-12-04 02:50:59,728 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,729 [main] Logical connection closed
DEBUG 2024-12-04 02:50:59,729 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,742 [main] Logical connection closed
DEBUG 2024-12-04 02:50:59,743 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,743 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-04 02:50:59,744 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-04 02:50:59.53 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-04 02:50:59,745 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,745 [main] Logical connection closed
DEBUG 2024-12-04 02:50:59,745 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,749 [main] Logical connection closed
DEBUG 2024-12-04 02:50:59,751 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,751 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-04 02:50:59,752 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-04 02:50:59.53 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-04 02:50:59,752 [main] Logical connection got
DEBUG 2024-12-04 02:50:59,753 [main] UPDATE EMP SET tstamp = '2024-12-04 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-12-04 02.50.59'
DEBUG 2024-12-04 02:50:59,753 [main] Logical connection closed
DEBUG 2024-12-04 02:50:59,754 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-04 02:51:00,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,008 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:01,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,144 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-04 02:51:01,304 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,305 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,377 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,383 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-04 02:51:01,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,419 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,436 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,436 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,436 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,437 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,548 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-04 02:51:01,553 [main] Physical connection closed
DEBUG 2024-12-04 02:51:01,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,584 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,584 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,585 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,585 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,624 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,647 [main] Physical connection closed
DEBUG 2024-12-04 02:51:01,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,649 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,678 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,678 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,678 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,679 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,721 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,727 [main] Physical connection closed
DEBUG 2024-12-04 02:51:01,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,754 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,754 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,754 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,755 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,790 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,795 [main] Physical connection closed
DEBUG 2024-12-04 02:51:01,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,820 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,821 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,821 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,821 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,853 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,858 [main] Physical connection closed
DEBUG 2024-12-04 02:51:01,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,865 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,880 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,884 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,884 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,884 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,884 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,916 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-04 02:51:01,920 [main] Physical connection closed
DEBUG 2024-12-04 02:51:01,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:01,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,944 [main] Physical connection got
DEBUG 2024-12-04 02:51:01,944 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,944 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,945 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:01,977 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:01,982 [main] Physical connection closed
DEBUG 2024-12-04 02:51:01,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:01,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:01,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:01,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:01,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,006 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,006 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,006 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,007 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,043 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,048 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,072 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,072 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,101 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,106 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,134 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,135 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,136 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,136 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,137 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,184 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,186 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-04 02.51.02', 99, 'hoge', 0)
DEBUG 2024-12-04 02:51:02,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,192 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733248262133/0, BranchId=]
DEBUG 2024-12-04 02:51:02,193 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,215 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,216 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,253 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,253 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-04 02:51:02,260 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,261 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,261 [main] UPDATE EMP SET tstamp = '2024-12-04 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-12-04 02:51:02,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,262 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733248262133/1, BranchId=]
DEBUG 2024-12-04 02:51:02,262 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,285 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,285 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,286 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,286 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,312 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,321 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-04 02:51:02,323 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,323 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,324 [main] UPDATE EMP SET tstamp = '2024-12-04 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-12-04 02:51:02,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,324 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733248262133/2, BranchId=]
DEBUG 2024-12-04 02:51:02,324 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,351 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,352 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,352 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,352 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,352 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,378 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,386 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-04 02:51:02,388 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,388 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,389 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-04 02:51:02,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,389 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733248262133/3, BranchId=]
DEBUG 2024-12-04 02:51:02,389 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,413 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,413 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,413 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,414 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,439 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-04 02:51:02,441 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,472 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,472 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,472 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,472 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,497 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-04 02:51:02,506 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,529 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,529 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,529 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,529 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,554 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,562 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,563 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,583 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,583 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,583 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,583 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,613 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,621 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,641 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,641 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,641 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,642 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,665 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,674 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,693 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,693 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,694 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,694 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,717 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,724 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,725 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-04 02:51:02,732 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-04 02:51:02,733 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,735 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,753 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,753 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,754 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,754 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,776 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,784 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,784 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-04 02:51:02,788 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-04 02:51:02,789 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,807 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,810 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,810 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,810 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,810 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,832 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,845 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,845 [main] select * from emp
DEBUG 2024-12-04 02:51:02,848 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-04 02:51:02,849 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,869 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,869 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,869 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,869 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,892 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,900 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,900 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-04 02:51:02,903 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-04 02:51:02,905 [main] Physical connection closed
DEBUG 2024-12-04 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-12-04 02:51:02,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,924 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,924 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,925 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,925 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,947 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-04 02:51:02,955 [main] Physical connection closed
DEBUG 2024-12-04 02:51:02,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:02,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:02,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:02,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:02,972 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:02,974 [main] Physical connection got
DEBUG 2024-12-04 02:51:02,974 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,975 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:02,975 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:02,997 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,005 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,005 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-04 02:51:03,007 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-04 02:51:03,008 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,010 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,012 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,018 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,028 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,028 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,028 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,028 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,050 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,058 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-04 02:51:03,070 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-04 02:51:03,072 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,089 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,091 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,091 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,091 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,091 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,113 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,121 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,121 [main] select * from emp
DEBUG 2024-12-04 02:51:03,122 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-04 02:51:03,124 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,148 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,148 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,148 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,148 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,169 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,179 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,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 order by empno
DEBUG 2024-12-04 02:51:03,181 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-04 02:51:03,182 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,183 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,201 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,201 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,201 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,201 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,221 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,229 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,229 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-04 02:51:03,231 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-04 02:51:03,231 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,247 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,249 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,249 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,250 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,250 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,271 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,278 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,278 [main] select count(*) from emp
DEBUG 2024-12-04 02:51:03,279 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,280 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,281 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,306 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,306 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,306 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,306 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,326 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,335 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,335 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-04 02:51:03,336 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-04 02:51:03,336 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,354 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,354 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,354 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,354 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,374 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,381 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,382 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-04 02:51:03,382 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-04 02:51:03,383 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,411 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,411 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,412 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,412 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,471 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,486 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,486 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-04 02:51:03,487 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-04 02:51:03,488 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,505 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,505 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,505 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,505 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,525 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,532 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,532 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-04 02:51:03,533 [main] Logical connection closed, tx=null
[Ljava.util.Map;@153b2cb
DEBUG 2024-12-04 02:51:03,533 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,551 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,551 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,551 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,551 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,573 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,583 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,583 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-04 02:51:03,586 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-04 02:51:03,586 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,604 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,604 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,604 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,604 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,623 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-04 02:51:03,631 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,631 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-04 02:51:03,636 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-04 02:51:03,636 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,654 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,655 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,655 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,674 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,678 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,678 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-04 02:51:03,679 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,679 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,680 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,699 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,699 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,699 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,699 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,732 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,736 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,736 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-04 02:51:03,736 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,736 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,737 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,738 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,761 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,761 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,761 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,761 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,774 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,775 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,775 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-04 02:51:03,776 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-04 02:51:03,777 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,816 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,816 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,817 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,817 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,851 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,852 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,852 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-04 02:51:03,853 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-04 02:51:03,853 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,871 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,872 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,899 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-04 02.51.03', 9999, 'test', 50)
DEBUG 2024-12-04 02:51:03,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,900 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-04 02:51:03,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-04 02:51:03,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,902 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-04 02:51:03,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-04 02:51:03.899 {50, null, null, 0}
DEBUG 2024-12-04 02:51:03,904 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733248262133/4, BranchId=]
DEBUG 2024-12-04 02:51:03,904 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,921 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,921 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,921 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,922 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,944 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,950 [main] Physical connection closed
DEBUG 2024-12-04 02:51:03,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:03,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:03,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:03,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:03,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:03,967 [main] Physical connection got
DEBUG 2024-12-04 02:51:03,968 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,968 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:03,968 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,986 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:03,998 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:03,998 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-04 02:51:04,000 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,001 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,018 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,018 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,018 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,018 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,034 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:04,048 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,049 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-04 02:51:04,050 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-04 02:51:04,050 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,071 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,076 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,076 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,076 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,076 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,097 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:04,103 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,104 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-04 02:51:04,106 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-04 02:51:04,106 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,123 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,123 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,123 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,123 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,141 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-04 02:51:04,152 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,153 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,154 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,177 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,177 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,177 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,177 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,194 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-04 02:51:04,200 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,201 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-04 02:51:04,203 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,203 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,222 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,222 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,222 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,222 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,239 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-04 02:51:04,249 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,249 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-04 02:51:04,250 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,250 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,253 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,273 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,273 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,273 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,273 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,296 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:04,297 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,297 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-04 02:51:04,299 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-04 02:51:04,299 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,316 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,316 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,316 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,332 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:04,333 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,356 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,356 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,356 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,356 [main] Logical connection got, tx=null
WARN 2024-12-04 02:51:04,359 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-04 02:51:04,364 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-04 02:51:04,365 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,365 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-04 02:51:04,367 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-04 02:51:04,367 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,383 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,383 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,384 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,384 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,405 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:04,411 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,413 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,428 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,431 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,431 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,432 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,432 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,451 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-04 02:51:04,455 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,455 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-04 02:51:04,456 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,456 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,456 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-04 02:51:04,457 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,457 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,473 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,473 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,473 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,473 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,502 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-04 02:51:04,506 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,506 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-04 02:51:04,510 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,510 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,510 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-04 02:51:04,512 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,512 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,512 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-04 02:51:04,514 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,514 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,514 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-04 02:51:04,515 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,515 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,515 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-04 02:51:04,515 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,515 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,517 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,533 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,535 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,535 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,536 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,555 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-04 02:51:04,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,556 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-04 02:51:04,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,556 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-04 02:51:04,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,557 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,557 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-04 02:51:04,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,557 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733248262133/5, BranchId=]
DEBUG 2024-12-04 02:51:04,557 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,571 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,574 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,574 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,574 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,574 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,598 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,608 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,616 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,622 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,669 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,669 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,669 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,670 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,705 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,727 [main] Physical connection closed
DEBUG 2024-12-04 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-12-04 02:51:04,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,786 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,786 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,786 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,786 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,795 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-04 02:51:04,796 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,798 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,816 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,817 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,817 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,817 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,823 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-04 02:51:04,825 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,840 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,840 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,840 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,840 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,859 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:04,867 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,896 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,896 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,896 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,896 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,902 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-04 02:51:04,904 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,917 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,919 [main] Physical connection got
DEBUG 2024-12-04 02:51:04,919 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,920 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,936 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,937 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:04,937 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-04 02:51:04,949 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:04,950 [main] Physical connection closed
DEBUG 2024-12-04 02:51:04,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:04,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:04,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:04,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:04,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:04,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:05,005 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,005 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,006 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,006 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,022 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,023 [main] Physical connection closed
DEBUG 2024-12-04 02:51:05,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:05,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,036 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:05,038 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,038 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,038 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,038 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,084 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-04 02:51:05,095 [main] Physical connection closed
DEBUG 2024-12-04 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-12-04 02:51:05,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:05,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-04 02:51:05,144 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,144 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,144 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,145 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,170 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-04 02:51:05,171 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.787 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.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-04 02:51:05,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,261 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,292 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,307 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,307 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,310 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,313 [main] Physical connection closed
DEBUG 2024-12-04 02:51:05,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,314 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,340 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,349 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,349 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,353 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,360 [main] Physical connection closed
DEBUG 2024-12-04 02:51:05,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,362 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,384 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,388 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,388 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,399 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,399 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-04 02:51:05,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,412 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,412 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,413 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,413 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-04 02:51:05,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,416 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,425 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,425 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,449 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,450 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-04 02:51:05,463 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,463 [main] Physical connection closed
DEBUG 2024-12-04 02:51:05,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,498 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,498 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,517 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,517 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,517 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,517 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,527 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,532 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,532 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-04 02:51:05,534 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,534 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 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.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-04 02:51:05,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,550 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,563 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,573 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,573 [main] Logical connection got, tx=null
WARN 2024-12-04 02:51:05,575 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-04 02:51:05,576 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-04 02:51:05,576 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,577 [main] Physical connection closed
DEBUG 2024-12-04 02:51:05,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,578 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,597 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,600 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,600 [main] Logical connection got, tx=null
WARN 2024-12-04 02:51:05,602 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-04 02:51:05,602 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-04 02:51:05,602 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,602 [main] Physical connection closed
DEBUG 2024-12-04 02:51:05,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,604 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,618 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,625 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-04 02:51:05,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,637 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-04 02:51:05,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,654 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,654 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,655 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,655 [main] Physical connection closed
DEBUG 2024-12-04 02:51:05,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,668 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,668 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,669 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,670 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-04 02:51:05,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-04 02:51:05,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-04 02:51:05,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-04 02:51:05,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-04 02:51:05,683 [main] Physical connection got
DEBUG 2024-12-04 02:51:05,683 [main] Logical connection got, tx=null
DEBUG 2024-12-04 02:51:05,683 [main] Logical connection closed, tx=null
DEBUG 2024-12-04 02:51:05,684 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.864s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.613s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.903s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Wed Dec 04 02:51:05 JST 2024
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS