Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-20 02:50:56,680 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-20 02:50:56,681 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,681 [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-20 02:50:56,684 [main] Logical connection closed
DEBUG 2024-12-20 02:50:56,684 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-20 02:50:56,719 [main] Physical connection got
DEBUG 2024-12-20 02:50:56,719 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,719 [main] Logical connection closed
DEBUG 2024-12-20 02:50:56,719 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,730 [main] Logical connection closed
DEBUG 2024-12-20 02:50:56,731 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,731 [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-20 02:50:56,733 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-20 02:50:56.525 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-20 02:50:56,733 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,733 [main] Logical connection closed
DEBUG 2024-12-20 02:50:56,733 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,737 [main] Logical connection closed
DEBUG 2024-12-20 02:50:56,738 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,738 [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-20 02:50:56,739 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-20 02:50:56.525 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-20 02:50:56,740 [main] Logical connection got
DEBUG 2024-12-20 02:50:56,740 [main] UPDATE EMP SET tstamp = '2024-12-20 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-20 02.50.56'
DEBUG 2024-12-20 02:50:56,741 [main] Logical connection closed
DEBUG 2024-12-20 02:50:56,741 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-20 02:50:57,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:57,996 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:50:58,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,101 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,133 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:50:58,300 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,300 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,378 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,383 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-20 02:50:58,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,435 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,435 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,435 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,436 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,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-20 02:50:58,553 [main] Physical connection closed
DEBUG 2024-12-20 02:50:58,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,584 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,584 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,584 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,584 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,623 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,646 [main] Physical connection closed
DEBUG 2024-12-20 02:50:58,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,677 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,677 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,677 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,677 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,718 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,724 [main] Physical connection closed
DEBUG 2024-12-20 02:50:58,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,726 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,729 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,751 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,751 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,751 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,751 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,786 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,791 [main] Physical connection closed
DEBUG 2024-12-20 02:50:58,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,793 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,816 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,816 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,816 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,816 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,848 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,853 [main] Physical connection closed
DEBUG 2024-12-20 02:50:58,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,877 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,878 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,878 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,878 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,909 [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-20 02:50:58,914 [main] Physical connection closed
DEBUG 2024-12-20 02:50:58,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,936 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,939 [main] Physical connection got
DEBUG 2024-12-20 02:50:58,939 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,939 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,939 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:58,971 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:58,976 [main] Physical connection closed
DEBUG 2024-12-20 02:50:58,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:58,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:58,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:58,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:58,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:58,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,000 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,000 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,000 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,000 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,041 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,046 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,069 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,069 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,070 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,070 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,100 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,105 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,108 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,131 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,132 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,160 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,182 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,185 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-20 02.50.59', 99, 'hoge', 0)
DEBUG 2024-12-20 02:50:59,190 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,190 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630659131/0, BranchId=]
DEBUG 2024-12-20 02:50:59,191 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,213 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,214 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,239 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,249 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,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 EMP.empno = 7788
DEBUG 2024-12-20 02:50:59,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,257 [main] UPDATE EMP SET tstamp = '2024-12-20 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-20 02:50:59,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,258 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630659131/1, BranchId=]
DEBUG 2024-12-20 02:50:59,258 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,280 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,281 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,281 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,315 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-20 02:50:59,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,318 [main] UPDATE EMP SET tstamp = '2024-12-20 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-20 02:50:59,318 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,319 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630659131/2, BranchId=]
DEBUG 2024-12-20 02:50:59,319 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,350 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,350 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,350 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,351 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,351 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,375 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,383 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,383 [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-20 02:50:59,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,386 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-20 02:50:59,386 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,386 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630659131/3, BranchId=]
DEBUG 2024-12-20 02:50:59,387 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,409 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,409 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,409 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,409 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,433 [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-20 02:50:59,434 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,452 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,463 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,463 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,463 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,463 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,485 [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-20 02:50:59,493 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,495 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,511 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,514 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,514 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,514 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,514 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,536 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,543 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,564 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,564 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,564 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,565 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,586 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,593 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,609 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,613 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,613 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,634 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,643 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,662 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,663 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,663 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,684 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,692 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,692 [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-20 02:50:59,700 [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-20 02:50:59,701 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,721 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,721 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,721 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,721 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,743 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,750 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,750 [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-20 02:50:59,754 [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-20 02:50:59,756 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,773 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,775 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,775 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,775 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,776 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,797 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,813 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,814 [main] select * from emp
DEBUG 2024-12-20 02:50:59,816 [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-20 02:50:59,818 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,819 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,837 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,837 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,838 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,838 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,859 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,866 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,866 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-20 02:50:59,870 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-20 02:50:59,871 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,891 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,892 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,892 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,892 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,913 [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-20 02:50:59,920 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,940 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,940 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,941 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,941 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,964 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,971 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,971 [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-20 02:50:59,974 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-20 02:50:59,975 [main] Physical connection closed
DEBUG 2024-12-20 02:50:59,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:50:59,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:50:59,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,991 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:50:59,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:50:59,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:50:59,995 [main] Physical connection got
DEBUG 2024-12-20 02:50:59,995 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:50:59,995 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:50:59,995 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,016 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,024 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,024 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-20 02:51:00,030 [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-20 02:51:00,031 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,050 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,050 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,050 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,050 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,071 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,079 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,080 [main] select * from emp
DEBUG 2024-12-20 02:51:00,081 [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-20 02:51:00,082 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,101 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,101 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,102 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,102 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,122 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,130 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,130 [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-20 02:51:00,132 [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-20 02:51:00,133 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,139 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,152 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,152 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,152 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,152 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,173 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,180 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,180 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-20 02:51:00,182 [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-20 02:51:00,182 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,184 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,201 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,201 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,201 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,202 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,222 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,230 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,230 [main] select count(*) from emp
DEBUG 2024-12-20 02:51:00,231 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,231 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,246 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,247 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,247 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,249 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,250 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,250 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,250 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,281 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,290 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,290 [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-20 02:51:00,291 [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-20 02:51:00,291 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,309 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,309 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,310 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,310 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,330 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,337 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,337 [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-20 02:51:00,338 [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-20 02:51:00,339 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,356 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,357 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,357 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,357 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,376 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,383 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,383 [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-20 02:51:00,384 [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-20 02:51:00,384 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,402 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,402 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,403 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,403 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,422 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,428 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,429 [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-20 02:51:00,429 [main] Logical connection closed, tx=null
[Ljava.util.Map;@5c2bfdff
DEBUG 2024-12-20 02:51:00,430 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,448 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,448 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,448 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,448 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,467 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,474 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,474 [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-20 02:51:00,476 [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-20 02:51:00,477 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,496 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,496 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,496 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,514 [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-20 02:51:00,521 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,521 [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-20 02:51:00,524 [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-20 02:51:00,525 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,543 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,543 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,543 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,562 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,565 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,565 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:51:00,565 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,566 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,583 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,584 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,584 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,584 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,601 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,604 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,605 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:51:00,605 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,605 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,624 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,624 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,624 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,624 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,636 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,637 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,637 [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-20 02:51:00,638 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-20 02:51:00,639 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,656 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,656 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,656 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,656 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,668 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,668 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,669 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-20 02:51:00,669 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-20 02:51:00,670 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,671 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,687 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,688 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,712 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-20 02.51.00', 9999, 'test', 50)
DEBUG 2024-12-20 02:51:00,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,712 [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-20 02:51:00,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/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-20 02:51:00,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,715 [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-20 02:51:00,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-20 02:51:00.711 {50, null, null, 0}
DEBUG 2024-12-20 02:51:00,716 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630659131/4, BranchId=]
DEBUG 2024-12-20 02:51:00,716 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,732 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,734 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,734 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,734 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,734 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,752 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,759 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,767 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,774 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,776 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,777 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,777 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,777 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,794 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*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-20 02:51:00,803 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,803 [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-20 02:51:00,806 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,806 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,824 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,824 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,824 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,824 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,842 [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-20 02:51:00,851 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,851 [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-20 02:51:00,852 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-20 02:51:00,852 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,871 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,871 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,871 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,871 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,888 [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-20 02:51:00,893 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,894 [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-20 02:51:00,895 [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-20 02:51:00,896 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,913 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,913 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,913 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,914 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,930 [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-20 02:51:00,934 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,943 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,951 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,951 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,952 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,952 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,969 [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-20 02:51:00,976 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,976 [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-20 02:51:00,979 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,979 [main] Physical connection closed
DEBUG 2024-12-20 02:51:00,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:00,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:00,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:00,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:00,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:00,997 [main] Physical connection got
DEBUG 2024-12-20 02:51:00,997 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:00,997 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:00,997 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,015 [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-20 02:51:01,022 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,022 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-20 02:51:01,023 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,023 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,040 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,041 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,041 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,041 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,060 [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-20 02:51:01,071 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,071 [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-20 02:51:01,073 [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-20 02:51:01,073 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,075 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,091 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,091 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,091 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,091 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,108 [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-20 02:51:01,109 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,126 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,126 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,126 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,126 [main] Logical connection got, tx=null
WARN 2024-12-20 02:51:01,129 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-20 02:51:01,135 [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-20 02:51:01,135 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,135 [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-20 02:51:01,138 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-20 02:51:01,138 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,154 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,155 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,155 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,155 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,173 [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-20 02:51:01,179 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,196 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,197 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,197 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,197 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,215 [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-20 02:51:01,219 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,219 [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-20 02:51:01,219 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,220 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,220 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-20 02:51:01,221 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,221 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,240 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,241 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,241 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,241 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,259 [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-20 02:51:01,262 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,262 [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-20 02:51:01,266 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,266 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,266 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-20 02:51:01,267 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,267 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,268 [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-20 02:51:01,270 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,270 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,270 [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-20 02:51:01,271 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,271 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,272 [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-20 02:51:01,272 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,272 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,289 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,289 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,308 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-20 02:51:01,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,309 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:51:01,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,310 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-20 02:51:01,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,310 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:51:01,311 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,311 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630659131/5, BranchId=]
DEBUG 2024-12-20 02:51:01,311 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,328 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,328 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,328 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,328 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,346 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,350 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,366 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,367 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,367 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,367 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,389 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,394 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,414 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,414 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,414 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,414 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,423 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-20 02:51:01,428 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,457 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,457 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,457 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,457 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,465 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-20 02:51:01,467 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,488 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,488 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,488 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,489 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,495 [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-20 02:51:01,497 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,514 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,514 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,514 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,514 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,521 [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-20 02:51:01,522 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,537 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,544 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,545 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,545 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,545 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,614 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,615 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,615 [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-20 02:51:01,619 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,619 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,633 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,636 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,636 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,636 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,637 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,665 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,666 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,729 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,729 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,730 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,730 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,748 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-20 02:51:01,749 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,763 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:51:01,765 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,765 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,766 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,791 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-20 02:51:01,792 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.408 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-20 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-20 02:51:01,861 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:51:01,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,878 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:51:01,888 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,888 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,892 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,901 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,903 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:51:01,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,929 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,930 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,933 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:51:01,936 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,936 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,940 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,941 [main] Physical connection closed
DEBUG 2024-12-20 02:51:01,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,942 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:51:01,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,956 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:51:01,959 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,959 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,963 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,964 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-20 02:51:01,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:01,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,988 [main] Physical connection got
DEBUG 2024-12-20 02:51:01,988 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:01,989 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:01,989 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-20 02:51:01,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:01,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:01,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:01,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,004 [main] Physical connection got
DEBUG 2024-12-20 02:51:02,004 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,021 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,022 [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-20 02:51:02,025 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,025 [main] Physical connection closed
DEBUG 2024-12-20 02:51:02,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,047 [main] Physical connection got
DEBUG 2024-12-20 02:51:02,047 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,063 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,063 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,063 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,064 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,077 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,087 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,087 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-20 02:51:02,090 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,090 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-20 02:51:02,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,109 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:51:02,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,125 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:51:02,136 [main] Physical connection got
DEBUG 2024-12-20 02:51:02,137 [main] Logical connection got, tx=null
WARN 2024-12-20 02:51:02,139 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-20 02:51:02,140 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-20 02:51:02,140 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,141 [main] Physical connection closed
DEBUG 2024-12-20 02:51:02,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,142 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:51:02,144 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,146 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,157 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:51:02,160 [main] Physical connection got
DEBUG 2024-12-20 02:51:02,160 [main] Logical connection got, tx=null
WARN 2024-12-20 02:51:02,162 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-20 02:51:02,163 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-20 02:51:02,163 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,164 [main] Physical connection closed
DEBUG 2024-12-20 02:51:02,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,165 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:51:02,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,180 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:51:02,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,185 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:51:02,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,203 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-20 02:51:02,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,223 [main] Physical connection got
DEBUG 2024-12-20 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,224 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,224 [main] Physical connection closed
DEBUG 2024-12-20 02:51:02,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,237 [main] Physical connection got
DEBUG 2024-12-20 02:51:02,237 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,238 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,239 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-20 02:51:02,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:51:02,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:51:02,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:51:02,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:51:02,255 [main] Physical connection got
DEBUG 2024-12-20 02:51:02,256 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:51:02,257 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:51:02,257 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.305s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.790s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.586s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.551s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Dec 20 02:51:02 JST 2024
[INFO] Final Memory: 29M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS