Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-11-02 02:50:55,760 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-02 02:50:55,762 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,762 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-02 02:50:55,765 [main] Logical connection closed
DEBUG 2024-11-02 02:50:55,765 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-02 02:50:55,799 [main] Physical connection got
DEBUG 2024-11-02 02:50:55,799 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,800 [main] Logical connection closed
DEBUG 2024-11-02 02:50:55,800 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,811 [main] Logical connection closed
DEBUG 2024-11-02 02:50:55,812 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,812 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-02 02:50:55,814 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-02 02:50:55.611 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:55,814 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,814 [main] Logical connection closed
DEBUG 2024-11-02 02:50:55,814 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,818 [main] Logical connection closed
DEBUG 2024-11-02 02:50:55,819 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,819 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-02 02:50:55,820 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-02 02:50:55.611 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:55,821 [main] Logical connection got
DEBUG 2024-11-02 02:50:55,821 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-02 02.50.55'
DEBUG 2024-11-02 02:50:55,822 [main] Logical connection closed
DEBUG 2024-11-02 02:50:55,822 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.118 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-02 02:50:56,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,013 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:57,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,141 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:57,301 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,301 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,382 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-02 02:50:57,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,421 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,433 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,433 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,434 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,434 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,541 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-02 02:50:57,546 [main] Physical connection closed
DEBUG 2024-11-02 02:50:57,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,575 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,575 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,575 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,613 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,635 [main] Physical connection closed
DEBUG 2024-11-02 02:50:57,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,637 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,665 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,665 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,665 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,665 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,706 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,711 [main] Physical connection closed
DEBUG 2024-11-02 02:50:57,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,738 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,738 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,738 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,772 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,777 [main] Physical connection closed
DEBUG 2024-11-02 02:50:57,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,801 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,801 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,801 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,801 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,832 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,837 [main] Physical connection closed
DEBUG 2024-11-02 02:50:57,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,839 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,843 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,860 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,860 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,860 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,860 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,890 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-02 02:50:57,894 [main] Physical connection closed
DEBUG 2024-11-02 02:50:57,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,916 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,916 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,916 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,916 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,946 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,951 [main] Physical connection closed
DEBUG 2024-11-02 02:50:57,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:57,953 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:57,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:57,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:57,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:57,973 [main] Physical connection got
DEBUG 2024-11-02 02:50:57,973 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:57,974 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:57,974 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,012 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,016 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,018 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,027 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,036 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,039 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,039 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,040 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,040 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,069 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,074 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,099 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,100 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,101 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,101 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,127 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,147 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,149 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-02 02.50.58', 99, 'hoge', 0)
DEBUG 2024-11-02 02:50:58,154 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,155 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483458098/0, BranchId=]
DEBUG 2024-11-02 02:50:58,155 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,165 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,177 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,177 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,177 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,178 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,178 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,212 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,213 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-02 02:50:58,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,220 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-02 02:50:58,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,222 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483458098/1, BranchId=]
DEBUG 2024-11-02 02:50:58,222 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,244 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,244 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,245 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,278 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-02 02:50:58,280 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,281 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-02 02:50:58,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,282 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483458098/2, BranchId=]
DEBUG 2024-11-02 02:50:58,282 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,305 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,307 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,308 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,308 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,308 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,308 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,342 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,342 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-02 02:50:58,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,344 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-02 02:50:58,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,345 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483458098/3, BranchId=]
DEBUG 2024-11-02 02:50:58,345 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,368 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,368 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,368 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,369 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,393 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-02 02:50:58,394 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,425 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,425 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,425 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,425 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,449 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-02 02:50:58,459 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,481 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,481 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,481 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,481 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,504 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,513 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,533 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,533 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,533 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,533 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,558 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,567 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,587 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,587 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,587 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,587 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,608 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,616 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,631 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,633 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,635 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,635 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,635 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,635 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,655 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,662 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,663 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:58,669 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:58,671 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,680 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,688 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,690 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,690 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,690 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,690 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,710 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,716 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,716 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:58,720 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:58,721 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,723 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,730 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,730 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,738 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,740 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,740 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,740 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,740 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,759 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,770 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,771 [main] select * from emp
DEBUG 2024-11-02 02:50:58,773 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:58,774 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,791 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,793 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,793 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,793 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,793 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,812 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,819 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,820 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-02 02:50:58,823 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:58,824 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,842 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,842 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,843 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,843 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,862 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-02 02:50:58,869 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,870 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,874 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,885 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,887 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,887 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,887 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,888 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,906 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,914 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,914 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:58,916 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:58,917 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,935 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,935 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,936 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,936 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,954 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,961 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,961 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:58,972 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:58,973 [main] Physical connection closed
DEBUG 2024-11-02 02:50:58,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:58,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:58,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:58,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:58,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:58,991 [main] Physical connection got
DEBUG 2024-11-02 02:50:58,991 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:58,991 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:58,992 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,018 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,018 [main] select * from emp
DEBUG 2024-11-02 02:50:59,020 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:59,021 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,038 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,039 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,039 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,039 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,057 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,065 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,065 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-02 02:50:59,067 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:59,068 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,086 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,086 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,086 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,086 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,105 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,112 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,112 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:59,114 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:59,114 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,132 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,132 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,132 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,133 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,151 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,158 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,158 [main] select count(*) from emp
DEBUG 2024-11-02 02:50:59,160 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,160 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,180 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,182 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,183 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,183 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,183 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,201 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,208 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,209 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:59,209 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-02 02:50:59,210 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,225 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,227 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,227 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,227 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,227 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,245 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,252 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,252 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:59,253 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-02 02:50:59,253 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,255 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,270 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,270 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,270 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,270 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,287 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,294 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,294 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:59,295 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-02 02:50:59,295 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,297 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,312 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,312 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,312 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,312 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,329 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,335 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,335 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:59,336 [main] Logical connection closed, tx=null
[Ljava.util.Map;@a1e940b
DEBUG 2024-11-02 02:50:59,336 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,353 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,353 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,353 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,354 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,370 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,376 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,376 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-02 02:50:59,379 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-02 02:50:59,379 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,396 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,396 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,396 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,396 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,413 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-02 02:50:59,421 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,421 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-02 02:50:59,424 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-02 02:50:59,424 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,441 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,441 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,441 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,441 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,457 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,461 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,461 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:59,461 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,462 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,477 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,478 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,478 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,478 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,494 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,497 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,498 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:59,498 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,498 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,515 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,515 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,515 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,515 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,526 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,527 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,527 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-02 02:50:59,528 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-02 02:50:59,529 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,546 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,546 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,547 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,547 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,557 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,557 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,558 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-02 02:50:59,558 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-02 02:50:59,559 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,560 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,574 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,575 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,591 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,598 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-02 02.50.59', 9999, 'test', 50)
DEBUG 2024-11-02 02:50:59,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,599 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-02 02:50:59,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:59,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,601 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-02 02:50:59,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-02 02:50:59.598 {50, null, null, 0}
DEBUG 2024-11-02 02:50:59,602 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483458098/4, BranchId=]
DEBUG 2024-11-02 02:50:59,602 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,619 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,619 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,619 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,620 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,637 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,643 [main] Physical connection closed
DEBUG 2024-11-02 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-11-02 02:50:59,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,660 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,660 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,660 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,660 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,677 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:59,685 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,685 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:50:59,687 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,688 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,703 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,704 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,704 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,704 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,720 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:59,729 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,729 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-02 02:50:59,730 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-02 02:50:59,730 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,744 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,747 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,747 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,747 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,747 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,763 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:59,768 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,768 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-02 02:50:59,769 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-02 02:50:59,770 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,786 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,786 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,786 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,786 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,801 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-02 02:50:59,804 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,819 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,820 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,820 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,820 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,835 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-02 02:50:59,842 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,842 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:50:59,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,844 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,859 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,859 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,860 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,860 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,875 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-02 02:50:59,884 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,884 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-02 02:50:59,885 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,885 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,902 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,902 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,902 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,902 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,920 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:59,921 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,921 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-02 02:50:59,922 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-02 02:50:59,923 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,937 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,939 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,939 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,939 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,939 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,955 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:59,956 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,969 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,971 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,971 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,972 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,972 [main] Logical connection got, tx=null
WARN 2024-11-02 02:50:59,974 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-02 02:50:59,979 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-02 02:50:59,980 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,980 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-02 02:50:59,982 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-02 02:50:59,983 [main] Physical connection closed
DEBUG 2024-11-02 02:50:59,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:50:59,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,990 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:59,990 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:59,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:59,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:59,998 [main] Physical connection got
DEBUG 2024-11-02 02:50:59,998 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:59,998 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:59,998 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,014 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:51:00,020 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,033 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,035 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,035 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,036 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,036 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,051 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-02 02:51:00,055 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,055 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:51:00,056 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,056 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,056 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-02 02:51:00,057 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,057 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,070 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,072 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,072 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,072 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,073 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,088 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-02 02:51:00,091 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,091 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:51:00,094 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,094 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,095 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-02 02:51:00,095 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,096 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,096 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-02 02:51:00,097 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,097 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,098 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-02 02:51:00,098 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,099 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,099 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-02 02:51:00,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,099 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,112 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,113 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,114 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,130 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-02 02:51:00,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,131 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:51:00,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,132 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-02 02:51:00,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,132 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,132 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:51:00,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483458098/5, BranchId=]
DEBUG 2024-11-02 02:51:00,133 [main] Physical connection closed
DEBUG 2024-11-02 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-11-02 02:51:00,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,140 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,148 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,148 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,148 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,148 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,162 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,166 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,180 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,180 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,180 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,181 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,196 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,200 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,214 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,214 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,214 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,215 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,220 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-02 02:51:00,221 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,240 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,240 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,241 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,246 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-02 02:51:00,247 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,260 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,261 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,261 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,261 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,266 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-02 02:51:00,267 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,269 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,280 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,280 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,280 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,280 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,285 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-02 02:51:00,286 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,299 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,299 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,300 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,300 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,314 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,314 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,315 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:51:00,317 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,317 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,329 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,331 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,331 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,331 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,331 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,345 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,346 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,360 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,360 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,360 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,360 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,374 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:51:00,375 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:51:00,388 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,388 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,388 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,388 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,402 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:51:00,403 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.02 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-02 02:51:00,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,450 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,462 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,464 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,465 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,468 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,470 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,471 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,484 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,486 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,486 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,489 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,490 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,491 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,502 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,505 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,505 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,508 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,508 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-02 02:51:00,511 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,524 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,524 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,525 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,525 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:51:00,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,537 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,537 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,551 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,551 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-02 02:51:00,554 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,554 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,564 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,564 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,578 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,579 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,579 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,579 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,589 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,593 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,593 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:51:00,595 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,595 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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-11-02 02:51:00,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,610 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,621 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,632 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,632 [main] Logical connection got, tx=null
WARN 2024-11-02 02:51:00,634 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-02 02:51:00,635 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-02 02:51:00,635 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,636 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,637 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,640 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,648 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,650 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,651 [main] Logical connection got, tx=null
WARN 2024-11-02 02:51:00,652 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-02 02:51:00,653 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-02 02:51:00,653 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,653 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,655 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,666 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,670 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:51:00,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,675 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,682 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:51:00,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,697 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,697 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,699 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,699 [main] Physical connection closed
DEBUG 2024-11-02 02:51:00,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,710 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,710 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,711 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,711 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-02 02:51:00,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-02 02:51:00,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:51:00,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:51:00,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:51:00,724 [main] Physical connection got
DEBUG 2024-11-02 02:51:00,724 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:51:00,724 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:51:00,725 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.311s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.879s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.593s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [4.899s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Nov 02 02:51:00 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS